On Mon, Jun 18, 2012 at 11:44:08AM +0100, Richard W.M. Jones wrote: > On Mon, Jun 18, 2012 at 12:33:36PM +0200, Jim Meyering wrote: > > [libtool-kill-dependency_libs.sh] > > That looks promising. > > Can you easily refrain from using that when building gnulib's own tests? > > I've removed that now. Still happens. > > However I think this could be a bug in libtool (from RHEL 5). > > Here is the linking rule in gnulib/tests/Makefile.am: > > test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) > > LDADD is defined as: > > LDADD = libtests.a ../../gnulib/lib/libgnu.la libtests.a $(LIBTESTS_LIBDEPS) > ^^ NB ^^ > > Here is the final command that gets executed: > > /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -o test-futimens > test-futimens.o libtests.a ../../gnulib/lib/libgnu.la libtests.a -lrt > gcc -g -O2 -o test-futimens test-futimens.o > ../../gnulib/lib/.libs/libgnu.a libtests.a -lrt > > Notice that the first 'libtests.a' is erased by libtool. If my > understanding is correct, it is the first 'libtests.a' which would > resolve this missing dependency.
Here is the same output from libtool on Fedora 17: bash ../../libtool-kill-dependency_libs.sh ../../libtool --tag=CC --preserve-dup-deps --mode=link gcc -std=gnu99 -std=gnu99 -g -O2 -o test-futimens test-futimens.o libtests.a ../../gnulib/lib/libgnu.la libtests.a -lrt libtool: link: gcc -std=gnu99 -std=gnu99 -g -O2 -o test-futimens test-futimens.o libtests.a ../../gnulib/lib/.libs/libgnu.a libtests.a -lrt (this is using libtool-kill-dependency_libs.sh, but I'm fairly sure that doesn't make any difference). Notice that the first 'libtests.a' is preserved by this version of libtool. I tried simply copying 'libtool' from Fedora 17 into the RHEL 5 libguestfs repo, but that doesn't appear to fix the problem. Still looking at this. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora