[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
AIX libtool 1.5.8: depdemo test failure
From: |
David Favor |
Subject: |
AIX libtool 1.5.8: depdemo test failure |
Date: |
Wed, 11 Aug 2004 13:16:42 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; AIX 000F2B4C4C00; en-US; rv:1.8a3) Gecko/20040801 |
This test appears to fail because there's no build for .libs/libl3.so.0
before it's used:
_______
aasc24#(export VERBOSE=x TESTS=depdemo-inst.test && make -e check)
Making check in .
make[1]: Entering directory `/data/sandbox/libtool-1.5.8'
make[1]: Nothing to be done for `check-am'.
make[1]: Leaving directory `/data/sandbox/libtool-1.5.8'
Making check in libltdl
/data/sandbox/libtool-1.5.8/libltdl
make[1]: Entering directory `/data/sandbox/libtool-1.5.8/libltdl'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/data/sandbox/libtool-1.5.8/libltdl'
Making check in doc
/data/sandbox/libtool-1.5.8/doc
make[1]: Entering directory `/data/sandbox/libtool-1.5.8/doc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/data/sandbox/libtool-1.5.8/doc'
Making check in tests
/data/sandbox/libtool-1.5.8/tests
make[1]: Entering directory `/data/sandbox/libtool-1.5.8/tests'
cd .. && /opt/freeware/bin/bash ./config.status tests/Makefile
config.status: creating tests/Makefile
make[1]: Leaving directory `/data/sandbox/libtool-1.5.8/tests'
make[1]: Entering directory `/data/sandbox/libtool-1.5.8/tests'
make check-TESTS
make[2]: Entering directory `/data/sandbox/libtool-1.5.8/tests'
=== Running depdemo-inst.test
= Running make install in ../depdemo
make[3]: Entering directory `/data/sandbox/libtool-1.5.8/depdemo'
Making install in l1
/data/sandbox/libtool-1.5.8/depdemo/l1
make[4]: Entering directory `/data/sandbox/libtool-1.5.8/depdemo/l1'
make[5]: Entering directory `/data/sandbox/libtool-1.5.8/depdemo/l1'
test -z "/data/sandbox/libtool-1.5.8/tests/_inst/lib" || /data/sandbox/libtool-1.5.8/install-sh -d
"/data/sandbox/libtool-1.5.8/tests/_inst/lib"
/opt/freeware/bin/bash ../libtool --mode=install
/data/sandbox/libtool-1.5.8/tests/../depdemo/../install-sh -c 'libl1.la'
'/data/sandbox/libtool-1.5.8/tests/_inst/lib/libl1.la'
/data/sandbox/libtool-1.5.8/tests/../depdemo/../install-sh -c .libs/libl1.a
/data/sandbox/libtool-1.5.8/tests/_inst/lib/libl1.a
/data/sandbox/libtool-1.5.8/tests/../depdemo/../install-sh -c .libs/libl1.lai
/data/sandbox/libtool-1.5.8/tests/_inst/lib/libl1.la
----------------------------------------------------------------------
Libraries have been installed in:
/data/sandbox/libtool-1.5.8/tests/_inst/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LIBPATH' environment variable
during execution
- use the `-Wl,-blibpath:LIBDIR:/usr/lpp/xlopt:/usr/lib:/lib ' linker flag
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/data/sandbox/libtool-1.5.8/depdemo/l1'
make[4]: Leaving directory `/data/sandbox/libtool-1.5.8/depdemo/l1'
Making install in l2
/data/sandbox/libtool-1.5.8/depdemo/l2
make[4]: Entering directory `/data/sandbox/libtool-1.5.8/depdemo/l2'
make[5]: Entering directory `/data/sandbox/libtool-1.5.8/depdemo/l2'
test -z "/data/sandbox/libtool-1.5.8/tests/_inst/lib" || /data/sandbox/libtool-1.5.8/install-sh -d
"/data/sandbox/libtool-1.5.8/tests/_inst/lib"
/opt/freeware/bin/bash ../libtool --mode=install
/data/sandbox/libtool-1.5.8/tests/../depdemo/../install-sh -c 'libl2.la'
'/data/sandbox/libtool-1.5.8/tests/_inst/lib/libl2.la'
libtool: install: warning: relinking `libl2.la'
(cd /data/sandbox/libtool-1.5.8/depdemo/l2; /opt/freeware/bin/bash ../libtool --mode=relink
/usr/vac/bin/cc -O2 -o libl2.la -rpath /data/sandbox/libtool-1.5.8/tests/_inst/lib -no-undefined
l2.lo ../l1/libl1.la )
generating symbol list for `libl2.la'
/usr/bin/nm -B -BCpg .libs/l2.o | awk '{ if ((($2 == "T") || ($2 == "D") || ($2 == "B")) &&
(substr($3,1,1) != ".")) { print $3 } }' | sort -u > .libs/libl2.exp
/usr/vac/bin/cc -Wl,-bM:SRE -o .libs/libl2.so.0 .libs/l2.o
-Wl,-blibpath:/data/sandbox/libtool-1.5.8/tests/_inst/lib:/usr/lpp/xlopt:/usr/lib:/lib
/data/sandbox/libtool-1.5.8/tests/_inst/lib/libl1.a -lc -Wl,-bE:.libs/libl2.exp -Wl,-bnoentry
${wl}-bernotok
ar cru .libs/libl2.a .libs/libl2.so.0
/data/sandbox/libtool-1.5.8/tests/../depdemo/../install-sh -c .libs/libl2.aT
/data/sandbox/libtool-1.5.8/tests/_inst/lib/libl2.a
/data/sandbox/libtool-1.5.8/tests/../depdemo/../install-sh -c .libs/libl2.lai
/data/sandbox/libtool-1.5.8/tests/_inst/lib/libl2.la
----------------------------------------------------------------------
Libraries have been installed in:
/data/sandbox/libtool-1.5.8/tests/_inst/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LIBPATH' environment variable
during execution
- use the `-Wl,-blibpath:LIBDIR:/usr/lpp/xlopt:/usr/lib:/lib ' linker flag
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/data/sandbox/libtool-1.5.8/depdemo/l2'
make[4]: Leaving directory `/data/sandbox/libtool-1.5.8/depdemo/l2'
Making install in l3
/data/sandbox/libtool-1.5.8/depdemo/l3
make[4]: Entering directory `/data/sandbox/libtool-1.5.8/depdemo/l3'
/opt/freeware/bin/bash ../libtool --mode=link /usr/vac/bin/cc -O2 -o libl3.la -rpath
/data/sandbox/libtool-1.5.8/tests/_inst/lib -no-undefined l3.lo ../l1/libl1.la ../l2/libl2.la
rm -fr .libs/libl3.exp
generating symbol list for `libl3.la'
/usr/bin/nm -B -BCpg .libs/l3.o | awk '{ if ((($2 == "T") || ($2 == "D") || ($2 == "B")) &&
(substr($3,1,1) != ".")) { print $3 } }' | sort -u > .libs/libl3.exp
nm: .libs/l3.o: 0654-200 Cannot open the specified file.
nm: No such file or directory
/usr/vac/bin/cc -Wl,-bM:SRE -o .libs/libl3.so.0 .libs/l3.o
-Wl,-blibpath:/data/sandbox/libtool-1.5.8/depdemo/l1/.libs:/data/sandbox/libtool-1.5.8/depdemo/l2/.libs:/data/sandbox/libtool-1.5.8/tests/_inst/lib:/usr/lpp/xlopt:/usr/lib:/lib
-L/data/sandbox/libtool-1.5.8/depdemo/l1/.libs -L../l1/.libs -ll1 -L../l2/.libs -ll2 -lc
-Wl,-bE:.libs/libl3.exp -Wl,-bnoentry ${wl}-bernotok
/usr/vac/bin/cc: 1501-228 input file .libs/l3.o not found
make[4]: *** [libl3.la] Error 252
make[4]: Leaving directory `/data/sandbox/libtool-1.5.8/depdemo/l3'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/data/sandbox/libtool-1.5.8/depdemo'
FAIL: depdemo-inst.test
====================================
1 of 1 tests failed
Please report to address@hidden
====================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/data/sandbox/libtool-1.5.8/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/data/sandbox/libtool-1.5.8/tests'
make: *** [check-recursive] Error 1
--
David Favor 512-838-2232, t/l 678-2232
HACMP Level III Customer Support
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- AIX libtool 1.5.8: depdemo test failure,
David Favor <=