Closed
Bug 356224
Opened 19 years ago
Closed 19 years ago
security/coreconf contents cannot be compiled: syntax error at -e line 3, near "while"
Categories
(NSS :: Build, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 325148
People
(Reporter: mmokrejs, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060426
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060426
I am trying to compile current cvs HEAD and get the following error on Linux.
gmake[4]: Entering directory `/scratch/mozilla/security/coreconf'
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; /usr/bin/gmake -j1 export
gmake[5]: Entering directory `/scratch/mozilla/security/coreconf/nsinstall'
syntax error at -e line 3, near "while"
syntax error at -e line 7, near "}"
Execution of -e aborted due to compilation errors.
gmake[5]: Nothing to be done for `export'.
gmake[5]: Leaving directory `/scratch/mozilla/security/coreconf/nsinstall'
cd nsinstall; /usr/bin/gmake -j1 libs
gmake[5]: Entering directory `/scratch/mozilla/security/coreconf/nsinstall'
syntax error at -e line 3, near "while"
syntax error at -e line 7, near "}"
Execution of -e aborted due to compilation errors.
true -m 775 Linux2.6_x86_glibc_PTH_DBG.OBJ/nsinstall /scratch/mozilla/dist/bin
gmake[5]: Leaving directory `/scratch/mozilla/security/coreconf/nsinstall'
gmake[4]: Leaving directory `/scratch/mozilla/security/coreconf'
/usr/bin/gmake -C ../../security/dbm MAKE="/usr/bin/gmake -j1" -j1 CC="gcc" SOURCE_MD_DIR=/scratch/mozilla/dist DIST=/scratch/mozilla/dist NSPR_INCLUDE_DIR=/scratch/mozilla/dist/include/nspr NSPR_LIB_DIR=/scratch/mozilla/dist/lib MOZILLA_CLIENT=1 NO_MDUPDATE=1 NSS_ENABLE_ECC=1 NS_USE_GCC=1 NS_USE_NATIVE=
gmake[4]: Entering directory `/scratch/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; /usr/bin/gmake -j1 export
gmake[5]: Entering directory `/scratch/mozilla/security/dbm/include'
syntax error at -e line 3, near "while"
syntax error at -e line 7, near "}"
Execution of -e aborted due to compilation errors.
../../coreconf/nsinstall/Linux2.6_x86_glibc_PTH_DBG.OBJ/nsinstall -R -m 444 ../../../dbm/include/cdefs.h ../../../dbm/include/mcom_db.h ../../../dbm/include/ncompat.h ../../../dbm/include/winfile.h ../../../dist/public/dbm
gmake[5]: Leaving directory `/scratch/mozilla/security/dbm/include'
cd src; /usr/bin/gmake -j1 export
gmake[5]: Entering directory `/scratch/mozilla/security/dbm/src'
syntax error at -e line 3, near "while"
syntax error at -e line 7, near "}"
Execution of -e aborted due to compilation errors.
gmake[5]: Nothing to be done for `export'.
gmake[5]: Leaving directory `/scratch/mozilla/security/dbm/src'
...
I have configured with:
./configure --disable-optimize --enable-debug='-g3 -O0 -ggdb' --enable-debug-modules=all --enable-debugger-info-modules --enable-detect-webshell-leaks --enable-svg --enable-svg-renderer-libart --enable-image-decoders=all --with-qtdir=/usr/qt/3 --enable-application=suite --disable-freetype2 --enable-jprof --enable-default-toolkit=gtk2 --enable-xft --disable-gssapi
Reproducible: Always
Comment 1•19 years ago
|
||
*** Bug 356226 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
Assignee: dveditz → nobody
Component: Security → Build
Product: Mozilla Application Suite → NSS
QA Contact: seamonkey → build
![]() |
||
Comment 2•19 years ago
|
||
*** This bug has been marked as a duplicate of 325148 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•