libtool
[Top][All Lists]
Advanced

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

Re: cannot build from git/no daily snapshots


From: Bob Friesenhahn
Subject: Re: cannot build from git/no daily snapshots
Date: Tue, 23 Oct 2012 08:36:15 -0500 (CDT)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

There are still some continuing minor issues related to 'git', 'bootstrap', and 'make'. What I am seeing here is that after a successful 'make check' with a particular vintage of git-sourced code, an existing build directory will fail to 'make' after obtaining additional updates via git. The build does not seem to be sufficiently self-maintaining to serve the whole function provided by 'bootstrap'. If I re-do the bootstrap procedure, then it works. The following is the trailing end of a 'gmake' in an existing build tree:

 /bin/bash ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: linking /home/bfriesen/src/gnu/libtool-head/GNUmakefile to 
GNUmakefile
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
  GEN      libtoolize
(CDPATH="${ZSH_VERSION+.}:" && cd /home/bfriesen/src/gnu/libtool-head && 
/bin/bash /home/bfriesen/src/gnu/libtool-head/build-aux/missing --run autoheader)
rm -f stamp-h1
touch /home/bfriesen/src/gnu/libtool-head/config-h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
gmake  all-recursive
gmake[1]: Entering directory `/scratch/bfriesen/build/libtool-head'
Making all in .
gmake[2]: Entering directory `/scratch/bfriesen/build/libtool-head'
test -f doc/.dirstamp || gmake  doc/.dirstamp
gmake[3]: Entering directory `/scratch/bfriesen/build/libtool-head'
gmake[3]: Leaving directory `/scratch/bfriesen/build/libtool-head'
Updating /home/bfriesen/src/gnu/libtool-head/doc/version.texi
  CC       libltdl/loaders/libltdl_libltdl_la-preopen.lo
libtool: Version mismatch error.  This is libtool 2.4.2.319-d98a, revision 
2.4.2.319,
libtool: but the definition of this LT_INIT comes from revision 2.4.2.321.
libtool: You should recreate aclocal.m4 with macros from revision 2.4.2.319
libtool: of libtool 2.4.2.319-d98a and run autoconf again.
gmake[2]: *** [libltdl/loaders/libltdl_libltdl_la-preopen.lo] Error 63
gmake[2]: Leaving directory `/scratch/bfriesen/build/libtool-head'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/scratch/bfriesen/build/libtool-head'
gmake: *** [all] Error 2

--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]