On Fri, Mar 25, 2005 at 03:35:11PM -0500, Camm Maguire wrote:
> Greetings!
> 
> Rebuilt the files as you suggested (as opposed to hand editing -- now
> FTBFS on amd64 and m68k only with:
> 
> cd . && /bin/sh /build/buildd/xmpi-2.2.3b8/config/missing --run aclocal-1.7 
> aclocal: configure.in: 286: macro `AM_DISABLE_SHARED' not found in library
> aclocal: configure.in: 287: macro `AM_PROG_LIBTOOL' not found in library

The problem is that you removed libtool from the build dependency
list and created the timestamp skew problem instead.  The problem
is that you have patched files in the diff file.  When the patch
is applied the files have timestamps in the order that they are
in the diff file.  The makefile is now detecting that some files
need to be rebuild because others are more recent.

Please read /usr/share/doc/autotools-dev/README.Debian.gz on how
to solve this.  In short the options are:
- At the build dependencies required to rebuild the auto* files
  and force a rebuild of the files.
- Touch the file in the right order to prevent rebuild.
- Use AM_MAINTAINER_MODE to prevent auto rebuild.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to