Bruce Dubbs wrote: > I just finished a full build with the latest svn and got five test errors: > > 073-glibc-2.19: [/sources/glibc-build/libio/tst-ftell-partial-wide.out] > 073-glibc-2.19: [/sources/glibc-build/nptl/tst-robust8.out] > > 104-automake-1.14.1:FAIL: t/lex-depend-cxx.sh > 104-automake-1.14.1:FAIL: t/lex-clean-cxx.sh
These automake tests pass if the static library is present and the .so files are missing. `nm libfl.so.2.0.0` gives: U yylex U means undefined. The linker crashes on that. I'll revert the change to flex that creates the dynamic libraries. -- Bruce > > 119-man-db-2.6.6:FAIL: man-6 > > The man-db error has been reported earlier. I suspect the automake > issues are due to the new flex. I can't say that I've seen the glibc > errors before. > > I'll try to investigate tomorrow. > > ------- > > With the change to glibc to --enable-obsolete-rpc, I built libtirpc in > the chroot environment. The patch/autoreconf was not needed and the > CMMI went without error. > > -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page