* Paolo Bonzini wrote on Thu, Aug 12, 2010 at 06:12:15AM CEST: > Hi, I pushed the first 8 sysroot patches to refs/heads/sysroot on > Savannah.
Thanks. So far, with a merge of sysroot to master, I see one regression on AIX with runtimelinking (configure LDFLAGS=-Wl,-brtl) and a different one on Solaris, both of which could however also stem from a couple of other patches that haven't made it into the mainline tree. Will investigate, hopefully by Saturday (and look at the --finish issue, if you haven't solved it by then). Cheers, Ralf ../../libtool/tests/deplibs-ident.at:53: $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o liba$i.la liba$i.lo $depend_on_c -rpath /nowhere stderr: ld: 0706-006 Cannot find or open library file: -l cee ld:open(): No such file or directory stdout: libtool: link: /bin/nm -B -BCpg .libs/liba3.o | awk '{ if ((($ 2 == "T") || ($ 2 == "D") || ($ 2 == "B")) && (substr($ 3,1,1) != ".")) { print $ 3 } }' | sort -u > .libs/liba3.exp libtool: link: cc -qlanglvl=extc89 -o .libs/liba3.so.0.0.0 .libs/liba3.o -L../c -lcee -lc -Wl,-bnoentry -qlanglvl=extc89 -Wl,-brtl `if test "x-berok" != "x"; then func_echo_all "-Wl,-berok"; else :; fi` -Wl,-bexport:.libs/liba3.exp -Wl,-G ../../libtool/tests/deplibs-ident.at:53: exit code was 255, expected 0 ../../libtool/tests/deplibs-ident.at:65: $CC $CFLAGS -c b.c stderr: stdout: ../../libtool/tests/deplibs-ident.at:66: $LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o b$EXEEXT b.$OBJEXT ../liba1.la ../liba2.la ../liba3.la ../../c/libcee.la -rpath /nowhere stderr: libtool: link: cannot find the library `/home/rwild/lt/build-powerpc-ibm-aix5.3.0.0-rtl/tests/testsuite.dir/106/a/liba3.la' or unhandled argument `/home/rwild/lt/build-powerpc-ibm-aix5.3.0.0-rtl/tests/testsuite.dir/106/a/liba3.la' stdout: ../../libtool/tests/deplibs-ident.at:66: exit code was 1, expected 0 106. deplibs-ident.at:32: 106. build tree relpaths (deplibs-ident.at:32): FAILED (deplibs-ident.at:66)