Chris Staub wrote: > The nss package seems to build successfully on my system, but I also > always get a lot of output that looks like this while it builds:
Can't reproduce this - see below. lfs svn-20060210 (gcc 4.0.2, glibc-2.3.6, binutils-2.16.1) bash 3.1.0(1)-release // Tried this first bash 3.1.17(1)-release (fixes-8 patch) // Tried after upgrading coreutils 5.94 > syntax error at -e line 3, near "while" > syntax error at -e line 7, near "}" > Execution of -e aborted due to compilation errors. > cd ../coreconf ; make > <snip> > cd nsinstall; make libs > make[2]: Entering directory > `/home/chris/sources/nss-3.11/mozilla/security/corec > onf/nsinstall' > syntax error at -e line 3, near "while" > syntax error at -e line 7, near "}" cd ../coreconf ; make make[1]: Entering directory `/usr/src/nss-3.11/mozilla/security/coreconf' cd nsinstall; make export make[2]: Entering directory `/usr/src/nss-3.11/mozilla/security/coreconf/nsinstall' make[2]: Nothing to be done for `export'. make[2]: Leaving directory `/usr/src/nss-3.11/mozilla/security/coreconf/nsinstall' cd nsinstall; make libs make[2]: Entering directory `/usr/src/nss-3.11/mozilla/security/coreconf/nsinstall' > And then later on... > > cd ../dbm ; make export libs > make[1]: Entering directory > `/home/chris/sources/nss-3.11/mozilla/security/dbm' > syntax error at -e line 3, near "while" > syntax error at -e line 7, near "}" > Execution of -e aborted due to compilation errors. > cd include; make export > make[2]: Entering directory > `/home/chris/sources/nss-3.11/mozilla/security/dbm/i > nclude' > syntax error at -e line 3, near "while" > syntax error at -e line 7, near "}" > Execution of -e aborted due to compilation errors. cd ../dbm ; make export libs make[1]: Entering directory `/usr/src/nss-3.11/mozilla/security/dbm' cd include; make export make[2]: Entering directory `/usr/src/nss-3.11/mozilla/security/dbm/include' Creating ../../../dist/public/dbm ../../coreconf/nsinstall/Linux2.6_x86_glibc_PTH_OPT.OBJ/nsinstall -R -m 444 ../../../dbm/include/nsres.h ../../../dbm/include/cdefs.h ../../../dbm/include/mcom_db.h ../../../dbm/include/ncompat.h ../../../dbm/include/winfile.h ../../../dist/public/dbm make[2]: Leaving directory `/usr/src/nss-3.11/mozilla/security/dbm/include' cd src; make export Not sure how to help you debug this beyond the log snippets above. Perhaps a bug in the stable branch or introduced in a more recent SVN? I don't know what your current setup is. Regards, Jeremy. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
