23210155 Upgrade libtool to 2.4.6
authorBinjih Lin <binjih.lin@oracle.com>
Tue Jan 10 13:28:05 2017 -0800 (2017-01-10)
changeset 75539bd80d515ff3
parent 7552 17fdfad41903
child 7554 a0afd8f2e974
23210155 Upgrade libtool to 2.4.6
components/libtool/Makefile
components/libtool/libltdl.p5m
components/libtool/libtool.p5m
components/libtool/test/results-32.master
components/libtool/test/results-64.master
     1.1 --- a/components/libtool/Makefile	Tue Jan 10 17:35:21 2017 -0800
     1.2 +++ b/components/libtool/Makefile	Tue Jan 10 13:28:05 2017 -0800
     1.3 @@ -20,19 +20,19 @@
     1.4  #
     1.5  
     1.6  #
     1.7 -# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
     1.8 +# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
     1.9  #
    1.10  # libtool only delivers scripts that embed paths, so prefer 32-bit.
    1.11  BUILD_BITS= 32_and_64
    1.12  include ../../make-rules/shared-macros.mk
    1.13  
    1.14  COMPONENT_NAME=		libtool
    1.15 -COMPONENT_VERSION=	2.4.2
    1.16 +COMPONENT_VERSION=	2.4.6
    1.17  COMPONENT_ARCHIVE_HASH=	\
    1.18 -    sha256:b38de44862a987293cd3d8dfae1c409d514b6c4e794ebc93648febf9afc38918
    1.19 +    sha256:e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3
    1.20  COMPONENT_BUGDB=	utility/libtool
    1.21  
    1.22 -TPNO=			9088
    1.23 +TPNO=			24542
    1.24  
    1.25  BUILD_TARGET=
    1.26  INSTALL_TARGET=
    1.27 @@ -42,8 +42,9 @@
    1.28  CONFIGURE_OPTIONS  +=		--disable-static
    1.29  CONFIGURE_OPTIONS  +=		PERL="$(PERL)"
    1.30  
    1.31 -COMPONENT_PREP_ACTION = (cd $(@D) ; ./bootstrap)
    1.32 -
    1.33 +COMPONENT_PREP_ACTION = (cd $(@D) ; \
    1.34 +	touch $(SOURCE_DIR)/README-release ; \
    1.35 +	MAKE=/usr/bin/gmake ./bootstrap --force --no-git)
    1.36  # Remove the hard-wired compiler locations in the LTCC and CC line
    1.37  # in the version of the libtool script.
    1.38  COMPONENT_POST_INSTALL_ACTION = \
    1.39 @@ -52,6 +53,8 @@
    1.40  		-e 's|^LTCC="/.*$$|LTCC="cc"|' \
    1.41  		-e 's|^CC="/.*$$|CC="cc"|' libtool ; \
    1.42  
    1.43 +# When this component is updated, a full Userland build should
    1.44 +# be performed in a test BE with the new version of libtool installed
    1.45  COMPONENT_TEST_TRANSFORMS += \
    1.46  	'-n ' \
    1.47  	'-e "/SKIP/p" ' \
     2.1 --- a/components/libtool/libltdl.p5m	Tue Jan 10 17:35:21 2017 -0800
     2.2 +++ b/components/libtool/libltdl.p5m	Tue Jan 10 13:28:05 2017 -0800
     2.3 @@ -18,7 +18,7 @@
     2.4  #
     2.5  # CDDL HEADER END
     2.6  #
     2.7 -# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
     2.8 +# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
     2.9  #
    2.10  
    2.11  set name=pkg.fmri \
    2.12 @@ -31,10 +31,10 @@
    2.13  set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    2.14  set name=org.opensolaris.arc-caseid value=PSARC/2007/557
    2.15  set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    2.16 -link path=usr/lib/$(MACH64)/libltdl.so target=libltdl.so.7.3.0
    2.17 -link path=usr/lib/$(MACH64)/libltdl.so.7 target=libltdl.so.7.3.0
    2.18 -file path=usr/lib/$(MACH64)/libltdl.so.7.3.0
    2.19 -link path=usr/lib/libltdl.so target=libltdl.so.7.3.0
    2.20 -link path=usr/lib/libltdl.so.7 target=libltdl.so.7.3.0
    2.21 -file path=usr/lib/libltdl.so.7.3.0
    2.22 -license libtool.license license=GPLv2
    2.23 +link path=usr/lib/$(MACH64)/libltdl.so target=libltdl.so.7.3.1
    2.24 +link path=usr/lib/$(MACH64)/libltdl.so.7 target=libltdl.so.7.3.1
    2.25 +file path=usr/lib/$(MACH64)/libltdl.so.7.3.1
    2.26 +link path=usr/lib/libltdl.so target=libltdl.so.7.3.1
    2.27 +link path=usr/lib/libltdl.so.7 target=libltdl.so.7.3.1
    2.28 +file path=usr/lib/libltdl.so.7.3.1
    2.29 +license libtool.license license="FDLv1.3, GPLv2, LGPLv2.1"
     3.1 --- a/components/libtool/libtool.p5m	Tue Jan 10 17:35:21 2017 -0800
     3.2 +++ b/components/libtool/libtool.p5m	Tue Jan 10 13:28:05 2017 -0800
     3.3 @@ -18,7 +18,7 @@
     3.4  #
     3.5  # CDDL HEADER END
     3.6  #
     3.7 -# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
     3.8 +# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
     3.9  #
    3.10  
    3.11  <transform file path=usr/share/man/.+$ -> set mangler.man.stability 'uncommitted (obsolete)' >
    3.12 @@ -42,8 +42,8 @@
    3.13  file path=usr/include/libltdl/lt_error.h
    3.14  file path=usr/include/libltdl/lt_system.h
    3.15  file path=usr/include/ltdl.h
    3.16 -file path=usr/share/aclocal/argz.m4
    3.17  file path=usr/share/aclocal/libtool.m4
    3.18 +file path=usr/share/aclocal/ltargz.m4
    3.19  file path=usr/share/aclocal/ltdl.m4
    3.20  file path=usr/share/aclocal/ltoptions.m4
    3.21  file path=usr/share/aclocal/ltsugar.m4
    3.22 @@ -52,51 +52,51 @@
    3.23  file path=usr/share/info/libtool.info
    3.24  file path=usr/share/info/libtool.info-1
    3.25  file path=usr/share/info/libtool.info-2
    3.26 -file path=usr/share/libtool/config/compile
    3.27 -file path=usr/share/libtool/config/config.guess
    3.28 -file path=usr/share/libtool/config/config.sub
    3.29 -file path=usr/share/libtool/config/depcomp
    3.30 -file path=usr/share/libtool/config/install-sh
    3.31 -file path=usr/share/libtool/config/ltmain.sh
    3.32 -file path=usr/share/libtool/config/missing
    3.33 -file path=usr/share/libtool/libltdl/COPYING.LIB
    3.34 -file path=usr/share/libtool/libltdl/Makefile.am
    3.35 -file path=usr/share/libtool/libltdl/Makefile.in
    3.36 -file path=usr/share/libtool/libltdl/Makefile.inc
    3.37 -file path=usr/share/libtool/libltdl/README
    3.38 -file path=usr/share/libtool/libltdl/aclocal.m4
    3.39 -file path=usr/share/libtool/libltdl/argz.c
    3.40 -file path=usr/share/libtool/libltdl/argz_.h
    3.41 -file path=usr/share/libtool/libltdl/config-h.in
    3.42 -file path=usr/share/libtool/libltdl/configure
    3.43 -file path=usr/share/libtool/libltdl/configure.ac
    3.44 -file path=usr/share/libtool/libltdl/libltdl/lt__alloc.h
    3.45 -file path=usr/share/libtool/libltdl/libltdl/lt__dirent.h
    3.46 -file path=usr/share/libtool/libltdl/libltdl/lt__glibc.h
    3.47 -file path=usr/share/libtool/libltdl/libltdl/lt__private.h
    3.48 -file path=usr/share/libtool/libltdl/libltdl/lt__strl.h
    3.49 -file path=usr/share/libtool/libltdl/libltdl/lt_dlloader.h
    3.50 -file path=usr/share/libtool/libltdl/libltdl/lt_error.h
    3.51 -file path=usr/share/libtool/libltdl/libltdl/lt_system.h
    3.52 -file path=usr/share/libtool/libltdl/libltdl/slist.h
    3.53 -file path=usr/share/libtool/libltdl/loaders/dld_link.c
    3.54 -file path=usr/share/libtool/libltdl/loaders/dlopen.c
    3.55 -file path=usr/share/libtool/libltdl/loaders/dyld.c
    3.56 -file path=usr/share/libtool/libltdl/loaders/load_add_on.c
    3.57 -file path=usr/share/libtool/libltdl/loaders/loadlibrary.c
    3.58 -file path=usr/share/libtool/libltdl/loaders/preopen.c
    3.59 -file path=usr/share/libtool/libltdl/loaders/shl_load.c
    3.60 -file path=usr/share/libtool/libltdl/lt__alloc.c
    3.61 -file path=usr/share/libtool/libltdl/lt__dirent.c
    3.62 -file path=usr/share/libtool/libltdl/lt__strl.c
    3.63 -file path=usr/share/libtool/libltdl/lt_dlloader.c
    3.64 -file path=usr/share/libtool/libltdl/lt_error.c
    3.65 -file path=usr/share/libtool/libltdl/ltdl.c
    3.66 -file path=usr/share/libtool/libltdl/ltdl.h
    3.67 -file path=usr/share/libtool/libltdl/slist.c
    3.68 +file path=usr/share/libtool/COPYING.LIB
    3.69 +file path=usr/share/libtool/Makefile.am
    3.70 +file path=usr/share/libtool/Makefile.in
    3.71 +file path=usr/share/libtool/README
    3.72 +file path=usr/share/libtool/aclocal.m4
    3.73 +file path=usr/share/libtool/build-aux/compile
    3.74 +file path=usr/share/libtool/build-aux/config.guess
    3.75 +file path=usr/share/libtool/build-aux/config.sub
    3.76 +file path=usr/share/libtool/build-aux/depcomp
    3.77 +file path=usr/share/libtool/build-aux/install-sh
    3.78 +file path=usr/share/libtool/build-aux/ltmain.sh
    3.79 +file path=usr/share/libtool/build-aux/missing
    3.80 +file path=usr/share/libtool/config-h.in
    3.81 +file path=usr/share/libtool/configure
    3.82 +file path=usr/share/libtool/configure.ac
    3.83 +file path=usr/share/libtool/libltdl/lt__alloc.h
    3.84 +file path=usr/share/libtool/libltdl/lt__argz_.h
    3.85 +file path=usr/share/libtool/libltdl/lt__dirent.h
    3.86 +file path=usr/share/libtool/libltdl/lt__glibc.h
    3.87 +file path=usr/share/libtool/libltdl/lt__private.h
    3.88 +file path=usr/share/libtool/libltdl/lt__strl.h
    3.89 +file path=usr/share/libtool/libltdl/lt_dlloader.h
    3.90 +file path=usr/share/libtool/libltdl/lt_error.h
    3.91 +file path=usr/share/libtool/libltdl/lt_system.h
    3.92 +file path=usr/share/libtool/libltdl/slist.h
    3.93 +file path=usr/share/libtool/loaders/dld_link.c
    3.94 +file path=usr/share/libtool/loaders/dlopen.c
    3.95 +file path=usr/share/libtool/loaders/dyld.c
    3.96 +file path=usr/share/libtool/loaders/load_add_on.c
    3.97 +file path=usr/share/libtool/loaders/loadlibrary.c
    3.98 +file path=usr/share/libtool/loaders/preopen.c
    3.99 +file path=usr/share/libtool/loaders/shl_load.c
   3.100 +file path=usr/share/libtool/lt__alloc.c
   3.101 +file path=usr/share/libtool/lt__argz.c
   3.102 +file path=usr/share/libtool/lt__dirent.c
   3.103 +file path=usr/share/libtool/lt__strl.c
   3.104 +file path=usr/share/libtool/lt_dlloader.c
   3.105 +file path=usr/share/libtool/lt_error.c
   3.106 +file path=usr/share/libtool/ltdl.c
   3.107 +file path=usr/share/libtool/ltdl.h
   3.108 +file path=usr/share/libtool/ltdl.mk
   3.109 +file path=usr/share/libtool/slist.c
   3.110  file path=usr/share/man/man1/libtool.1
   3.111  file path=usr/share/man/man1/libtoolize.1
   3.112 -license libtool.license license="GPLv2, FDLv1.3"
   3.113 +license libtool.license license="FDLv1.3, GPLv2, LGPLv2.1"
   3.114  depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/ggrep
   3.115  depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/gsed
   3.116  depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/ld
     4.1 --- a/components/libtool/test/results-32.master	Tue Jan 10 17:35:21 2017 -0800
     4.2 +++ b/components/libtool/test/results-32.master	Tue Jan 10 13:28:05 2017 -0800
     4.3 @@ -1,127 +1,11 @@
     4.4 -PASS: tests/link.test
     4.5 -PASS: tests/link-2.test
     4.6 -PASS: tests/nomode.test
     4.7 -PASS: tests/objectlist.test
     4.8 -PASS: tests/quote.test
     4.9 -PASS: tests/sh.test
    4.10 -PASS: tests/suffix.test
    4.11 -PASS: tests/tagtrace.test
    4.12 -PASS: tests/cdemo-static.test
    4.13 -PASS: tests/cdemo-static-make.test
    4.14 -PASS: tests/cdemo-static-exec.test
    4.15 -PASS: tests/demo-static.test
    4.16 -PASS: tests/demo-static-make.test
    4.17 -PASS: tests/demo-static-exec.test
    4.18 -PASS: tests/demo-static-inst.test
    4.19 -PASS: tests/demo-static-unst.test
    4.20 -PASS: tests/depdemo-static.test
    4.21 -PASS: tests/depdemo-static-make.test
    4.22 -PASS: tests/depdemo-static-exec.test
    4.23 -PASS: tests/depdemo-static-inst.test
    4.24 -PASS: tests/depdemo-static-unst.test
    4.25 -PASS: tests/mdemo-static.test
    4.26 -PASS: tests/mdemo-static-make.test
    4.27 -PASS: tests/mdemo-static-exec.test
    4.28 -PASS: tests/mdemo-static-inst.test
    4.29 -PASS: tests/mdemo-static-unst.test
    4.30 -PASS: tests/cdemo-conf.test
    4.31 -PASS: tests/cdemo-make.test
    4.32 -PASS: tests/cdemo-exec.test
    4.33 -PASS: tests/demo-conf.test
    4.34 -PASS: tests/demo-make.test
    4.35 -PASS: tests/demo-exec.test
    4.36 -PASS: tests/demo-inst.test
    4.37 -PASS: tests/demo-unst.test
    4.38 -PASS: tests/demo-deplibs.test
    4.39 -PASS: tests/depdemo-conf.test
    4.40 -PASS: tests/depdemo-make.test
    4.41 -PASS: tests/depdemo-exec.test
    4.42 -PASS: tests/depdemo-inst.test
    4.43 -PASS: tests/depdemo-unst.test
    4.44 -PASS: tests/mdemo-conf.test
    4.45 -PASS: tests/mdemo-make.test
    4.46 -PASS: tests/mdemo-exec.test
    4.47 -PASS: tests/mdemo-inst.test
    4.48 -PASS: tests/mdemo-unst.test
    4.49 -PASS: tests/mdemo-dryrun.test
    4.50 -PASS: tests/mdemo2-conf.test
    4.51 -PASS: tests/mdemo2-make.test
    4.52 -PASS: tests/mdemo2-exec.test
    4.53 -PASS: tests/pdemo-conf.test
    4.54 -PASS: tests/pdemo-make.test
    4.55 -PASS: tests/pdemo-exec.test
    4.56 -PASS: tests/pdemo-inst.test
    4.57 -PASS: tests/demo-nofast.test
    4.58 -PASS: tests/demo-nofast-make.test
    4.59 -PASS: tests/demo-nofast-exec.test
    4.60 -PASS: tests/demo-nofast-inst.test
    4.61 -PASS: tests/demo-nofast-unst.test
    4.62 -PASS: tests/depdemo-nofast.test
    4.63 -PASS: tests/depdemo-nofast-make.test
    4.64 -PASS: tests/depdemo-nofast-exec.test
    4.65 -PASS: tests/depdemo-nofast-inst.test
    4.66 -PASS: tests/depdemo-nofast-unst.test
    4.67 -PASS: tests/demo-pic.test
    4.68 -PASS: tests/demo-pic-make.test
    4.69 -PASS: tests/demo-pic-exec.test
    4.70 -SKIP: tests/demo-nopic.test
    4.71 -PASS: tests/demo-nopic-make.test
    4.72 -PASS: tests/demo-nopic-exec.test
    4.73 -PASS: tests/cdemo-shared.test
    4.74 -PASS: tests/cdemo-shared-make.test
    4.75 -PASS: tests/cdemo-shared-exec.test
    4.76 -PASS: tests/mdemo-shared.test
    4.77 -PASS: tests/mdemo-shared-make.test
    4.78 -PASS: tests/mdemo-shared-exec.test
    4.79 -PASS: tests/mdemo-shared-inst.test
    4.80 -PASS: tests/mdemo-shared-unst.test
    4.81 -PASS: tests/cdemo-undef.test
    4.82 -PASS: tests/cdemo-undef-make.test
    4.83 -PASS: tests/cdemo-undef-exec.test
    4.84 -PASS: tests/tagdemo-static.test
    4.85 -PASS: tests/tagdemo-static-make.test
    4.86 -PASS: tests/tagdemo-static-exec.test
    4.87 -PASS: tests/tagdemo-conf.test
    4.88 -PASS: tests/tagdemo-make.test
    4.89 -PASS: tests/tagdemo-exec.test
    4.90 -PASS: tests/tagdemo-shared.test
    4.91 -PASS: tests/tagdemo-shared-make.test
    4.92 -PASS: tests/tagdemo-shared-exec.test
    4.93 -PASS: tests/tagdemo-undef.test
    4.94 -PASS: tests/tagdemo-undef-make.test
    4.95 -PASS: tests/tagdemo-undef-exec.test
    4.96 -PASS: tests/fcdemo-static.test
    4.97 -PASS: tests/fcdemo-static-make.test
    4.98 -PASS: tests/fcdemo-static-exec.test
    4.99 -PASS: tests/fcdemo-conf.test
   4.100 -PASS: tests/fcdemo-make.test
   4.101 -PASS: tests/fcdemo-exec.test
   4.102 -PASS: tests/fcdemo-shared.test
   4.103 -PASS: tests/fcdemo-shared-make.test
   4.104 -PASS: tests/fcdemo-shared-exec.test
   4.105 -PASS: tests/demo-shared.test
   4.106 -PASS: tests/demo-shared-make.test
   4.107 -PASS: tests/demo-shared-exec.test
   4.108 -PASS: tests/demo-shared-inst.test
   4.109 -FAIL: tests/demo-hardcode.test
   4.110 -PASS: tests/demo-relink.test
   4.111 -PASS: tests/demo-noinst-link.test
   4.112 -PASS: tests/demo-shared-unst.test
   4.113 -PASS: tests/depdemo-shared.test
   4.114 -PASS: tests/depdemo-shared-make.test
   4.115 -PASS: tests/depdemo-shared-exec.test
   4.116 -PASS: tests/depdemo-shared-inst.test
   4.117 -PASS: tests/depdemo-relink.test
   4.118 -PASS: tests/depdemo-shared-unst.test
   4.119 -PASS: tests/f77demo-static.test
   4.120 -PASS: tests/f77demo-static-make.test
   4.121 -PASS: tests/f77demo-static-exec.test
   4.122 -PASS: tests/f77demo-conf.test
   4.123 -PASS: tests/f77demo-make.test
   4.124 -PASS: tests/f77demo-exec.test
   4.125 -PASS: tests/f77demo-shared.test
   4.126 -PASS: tests/f77demo-shared-make.test
   4.127 -PASS: tests/f77demo-shared-exec.test
   4.128 -====================================
   4.129 -1 of 123 tests failed
   4.130 -====================================
   4.131 + 70: Runpath in libtool library files                FAILED (runpath-in-lalib.at:61)
   4.132 +117: enforced lib prefix                             FAILED (need_lib_prefix.at:182)
   4.133 +138: shared library                                  FAILED (tagdemo.at:359)
   4.134 +139: shared and static together                      FAILED (tagdemo.at:374)
   4.135 +144: C++ exception handling                          FAILED (exceptions.at:373)
   4.136 +156: static library                                  FAILED (fcdemo.at:319)
   4.137 +157: shared library                                  FAILED (fcdemo.at:334)
   4.138 +158: shared and static together                      FAILED (fcdemo.at:349)
   4.139 +170: Run tests with low max_cmd_len                  FAILED (cmdline_wrap.at:47)
   4.140 +14 failed (5 expected failures).
   4.141 +   Subject: [GNU Libtool 2.4.6] testsuite: 70 117 138 139 144 156 157 158 170 failed
     5.1 --- a/components/libtool/test/results-64.master	Tue Jan 10 17:35:21 2017 -0800
     5.2 +++ b/components/libtool/test/results-64.master	Tue Jan 10 13:28:05 2017 -0800
     5.3 @@ -1,127 +1,11 @@
     5.4 -PASS: tests/link.test
     5.5 -PASS: tests/link-2.test
     5.6 -PASS: tests/nomode.test
     5.7 -PASS: tests/objectlist.test
     5.8 -PASS: tests/quote.test
     5.9 -PASS: tests/sh.test
    5.10 -PASS: tests/suffix.test
    5.11 -PASS: tests/tagtrace.test
    5.12 -PASS: tests/cdemo-static.test
    5.13 -PASS: tests/cdemo-static-make.test
    5.14 -PASS: tests/cdemo-static-exec.test
    5.15 -PASS: tests/demo-static.test
    5.16 -PASS: tests/demo-static-make.test
    5.17 -PASS: tests/demo-static-exec.test
    5.18 -PASS: tests/demo-static-inst.test
    5.19 -PASS: tests/demo-static-unst.test
    5.20 -PASS: tests/depdemo-static.test
    5.21 -PASS: tests/depdemo-static-make.test
    5.22 -PASS: tests/depdemo-static-exec.test
    5.23 -PASS: tests/depdemo-static-inst.test
    5.24 -PASS: tests/depdemo-static-unst.test
    5.25 -PASS: tests/mdemo-static.test
    5.26 -PASS: tests/mdemo-static-make.test
    5.27 -PASS: tests/mdemo-static-exec.test
    5.28 -PASS: tests/mdemo-static-inst.test
    5.29 -PASS: tests/mdemo-static-unst.test
    5.30 -PASS: tests/cdemo-conf.test
    5.31 -PASS: tests/cdemo-make.test
    5.32 -PASS: tests/cdemo-exec.test
    5.33 -PASS: tests/demo-conf.test
    5.34 -PASS: tests/demo-make.test
    5.35 -PASS: tests/demo-exec.test
    5.36 -PASS: tests/demo-inst.test
    5.37 -PASS: tests/demo-unst.test
    5.38 -PASS: tests/demo-deplibs.test
    5.39 -PASS: tests/depdemo-conf.test
    5.40 -PASS: tests/depdemo-make.test
    5.41 -PASS: tests/depdemo-exec.test
    5.42 -PASS: tests/depdemo-inst.test
    5.43 -PASS: tests/depdemo-unst.test
    5.44 -PASS: tests/mdemo-conf.test
    5.45 -PASS: tests/mdemo-make.test
    5.46 -PASS: tests/mdemo-exec.test
    5.47 -PASS: tests/mdemo-inst.test
    5.48 -PASS: tests/mdemo-unst.test
    5.49 -PASS: tests/mdemo-dryrun.test
    5.50 -PASS: tests/mdemo2-conf.test
    5.51 -PASS: tests/mdemo2-make.test
    5.52 -PASS: tests/mdemo2-exec.test
    5.53 -PASS: tests/pdemo-conf.test
    5.54 -PASS: tests/pdemo-make.test
    5.55 -PASS: tests/pdemo-exec.test
    5.56 -PASS: tests/pdemo-inst.test
    5.57 -PASS: tests/demo-nofast.test
    5.58 -PASS: tests/demo-nofast-make.test
    5.59 -PASS: tests/demo-nofast-exec.test
    5.60 -PASS: tests/demo-nofast-inst.test
    5.61 -PASS: tests/demo-nofast-unst.test
    5.62 -PASS: tests/depdemo-nofast.test
    5.63 -PASS: tests/depdemo-nofast-make.test
    5.64 -PASS: tests/depdemo-nofast-exec.test
    5.65 -PASS: tests/depdemo-nofast-inst.test
    5.66 -PASS: tests/depdemo-nofast-unst.test
    5.67 -PASS: tests/demo-pic.test
    5.68 -PASS: tests/demo-pic-make.test
    5.69 -PASS: tests/demo-pic-exec.test
    5.70 -SKIP: tests/demo-nopic.test
    5.71 -PASS: tests/demo-nopic-make.test
    5.72 -PASS: tests/demo-nopic-exec.test
    5.73 -PASS: tests/cdemo-shared.test
    5.74 -PASS: tests/cdemo-shared-make.test
    5.75 -PASS: tests/cdemo-shared-exec.test
    5.76 -PASS: tests/mdemo-shared.test
    5.77 -PASS: tests/mdemo-shared-make.test
    5.78 -PASS: tests/mdemo-shared-exec.test
    5.79 -PASS: tests/mdemo-shared-inst.test
    5.80 -PASS: tests/mdemo-shared-unst.test
    5.81 -PASS: tests/cdemo-undef.test
    5.82 -PASS: tests/cdemo-undef-make.test
    5.83 -PASS: tests/cdemo-undef-exec.test
    5.84 -PASS: tests/tagdemo-static.test
    5.85 -PASS: tests/tagdemo-static-make.test
    5.86 -PASS: tests/tagdemo-static-exec.test
    5.87 -PASS: tests/tagdemo-conf.test
    5.88 -PASS: tests/tagdemo-make.test
    5.89 -PASS: tests/tagdemo-exec.test
    5.90 -PASS: tests/tagdemo-shared.test
    5.91 -PASS: tests/tagdemo-shared-make.test
    5.92 -PASS: tests/tagdemo-shared-exec.test
    5.93 -PASS: tests/tagdemo-undef.test
    5.94 -PASS: tests/tagdemo-undef-make.test
    5.95 -PASS: tests/tagdemo-undef-exec.test
    5.96 -PASS: tests/fcdemo-static.test
    5.97 -SKIP: tests/fcdemo-static-make.test
    5.98 -SKIP: tests/fcdemo-static-exec.test
    5.99 -PASS: tests/fcdemo-conf.test
   5.100 -SKIP: tests/fcdemo-make.test
   5.101 -SKIP: tests/fcdemo-exec.test
   5.102 -PASS: tests/fcdemo-shared.test
   5.103 -SKIP: tests/fcdemo-shared-make.test
   5.104 -SKIP: tests/fcdemo-shared-exec.test
   5.105 -PASS: tests/demo-shared.test
   5.106 -PASS: tests/demo-shared-make.test
   5.107 -PASS: tests/demo-shared-exec.test
   5.108 -PASS: tests/demo-shared-inst.test
   5.109 -FAIL: tests/demo-hardcode.test
   5.110 -PASS: tests/demo-relink.test
   5.111 -PASS: tests/demo-noinst-link.test
   5.112 -PASS: tests/demo-shared-unst.test
   5.113 -PASS: tests/depdemo-shared.test
   5.114 -PASS: tests/depdemo-shared-make.test
   5.115 -PASS: tests/depdemo-shared-exec.test
   5.116 -PASS: tests/depdemo-shared-inst.test
   5.117 -PASS: tests/depdemo-relink.test
   5.118 -PASS: tests/depdemo-shared-unst.test
   5.119 -FAIL: tests/f77demo-static.test
   5.120 -SKIP: tests/f77demo-static-make.test
   5.121 -SKIP: tests/f77demo-static-exec.test
   5.122 -FAIL: tests/f77demo-conf.test
   5.123 -SKIP: tests/f77demo-make.test
   5.124 -SKIP: tests/f77demo-exec.test
   5.125 -FAIL: tests/f77demo-shared.test
   5.126 -SKIP: tests/f77demo-shared-make.test
   5.127 -SKIP: tests/f77demo-shared-exec.test
   5.128 -====================================
   5.129 -4 of 111 tests failed
   5.130 -====================================
   5.131 + 70: Runpath in libtool library files                FAILED (runpath-in-lalib.at:61)
   5.132 +117: enforced lib prefix                             FAILED (need_lib_prefix.at:182)
   5.133 +138: shared library                                  FAILED (tagdemo.at:359)
   5.134 +139: shared and static together                      FAILED (tagdemo.at:374)
   5.135 +144: C++ exception handling                          FAILED (exceptions.at:373)
   5.136 +153: static library                                  FAILED (f77demo.at:303)
   5.137 +154: shared library                                  FAILED (f77demo.at:318)
   5.138 +155: shared and static together                      FAILED (f77demo.at:333)
   5.139 +170: Run tests with low max_cmd_len                  FAILED (cmdline_wrap.at:47)
   5.140 +14 failed (5 expected failures).
   5.141 +   Subject: [GNU Libtool 2.4.6] testsuite: 70 117 138 139 144 153 154 155 170 failed