search for: distcheck

Displaying 20 results from an estimated 206 matches for "distcheck".

2012 Feb 06
2
make distcheck
Ralf, It looks like fixing 'make distcheck' is going to be a huge pain in the neck. Is it not possible to make Jenkins do 'make check' instead of 'make distcheck'? Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
2007 Jan 17
3
Re: [nut-commits] svn commit r746 - trunk/packaging/RedHat
With automake, we collectively need to check to see if 'make distcheck' still works after adding or removing files. Basically, nothing will make its way into the NUT distribution tarball unless it is somehow mentioned in one of the Makefile.am files. See the packaging/RedHat directory for an example. Niels, thank you for spotting the extra nut.spec file in SVN; h...
2012 Aug 28
1
"make distcheck" failure
Hi Rich, I ran these commands as non-root: ./autogen.sh && make && make distcheck It got most of the way through, but failed in the VPATH part while rebuilding from a ./_build subdir, like this: make[4]: Entering directory `/h/j/w/co/hivex/hivex-1.3.6/_build/ocaml' mkdir -p /usr/lib64/ocaml mkdir -p /usr/lib64/ocaml/stublibs ocamlfind install \ -ldcon...
2009 Aug 20
0
[PATCH virt-v2v] make most of "make distcheck" pass
Hi Matt, You need to "git add" Makefile.PL.in to the repo. Once you do that, and apply the following patch, most of "make distcheck" will work. The only remaining failure seems to be that these files are not removed by "make uninstall": ERROR: files left after uninstall: ./lib64/perl5/5.10.0/x86_64-linux-thread-multi/perllocal.pod ./lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi/auto/virtv2v/.pack...
2009 Aug 21
2
[virt-v2v] "make distcheck" now passes
There were a few "infelicities" that kept the "make distcheck" test from passing. These three patches combine to fix all of them, punting on only one by disabling the install-data-hook rule. >From 7504acedcb71bd80d99abe412e6669b267cade38 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Fri, 21 Aug 2009 13:37:18 +0200...
2012 Jan 06
1
v2.1.rc3 released
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc3.tar.gz http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc3.tar.gz.sig Whops, rc2 was missing a file. I always run "make distcheck", which should catch these, but recently it has always failed due to clang static checking giving one "error" that I didn't really want to fix. Because of that the distcheck didn't finish and didn't check for the missing file. So, anyway, I've made clang happy again,...
2012 Jan 06
1
v2.1.rc3 released
http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc3.tar.gz http://dovecot.org/releases/2.1/rc/dovecot-2.1.rc3.tar.gz.sig Whops, rc2 was missing a file. I always run "make distcheck", which should catch these, but recently it has always failed due to clang static checking giving one "error" that I didn't really want to fix. Because of that the distcheck didn't finish and didn't check for the missing file. So, anyway, I've made clang happy again,...
2006 Apr 14
1
[LLVMdev] make dist?
...Reid, > On Tue, 2006-04-11 at 21:03 -0500, Tanya Lattner wrote: > > It it necessary for dist-check to run make dist? > > Y'know, when I typed that, I knew you were going to ask that. It > doesn't make sense to me either. Seems a bit overkillish to me. I think a `make distcheck' should do a `make dist' because it checks that a tarball can reproduce itself. It doesn't ensure that a file checked-out of CVS makes it into the tarball, but if `make dist' depends on ./foo being present and it's there from CVS the first time, but doesn't make it into the...
2008 Feb 02
1
[nut-commits] svn commit r1264 - in trunk: . drivers m4 scripts/hal
...h.debian.org> wrote: > Author: aquette > Date: Fri Feb 1 23:11:33 2008 > New Revision: 1264 > > Log: > fix HAL support installation [Alioth Bug #304156] Arnaud, I tried to fix some of the errors that I was seeing in buildbot, but I still get the following error on "make distcheck", and I don't know how to fix it: test -z "" || mkdir -p -- "" /bin/bash ../libtool --mode=install /usr/bin/install -c 'hald-addon-usbhid-ups' '/hald-addon-usbhid-ups' libtool: install: `' must be an absolute directory name Try `libtool --help --m...
2019 Dec 17
0
[v2v PATCH 5/3] build: exclude common/windows from distcheck
It is part of the common submodule but not used in virt-v2v, so it is not included in distribution tarballs. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 99c139b6..4dde5002 100644 --- a/Makefile.am +++ b/Makefile.am @@ -199,6 +199,7 @@ maintainer-check-extra-dist: grep -v '^common/protocol/' | \ grep -v
2019 Dec 17
0
[PATCH 4/3] build: exclude common/mlv2v from distcheck
It is part of the common submodule but not used in libguestfs, so it is not included in distribution tarballs. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1def6e0a3..d3cf64cc1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -580,6 +580,7 @@ maintainer-check-extra-dist: ( git ls-files ; \ cd common; git ls-files | sed
2012 Apr 06
1
[PATCH] Fix make distcheck
Otherwise will fail like: https://mf4.xiph.org/jenkins/job/flac/lastUnsuccessfulBuild/console --- src/libFLAC/include/private/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libFLAC/include/private/Makefile.am b/src/libFLAC/include/private/Makefile.am index 62d8a18..2e33dc7 100644 --- a/src/libFLAC/include/private/Makefile.am +++ b/src/libFLAC/include/private/Makefile.am @@
2004 Sep 10
4
1.0 source candidate
...alson wrote: > > > I rethought it and it seemed like a bad idea to post > > a big file, so you can get it here: > > > > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/flac/junk/flac-1.0-src-candidate.tar.bz2 > > With the attached patch, a complete "make distcheck" should work, > including the > self-tests. It adds missing directories to some SUBDIRS variables, > includes > some files that were otherwise missing from the distribution, fixes > CFLAGS to > use $(srcdir), adds an EXTRA_DIST where appropriate, adds some > missing >...
2012 Feb 04
4
Meet the new maintainer
...gt; What platform does this build on? Is it more than one? Right now it's just running on Linux x86_64. Note that you can look at the build output to see what's failing. E.g. https://mf4.xiph.org/jenkins/job/flac/11/console It's still stuck on the out-of-tree issues with 'make distcheck'. -r
2009 Apr 03
3
v1.2.rc2 released
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc2.tar.gz http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc2.tar.gz.sig Somehow I forgot to check that "make distcheck" finished successfully in rc1, so rc1 didn't actually even fully compile. No other changes since rc1 than the compile fix. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digi...
2009 Apr 03
3
v1.2.rc2 released
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc2.tar.gz http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc2.tar.gz.sig Somehow I forgot to check that "make distcheck" finished successfully in rc1, so rc1 didn't actually even fully compile. No other changes since rc1 than the compile fix. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: This is a digi...
2005 Aug 05
0
libtheora test suite
...e of small tests, to libtheora (changeset:9700). The tests live in a directory called tests. When building with GNU autotools: * 'make check' will run the test programs listed in the TESTS variable in tests/Makefile.am . 'make check' will fail if any tests fail. * 'make distcheck' will fail if any tests fail. 'make distcheck' should be used to create distribution tarballs. The point of that is that you ensure all regression tests pass before release. ('make distcheck' has other nice benefits like testing that install/uninstall works correctly)....
2011 Jun 22
1
[nut-commits] buildbot failure in Network UPS Tools on Ubuntu-maverick-x86
...g the nut-scanner branch on this Buildbot slave. I'm confused by this error: http://buildbot.networkupstools.org/private/nut/builders/Ubuntu-maverick-x86/builds/33/steps/compile/logs/stdio (scroll to bottom) The "-I../../include" should grab common.h. Can you try a "make distcheck-light" on your development system? Thanks, - Charles
2018 Nov 29
1
[nbdkit PATCH] ocaml: Make build VPATH aware
The ocaml.opt compiler defaults to building things in the same directory as its input; we need explicit -o options to build in a VPATH $(builddir) when $(srcdir) is read-only (as is the case during 'make distcheck'). We also have to build any side effect files explicitly in cases where we can't directly use -o to control those outputs alongside the final product. Thanks: Richard W.M. Jones Signed-off-by: Eric Blake <eblake@redhat.com> --- I'm working on getting 'make distcheck' ha...
2012 Feb 01
2
Meet the new maintainer
...ob to our jenkins continuous integration thing. Right now > it doesn't test any more than you're proposing to do, but the results > are public, which can be helpful. Er, which results are available at https://mf4.xiph.org/jenkins/job/flac/ Currently the build is failing on 'make distcheck' -r