[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#9850: git libtool 'make check' now fails
From: |
Bob Friesenhahn |
Subject: |
bug#9850: git libtool 'make check' now fails |
Date: |
Sun, 23 Oct 2011 12:16:48 -0500 (CDT) |
User-agent: |
Alpine 2.01 (GSO 1266 2009-07-14) |
As of today (2011-10-23) git libtool 'make check' now fails.
After doing '/home/bfriesen/src/gnu/libtool-head/configure; make ;
make check' it seems that the script has a problem with finding the
in-tree tests/testsuite.at (which does exist in the source tree).
The problem appears to be a wrong include path provided to autom4te
since tests/testsuite.at is relative to
"/home/bfriesen/src/gnu/libtool-head", not
"/home/bfriesen/src/gnu/libtool-head/tests".
PASS: tests/depdemo-shared-make.test
PASS: tests/depdemo-shared-exec.test
PASS: tests/depdemo-shared-inst.test
PASS: tests/depdemo-relink.test
PASS: tests/depdemo-shared-unst.test
====================
All 105 tests passed
(1 test was not run)
====================
gmake[4]: Leaving directory `/scratch/bfriesen/build/libtool-head'
{ \
echo '# Signature of the current package.'; \
echo 'm4_define([AT_PACKAGE_NAME], [GNU Libtool])'; \
echo 'm4_define([AT_PACKAGE_TARNAME], [libtool])'; \
echo 'm4_define([AT_PACKAGE_VERSION], [2.4.3a])'; \
echo 'm4_define([AT_PACKAGE_STRING], [GNU Libtool 2.4.3a])'; \
echo 'm4_define([AT_PACKAGE_BUGREPORT], address@hidden)'; \
echo 'm4_define([AT_PACKAGE_URL],
[http://www.gnu.org/software/libtool/])'; \
} > '/home/bfriesen/src/gnu/libtool-head/tests/package.m4'
autom4te --language=autotest -I '/home/bfriesen/src/gnu/libtool-head/tests'
tests/testsuite.at tests/getopt-m4sh.at tests/libtoolize.at tests/help.at
tests/duplicate_members.at tests/duplicate_conv.at tests/duplicate_deps.at
tests/flags.at tests/inherited_flags.at tests/convenience.at
tests/link-order.at tests/link-order2.at tests/fail.at tests/shlibpath.at
tests/runpath-in-lalib.at tests/static.at tests/export.at tests/search-path.at
tests/indirect_deps.at tests/archive-in-archive.at tests/exeext.at
tests/execute-mode.at tests/bindir.at tests/cwrapper.at
tests/deplib-in-subdir.at tests/infer-tag.at tests/localization.at
tests/nocase.at tests/install.at tests/versioning.at tests/destdir.at
tests/old-m4-iface.at tests/am-subdir.at tests/lt_dlexit.at
tests/lt_dladvise.at tests/lt_dlopen.at tests/lt_dlopen_a.at
tests/lt_dlopenext.at tests/ltdl-libdir.at tests/ltdl-api.at
tests/dlloader-api.at tests/loadlibrary.at tests/lalib-syntax.at
tests/resident.at tests/slist.at tests/need!
_lib_prefix.at tests/standalone.at tests/subproject.at tests/nonrecursive.at
tests/recursive.at tests/template.at tests/ctor.at tests/exceptions.at
tests/early-libtool.at tests/with-pic.at tests/no-executables.at
tests/deplibs-ident.at tests/configure-iface.at tests/stresstest.at
tests/cmdline_wrap.at tests/pic_flag.at tests/darwin.at
tests/dumpbin-symbols.at tests/deplibs-mingw.at tests/sysroot.at -o
'/home/bfriesen/src/gnu/libtool-head/tests/testsuite'
autom4te: tests/testsuite.at: no such file or directory
gmake[3]: *** [/home/bfriesen/src/gnu/libtool-head/tests/testsuite] Error 1
gmake[3]: Leaving directory `/scratch/bfriesen/build/libtool-head'
gmake[2]: *** [check-am] Error 2
gmake[2]: Leaving directory `/scratch/bfriesen/build/libtool-head'
gmake[1]: *** [check-recursive] Error 1
gmake[1]: Leaving directory `/scratch/bfriesen/build/libtool-head'
gmake: *** [check] Error 2
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
- bug#9850: git libtool 'make check' now fails,
Bob Friesenhahn <=