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:

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
make[1]: Entering directory `/home/chris/sources/nss-3.11/mozilla/security/corec
onf'
syntax error at -e line 3, near "while"
syntax error at -e line 7, near "}"
Execution of -e aborted due to compilation errors.
cd nsinstall; make export
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 "}"
Execution of -e aborted due to compilation errors.
make[2]: Nothing to be done for `export'.
make[2]: Leaving directory `/home/chris/sources/nss-3.11/mozilla/security/coreco
nf/nsinstall'
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 "}"

I'm a bit late to answer, but yes, I have the very same problem here. There is a multi line Perl script near the end of mozilla/security/coreconf/rules.mk. If you change this into many single lines, all prepended by '-e', it'll run ok. I've tried perl directly with a multi line script, the same happens. Being neither a perl guru nor a perl lover, I just dismiss it. And the perl tests showed no error. Anyway, the nss that gets built seems to be the same with or without these errors, at least for me. Only 640 out of the 770 tests run ok, and this on various machines ... /That /does concern me/ /quite a bit, though.

--
Hans-Joachim
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to