On 11/28/2011 12:12 PM, Charles Wilson wrote:
Attached, see test log for $host=cygwin. I had to use 'make -k check
gl_public_submodule_commit=' -- I'm not sure why, but perhaps your
working tree is using private gnulib mods?
I'll send testsuite.dir privately.
I've attached the test log for $host=mingw32. I'll send /that/
testsuite.dir privately, as well.
--
Chuck
make check-recursive
make[1]: Entering directory
`/c/cygwin-1.7/usr/src/packages/libtool/git/build-libtool-master-mingw'
GEN tests/defs
Making check in .
make[2]: Entering directory
`/c/cygwin-1.7/usr/src/packages/libtool/git/build-libtool-master-mingw'
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd ../libtool && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh
/c/cygwin-1.7/usr/src/packages/libtool/git/libtool/build-aux/missing --run
makeinfo --version) >/dev/null 2>&1; then \
for f in ../libtool/doc/libtool.info
../libtool/doc/libtool.info-[0-9] ../libtool/doc/libtool.info-[0-9][0-9]
../libtool/doc/libtool.i[0-9] ../libtool/doc/libtool.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/sh
/c/cygwin-1.7/usr/src/packages/libtool/git/libtool/build-aux/missing --run
makeinfo -I doc -I ../libtool/doc \
-o ../libtool/doc/libtool.info ../libtool/doc/libtool.texi; \
then \
rc=0; \
CDPATH="${ZSH_VERSION+.}:" && cd ../libtool; \
else \
rc=$?; \
CDPATH="${ZSH_VERSION+.}:" && cd ../libtool && \
$restore $backupdir/* `echo "./../libtool/doc/libtool.info" | sed
's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
make check-TESTS check-local
make[3]: Entering directory
`/c/cygwin-1.7/usr/src/packages/libtool/git/build-libtool-master-mingw'
make[4]: Entering directory
`/c/cygwin-1.7/usr/src/packages/libtool/git/build-libtool-master-mingw'
PASS: tests/link.test
PASS: tests/link-2.test
PASS: tests/nomode.test
PASS: tests/objectlist.test
PASS: tests/quote.test
PASS: tests/suffix.test
PASS: tests/tagtrace.test
==================
All 7 tests passed
==================
make[4]: Leaving directory
`/c/cygwin-1.7/usr/src/packages/libtool/git/build-libtool-master-mingw'
CC libltdl/loaders/libltdl_libltdlc_la-preopen.lo
CC libltdl/libltdl_libltdlc_la-lt__alloc.lo
CC libltdl/libltdl_libltdlc_la-lt_dlloader.lo
CC libltdl/libltdl_libltdlc_la-lt_error.lo
CC libltdl/libltdl_libltdlc_la-ltdl.lo
CC libltdl/libltdl_libltdlc_la-slist.lo
CCLD libltdl/libltdlc.la
## --------------------------------------------- ##
## GNU Libtool 2.4.2.133-fe91d-dirty test suite. ##
## --------------------------------------------- ##
Shell option parser generator.
1: short option splitting ok
2: enhanced shell short option splitting ok
3: long option splitting ok
4: XSI long option splitting ok
5: option appending ok
6: enhanced shell option appending ok
Libtoolize operation.
7: libtoolize macro installation ok
8: libtoolize macro directory mismatch error ok
9: libtoolize macro serial update FAILED (libtoolize.at:151)
10: libtoolize config files serial update FAILED (libtoolize.at:228)
11: diagnose missing LT_CONFIG_LTDL_DIR ok
12: copy ltdl.m4 with shared macro directory ok
13: correctly parse LTDL_INIT from configure.ac ok
14: diagnose missing LTDL_INIT invocation ok
15: upgrading verbatim style aclocal.m4 FAILED (libtoolize.at:594)
16: verbatim aclocal.m4 w/o AC_CONFIG_MACRO_DIR FAILED (libtoolize.at:685)
17: nonrecursive ltdl with AC_CONFIG_MACRO_DIR ok
18: subproject ltdl with unconventional layout ok
19: Subproject ltdl without GNU M4 ok
20: LIBTOOLIZE_OPTIONS ok
21: cleanup old installation ok
Linking and loading.
22: link against a preloaded static library FAILED (demo.at:398)
23: build and dynamically load a module FAILED (demo.at:415)
24: preload static and dynamic module FAILED (demo.at:432)
25: deplibs_check_method FAILED (demo.at:478)
26: disable fast install FAILED (demo.at:494)
27: force PIC objects FAILED (demo.at:510)
28: force non-PIC objects FAILED (demo.at:548)
29: hardcoding library path FAILED (demo.at:621)
30: binary relinking at install time FAILED (demo.at:730)
31: uninstalled libraries have priority FAILED (demo.at:791)
32: linking with long file names FAILED (demo.at:914)
Convenience libraries.
33: build and link against a static library FAILED (cdemo.at:141)
34: build and link against a dynamic library FAILED (cdemo.at:159)
35: build both static and dynamic FAILED (cdemo.at:177)
36: allow_undefined_flag FAILED (cdemo.at:199)
37: C convenience archives ok
38: C++ convenience archives ok
39: F77 convenience archives skipped
(convenience.at:111)
40: FC convenience archives skipped
(convenience.at:171)
41: Java convenience archives skipped
(convenience.at:231)
Library interdependencies.
42: static library interdependencies FAILED (depdemo.at:315)
43: shared library interdependencies FAILED (depdemo.at:332)
44: shared and static interdependencies FAILED (depdemo.at:349)
45: disable fast install FAILED (depdemo.at:367)
46: binary relinking at install time FAILED (depdemo.at:384)
Testing libtool functions.
47: standard command line options ok
48: mode short-hands ok
49: debug tracing ok
50: duplicate members in archive tests ok
51: duplicate convenience archive names ok
52: preserve duplicate convenience deps expected failure
(duplicate_deps.at:72)
53: passing CC flags through libtool ok
54: passing CXX flags through libtool ok
55: passing F77 flags through libtool skipped (flags.at:24)
56: passing FC flags through libtool skipped (flags.at:24)
57: passing GCJ flags through libtool skipped (flags.at:24)
58: inherited_linker_flags FAILED
(inherited_flags.at:83)
59: Link order test FAILED (link-order.at:87)
60: Link order of deplibs ok
61: Failure tests ok
62: shlibpath_overrides_runpath skipped (shlibpath.at:54)
63: Runpath in libtool library files FAILED
(runpath-in-lalib.at:55)
64: static linking flags for programs ok
65: ccache -all-static ok
66: Export test FAILED (export.at:171)
67: sys_lib_search_path ok
68: sys_lib_search_path on w32 FAILED (search-path.at:95)
69: indirect convenience ok
70: indirect uninstalled ok
71: static library contains static library expected failure
(archive-in-archive.at:56)
72: both of -o prog and -o prog$EXEEXT work ok
73: execute mode ok
74: bindir basic lib test ok
75: bindir install tests ok
76: cwrapper for uninstalled executables ok
77: cwrapper string length ok
78: cwrapper and installed shared libraries ok
79: deplib in subdir ok
80: inferred tag ok
81: CXX inferred tag ok
82: F77 inferred tag skipped (infer-tag.at:56)
83: FC inferred tag skipped (infer-tag.at:70)
84: GCJ inferred tag skipped (infer-tag.at:84)
85: localized compiler messages ok
86: nocase library search ok
87: Install tests ok
88: versioning ok
DESTDIR tests
89: Simple DESTDIR install ok
90: DESTDIR with in-package deplibs ok
Support for older m4 interface.
91: AM_PROG_LIBTOOL ok
92: AC_WITH_LTDL ok
rm: cannot lstat
`/c/cygwin-1.7/usr/src/packages/libtool/git/build-libtool-master-mingw/tests/testsuite.dir/092/libltdl':
Permission denied
Support for older libltdl interfaces.
93: Makefile.inc ok
Libtool subdir-objects support.
94: C subdir-objects ok
95: C++ subdir-objects ok
Libltdl functionality.
96: lt_dlexit unloading libs ok
97: lt_dlopenadvise library loading ok
98: lt_dlopen error messages skipped (lt_dlopen.at:31)
99: lt_dlopen archive skipped (lt_dlopen_a.at:95)
100: lt_dlopenext error messages ok
101: libdir of installed modules ok
102: ltdl API ok
103: dlloader API ok
104: loadlibrary error messages ok
105: syntax of .la files expected failure
(lalib-syntax.at:133)
106: resident modules ok
107: SList functionality ok
108: enforced lib prefix ok
Dynamic ltdl runtime loading.
109: dynamically ltdl preload static modules FAILED (mdemo.at:642)
110: dynamically ltdl load a shared module FAILED (mdemo.at:659)
111: ltdl load shared and static modules FAILED (mdemo.at:676)
112: ltdl dryrun FAILED (mdemo.at:692)
113: link with library that loads ltdl modules FAILED (mdemo.at:858)
Standalone Libltdl.
114: compiling softlinked libltdl ok
115: compiling copied libltdl ok
116: installable libltdl ok
117: linking libltdl without autotools ok
Subproject Libltdl.
118: compiling softlinked libltdl ok
119: compiling copied libltdl ok
120: installable libltdl ok
121: linking libltdl without autotools ok
Nonrecursive Automake Libltdl.
122: compiling softlinked libltdl ok
123: compiling copied libltdl ok
124: installable libltdl ok
Recursive Automake Libltdl.
125: compiling softlinked libltdl ok
126: compiling copied libltdl ok
127: installable libltdl ok
C++ language support.
128: static library FAILED (tagdemo.at:357)
129: shared library FAILED (tagdemo.at:372)
130: shared and static together FAILED (tagdemo.at:387)
131: allow_undefined_flag ok
C++ template tests.
132: simple template test ok
133: template test with subdirs ok
Constructors.
134: C++ static constructors ok
135: C++ exception handling ok
libtool script generation.
136: config.status ok
137: config.lt ok
138: test --with-pic FAILED (with-pic.at:33)
Libtool usage in GCC
139: AC_NO_EXECUTABLES ok
Detecting identical deplibs.
140: build tree relpaths UNEXPECTED PASS
configure interface to libltdl.
141: installable libltdl ok
142: --with-ltdl-include/lib ok
143: --with-included-ltdl ok
144: convenience libltdl ok
Libtool stress test.
145: Link option thorough search test FAILED (stresstest.at:277)
146: Run tests with low max_cmd_len FAILED (cmdline_wrap.at:43)
147: override pic_flag at configure time skipped (pic_flag.at:39)
F77 language support.
148: static library skipped (f77demo.at:296)
149: shared library skipped (f77demo.at:311)
150: shared and static together skipped (f77demo.at:326)
Fortran language support.
151: static library skipped (fcdemo.at:310)
152: shared library skipped (fcdemo.at:325)
153: shared and static together skipped (fcdemo.at:340)
Mac OS X tests
154: darwin fat compile skipped (darwin.at:42)
155: darwin concurrent library extraction FAILED (darwin.at:132)
156: darwin gdb debug information ok
157: darwin ld warnings changing configure results ok
158: darwin can lt_dlopen .dylib and .so files skipped (darwin.at:249)
Windows tests.
159: dumpbin -symbols section hiding skipped
(dumpbin-symbols.at:42)
160: deplibs without file command skipped
(deplibs-mingw.at:79)
sysroot tests
161: -L=.../lib -l skipped (sysroot.at:203)
162: -L SYSROOT/.../lib -l skipped (sysroot.at:204)
163: SYSROOT/.../*.la skipped (sysroot.at:205)
## ------------- ##
## Test results. ##
## ------------- ##
ERROR: 137 tests were run,
1 passed unexpectedly,
44 failed (3 expected failures).
26 tests were skipped.
## -------------------------- ##
## testsuite.log was created. ##
## -------------------------- ##
Please send `tests/testsuite.log' and all information you think might help:
To: <bug-libt...@gnu.org>
Subject: [GNU Libtool 2.4.2.133-fe91d-dirty] testsuite: 9 10 15 16 22 23 24
25 26 27 28 29 30 31 32 33 34 35 36 42 43 44 45 46 58 59 63 66 68 109 110 111
112 113 128 129 130 138 145 146 155 failed, 140 passed unexpectedly
You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point. Its output may
be found below `tests/testsuite.dir'.
make[3]: *** [check-local] Error 1
make[3]: Leaving directory
`/c/cygwin-1.7/usr/src/packages/libtool/git/build-libtool-master-mingw'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory
`/c/cygwin-1.7/usr/src/packages/libtool/git/build-libtool-master-mingw'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory
`/c/cygwin-1.7/usr/src/packages/libtool/git/build-libtool-master-mingw'
make: *** [check] Error 2