Closed
Bug 81182
Opened 24 years ago
Closed 24 years ago
Parallel builds do not work with NSS
Categories
(NSS :: Libraries, defect)
Tracking
(Not tracked)
People
(Reporter: cls, Assigned: wtc)
References
()
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
The patch to attempt to force NSS to build with -j1 was applied to the tree but
it does not appear to work.
See the monkeypox log at:
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey-Ports/990011820.2145.gz
cd
/builds/tinderbox/SeaMonkey/Linux_2.2.15pre3_Depend/mozilla/obj-powerpc-unknown-linux-gnu/security/coreconf;
gmake -j3 -j1 BUILD_OPT=1
SOURCE_MDHEADERS_DIR=/builds/tinderbox/SeaMonkey/Linux_2.2.15pre3_Depend/mozilla/obj-powerpc-unknown-linux-gnu/dist/include/nspr
MOZILLA_CLIENT=1 NO_MDUPDATE=1
gmake[3]: Entering directory
`/builds/tinderbox/SeaMonkey/Linux_2.2.15pre3_Depend/mozilla/obj-powerpc-unknown-linux-gnu/security/coreconf'
cd nsinstall; gmake -j3 export
gmake[4]: Entering directory
`/builds/tinderbox/SeaMonkey/Linux_2.2.15pre3_Depend/mozilla/obj-powerpc-unknown-linux-gnu/security/coreconf/nsinstall'
gmake[4]: Nothing to be done for `export'.
gmake[4]: Leaving directory
`/builds/tinderbox/SeaMonkey/Linux_2.2.15pre3_Depend/mozilla/obj-powerpc-unknown-linux-gnu/security/coreconf/nsinstall'
Skipping non-directory mkdepend...
Skipping non-directory md...
cd nsinstall; gmake -j3 libs
gmake[4]: Entering directory
`/builds/tinderbox/SeaMonkey/Linux_2.2.15pre3_Depend/mozilla/obj-powerpc-unknown-linux-gnu/security/coreconf/nsinstall'
mkdir: cannot make directory `Linux2.2_ppc_glibc_PTH_OPT.OBJ': File exists
gmake[4]: *** [Linux2.2_ppc_glibc_PTH_OPT.OBJ/nsinstall.o] Error 1
gcc -o Linux2.2_ppc_glibc_PTH_OPT.OBJ/pathsub.o -c -O2 -fPIC -DLINUX1_2
-D_XOPEN_SOURCE -DLINUX2_1 -ansi -Wall -pipe -DLINUX -Dlinux -D_POSIX_SOURCE
-D_BSD_SOURCE -DHAVE_STRERROR -DXP_UNIX -UDEBUG -DNDEBUG -D_REENTRANT
-I/builds/tinderbox/SeaMonkey/Linux_2.2.15pre3_Depend/mozilla/obj-powerpc-unknown-linux-gnu/dist/include/nspr
-I../../../dist/public/coreconf -I../../../dist/private/coreconf
-I../../../dist/include pathsub.c
gmake[4]: Leaving directory
`/builds/tinderbox/SeaMonkey/Linux_2.2.15pre3_Depend/mozilla/obj-powerpc-unknown-linux-gnu/security/coreconf/nsinstall'
gmake[3]: *** [libs] Error 2
Keywords: mozilla0.9.1
Assignee | ||
Comment 1•24 years ago
|
||
Ok, that fix works on my box and cement (with the other build changes).
Assignee | ||
Comment 3•24 years ago
|
||
The patch for this bug is now part of the proposed patch
attached to bug #81181.
*** This bug has been marked as a duplicate of 81181 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•