[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#424353: gnumach: FTBFS if built twice in a row



Bernd Zeimetz, le Wed 16 May 2007 01:10:10 +0200, a écrit :
> Patch 00_clean_gfdl.patch does not remove cleanly (refresh it or enforce with -f)
> make: *** [unpatch] Error 1

This is due to the mess involved in Makefile.am/Makefile.in patching. A
solution could be to just add AM_MAINTAINER_MODE in configure.ac so as
to avoid the "missing" round:

/build/user/gnumach-1.3.99.dfsg.cvs20070405/build-aux/missing: line 52: aclocal-1.9: command not found
WARNING: `aclocal-1.9' is missing on your system.  You should only need it if
         you modified `acinclude.m4' or `configure.ac'.  You might want
         to install the `Automake' and `Perl' packages.  Grab them from
         any GNU archive site.
 cd .. && /bin/sh /build/user/gnumach-1.3.99.dfsg.cvs20070405/build-aux/missing --run automake-1.9 --gnu
/build/user/gnumach-1.3.99.dfsg.cvs20070405/build-aux/missing: line 52: automake-1.9: command not found
WARNING: `automake-1.9' is missing on your system.  You should only need it if
         you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
         You might want to install the `Automake' and `Perl' packages.
         Grab them from any GNU archive site.
cd .. && /bin/sh /build/user/gnumach-1.3.99.dfsg.cvs20070405/build-aux/missing --run autoconf
/build/user/gnumach-1.3.99.dfsg.cvs20070405/build-aux/missing: line 52: autoconf: command not found
WARNING: `autoconf' is missing on your system.  You should only need it if
         you modified `configure.ac'.  You might want to install the
         `Autoconf' and `GNU m4' packages.  Grab them from any GNU
         archive site.

Samuel



Reply to: