Closed
Bug 334560
Opened 19 years ago
Closed 19 years ago
Red Hat 4 does not build NSS correctly
Categories
(NSS :: Build, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 315793
3.1.1
People
(Reporter: glenbeasley, Unassigned)
Details
Linux2.6_x86_glibc_PTH_DBG.OBJ Linux ../../../../dist/Linux2.6_x86_glibc_PTH_DBG.OBJ/lib \
../../../../dist/Linux2.6_x86_glibc_PTH_DBG.OBJ/lib/libsoftokn3.so
sh: ./sign.sh: No such file or directory
gmake[2]: *** [../../../../dist/Linux2.6_x86_glibc_PTH_DBG.OBJ/lib/libsoftokn3.chk] Error 127
gmake[2]: Leaving directory `/home/gb134726/tip/mozilla/security/nss/cmd/shlibsign'
gmake[1]: *** [libs] Error 2
gmake[1]: Leaving directory `/home/gb134726/tip/mozilla/security/nss/cmd'
gmake: *** [libs] Error 2
Comment 1•19 years ago
|
||
You need to use gmake 3.79 or later. What's the output
of "gmake -v"?
| Reporter | ||
Comment 2•19 years ago
|
||
GNU Make 3.80
This problem is a duplicate of bug 315793. I informed julien that
his checkin for the cmd/shlibsign/Makefile on the NSS_3_11_BRANCH
and the tip are not the same.
*** This bug has been marked as a duplicate of 315793 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Comment 3•19 years ago
|
||
I don't understand why this bug is a duplicate of
bug 315793.
| Reporter | ||
Comment 4•19 years ago
|
||
after updating nss/cmd/shlibsign/Makefile with julien's Fix for bug 315793 . Make shlibsign run in the OBJDIR rather than the source directory. I do not get the
error sh: ./sign.sh: No such file or directory. I changed the summary.
Summary: Red Hat 4 with NSS_ENABLE_ECC does not build NSS correctly → Red Hat 4 does not build NSS correctly
Comment 5•19 years ago
|
||
This bug is a "WORKSFORME". I don't understand why
wrapping that long line in the makefile fixed the
problem for you.
You need to log in
before you can comment on or make changes to this bug.
Description
•