From unknown Wed Jun 25 03:54:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#9850: git libtool 'make check' now fails Resent-From: Bob Friesenhahn Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-libtool@gnu.org Resent-Date: Sun, 23 Oct 2011 17:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 9850 X-GNU-PR-Package: libtool X-GNU-PR-Keywords: To: 9850@debbugs.gnu.org X-Debbugs-Original-To: Libtool Bugs List Received: via spool by submit@debbugs.gnu.org id=B.131939031812367 (code B ref -1); Sun, 23 Oct 2011 17:19:01 +0000 Received: (at submit) by debbugs.gnu.org; 23 Oct 2011 17:18:38 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RI1gz-0003DP-Es for submit@debbugs.gnu.org; Sun, 23 Oct 2011 13:18:38 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RI1gr-0003D8-GM for submit@debbugs.gnu.org; Sun, 23 Oct 2011 13:18:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RI1fL-00044s-Ln for submit@debbugs.gnu.org; Sun, 23 Oct 2011 13:16:57 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:49607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RI1fL-00044o-Fl for submit@debbugs.gnu.org; Sun, 23 Oct 2011 13:16:55 -0400 Received: from eggs.gnu.org ([140.186.70.92]:36172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RI1fJ-0001ch-Im for bug-libtool@gnu.org; Sun, 23 Oct 2011 13:16:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RI1fH-00044d-05 for bug-libtool@gnu.org; Sun, 23 Oct 2011 13:16:53 -0400 Received: from blade.simplesystems.org ([65.66.246.74]:49957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RI1fG-00044W-Od for bug-libtool@gnu.org; Sun, 23 Oct 2011 13:16:50 -0400 Received: from freddy.simplesystems.org (freddy.simplesystems.org [65.66.246.65]) by blade.simplesystems.org (8.14.4+Sun/8.14.4) with ESMTP id p9NHGmQJ001249 for ; Sun, 23 Oct 2011 12:16:48 -0500 (CDT) Date: Sun, 23 Oct 2011 12:16:48 -0500 (CDT) From: Bob Friesenhahn X-X-Sender: bfriesen@freddy.simplesystems.org Message-ID: User-Agent: Alpine 2.01 (GSO 1266 2009-07-14) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-1442839902-1319390208=:4501" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (blade.simplesystems.org [65.66.246.90]); Sun, 23 Oct 2011 12:16:48 -0500 (CDT) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.9 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---559023410-1442839902-1319390208=:4501 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Content-Transfer-Encoding: 8BIT 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], [bug-libtool@gnu.org])'; \ 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 bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ ---559023410-1442839902-1319390208=:4501-- From unknown Wed Jun 25 03:54:37 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Bob Friesenhahn Subject: bug#9850: closed (bug#9850: git libtool 'make check' now fails [FIXED]) Message-ID: References: X-Gnu-PR-Message: they-closed 9850 X-Gnu-PR-Package: libtool Reply-To: 9850@debbugs.gnu.org Date: Mon, 24 Oct 2011 08:53:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1319446381-2917-1" This is a multi-part message in MIME format... ------------=_1319446381-2917-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #9850: git libtool 'make check' now fails which was filed against the libtool package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 9850@debbugs.gnu.org. --=20 9850: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D9850 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1319446381-2917-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 9850-done) by debbugs.gnu.org; 24 Oct 2011 08:52:57 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIGHA-0000ko-SW for submit@debbugs.gnu.org; Mon, 24 Oct 2011 04:52:57 -0400 Received: from caiajhbdcahe.dreamhost.com ([208.97.132.74] helo=homiemail-a23.g.dreamhost.com) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RIGH5-0000ke-Vq for 9850-done@debbugs.gnu.org; Mon, 24 Oct 2011 04:52:53 -0400 Received: from homiemail-a23.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a23.g.dreamhost.com (Postfix) with ESMTP id 8345C4B0086; Mon, 24 Oct 2011 01:51:20 -0700 (PDT) Received: from [192.168.1.5] (unknown [180.183.140.28]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: gary@vaughan.pe) by homiemail-a23.g.dreamhost.com (Postfix) with ESMTPSA id 9EEE94B007C; Mon, 24 Oct 2011 01:51:19 -0700 (PDT) Subject: bug#9850: git libtool 'make check' now fails [FIXED] Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: "Gary V. Vaughan" In-Reply-To: Date: Mon, 24 Oct 2011 15:51:14 +0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Bob Friesenhahn X-Mailer: Apple Mail (2.1251.1) X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 9850-done Cc: 9850-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.8 (--) Hi Bob, On 24 Oct 2011, at 00:16, Bob Friesenhahn wrote: > As of today (2011-10-23) git libtool 'make check' now fails. >=20 > 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". Actually, it looks like this bug has been there for quite a long time, = only until I applied my year-old patches from libtool-next to make the = bootstrap process leaner, it was masked by the fact that the testsuite = was prebuilt in $(srcdir)/tests before running configure. Nice catch, = thanks! :) Anyway, fixed by the appended patch which I'll push as obvious = presently. > tests/sysroot.at -o = '/home/bfriesen/src/gnu/libtool-head/tests/testsuite' > autom4te: tests/testsuite.at: no such file or directory tests: ensure VPATH autom4te search path can find autotests. * Makefile.am (tests/testsuite): Passing only $(srcdir) include path to autom4te is unable to find tests/package.m4, and passing only $(srcdir)/tests breaks VPATH build searches for TESTSUITE_AT files, which are relative to $(srcdir)... so we pass both! Reported by Bob Friesenhahn Signed-off-by: Gary V. Vaughan --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6ed3de5..b8f1a70 100644 --- a/Makefile.am +++ b/Makefile.am @@ -628,7 +628,7 @@ INSTALLCHECK_ENVIRONMENT =3D \ tst_aclocaldir=3D"$(aclocaldir)" =20 $(testsuite): $(package_m4) $(TESTSUITE_AT) Makefile.am - $(AUTOTEST) -I '$(srcdir)/tests' $(TESTSUITE_AT) -o '$@' + $(AUTOTEST) -I '$(srcdir)' -I '$(srcdir)/tests' $(TESTSUITE_AT) = -o '$@' =20 $(package_m4): $(configure_ac) Makefile.am { \ --=20 1.7.7 Cheers, --=20 Gary V. Vaughan (gary AT gnu DOT org)= ------------=_1319446381-2917-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 23 Oct 2011 17:18:38 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RI1gz-0003DP-Es for submit@debbugs.gnu.org; Sun, 23 Oct 2011 13:18:38 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RI1gr-0003D8-GM for submit@debbugs.gnu.org; Sun, 23 Oct 2011 13:18:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RI1fL-00044s-Ln for submit@debbugs.gnu.org; Sun, 23 Oct 2011 13:16:57 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:49607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RI1fL-00044o-Fl for submit@debbugs.gnu.org; Sun, 23 Oct 2011 13:16:55 -0400 Received: from eggs.gnu.org ([140.186.70.92]:36172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RI1fJ-0001ch-Im for bug-libtool@gnu.org; Sun, 23 Oct 2011 13:16:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RI1fH-00044d-05 for bug-libtool@gnu.org; Sun, 23 Oct 2011 13:16:53 -0400 Received: from blade.simplesystems.org ([65.66.246.74]:49957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RI1fG-00044W-Od for bug-libtool@gnu.org; Sun, 23 Oct 2011 13:16:50 -0400 Received: from freddy.simplesystems.org (freddy.simplesystems.org [65.66.246.65]) by blade.simplesystems.org (8.14.4+Sun/8.14.4) with ESMTP id p9NHGmQJ001249 for ; Sun, 23 Oct 2011 12:16:48 -0500 (CDT) Date: Sun, 23 Oct 2011 12:16:48 -0500 (CDT) From: Bob Friesenhahn X-X-Sender: bfriesen@freddy.simplesystems.org To: Libtool Bugs List Subject: git libtool 'make check' now fails Message-ID: User-Agent: Alpine 2.01 (GSO 1266 2009-07-14) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-1442839902-1319390208=:4501" X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (blade.simplesystems.org [65.66.246.90]); Sun, 23 Oct 2011 12:16:48 -0500 (CDT) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---559023410-1442839902-1319390208=:4501 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Content-Transfer-Encoding: 8BIT 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], [bug-libtool@gnu.org])'; \ 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 bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ ---559023410-1442839902-1319390208=:4501-- ------------=_1319446381-2917-1--