Closed
Bug 403490
Opened 17 years ago
Closed 17 years ago
JSS build fails on HPUX.
Categories
(JSS Graveyard :: Library, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: slavomir.katuscak+mozilla, Assigned: glenbeasley)
Details
Attachments
(1 file)
424 bytes,
patch
|
christophe.ravel.bugs
:
review+
|
Details | Diff | Splinter Review |
gmake-3.80[2]: Entering directory `/share/builds/mccrel3/security/securitytip/builds/20071110.1/wozzeck_Solaris8/mozilla/security/jss/lib'
grep -v ';+' jss.def | grep -v ';-' | sed -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,,' -e 's,^,+e ,' > HP-UXB.11.11_OPT.OBJ/jssmap.hp
rm -f HP-UXB.11.11_OPT.OBJ/libjss4.sl
ld -b +h libjss4.sl -c HP-UXB.11.11_OPT.OBJ/jssmap.hp -o HP-UXB.11.11_OPT.OBJ/libjss4.sl ../org/mozilla/jss/crypto/HP-UXB.11.11_OPT.OBJ/Algorithm.o ../org/mozilla/jss/crypto/HP-UXB.11.11_OPT.OBJ/PQGParams.o ../org/mozilla/jss/crypto/HP-UXB.11.11_OPT.OBJ/SecretDecoderRing.o ../org/mozilla/jss/SecretDecoderRing/HP-UXB.11.11_OPT.OBJ/KeyManager.o ../org/mozilla/jss/HP-UXB.11.11_OPT.OBJ/CryptoManager.o ../org/mozilla/jss/HP-UXB.11.11_OPT.OBJ/PK11Finder.o ../org/mozilla/jss/pkcs11/HP-UXB.11.11_OPT.OBJ/PK11Cert.o ../org/mozilla/jss/pkcs11/HP-UXB.11.11_OPT.OBJ/PK11Cipher.o ../org/mozilla/jss/pkcs11/HP-UXB.11.11_OPT.OBJ/PK11KeyGenerator.o ../org/mozilla/jss/pkcs11/HP-UXB.11.11_OPT.OBJ/PK11KeyPairGenerator.o ../org/mozilla/jss/pkcs11/HP-UXB.11.11_OPT.OBJ/PK11KeyWrapper.o ../org/mozilla/jss/pkcs11/HP-UXB.11.11_OPT.OBJ/PK11MessageDigest.o ../org/mozilla/jss/pkcs11/HP-UXB.11.11_OPT.OBJ/PK11Module.o ../org/mozilla/jss/pkcs11/HP-UXB.11.11_OPT.OBJ/PK11PrivKey.o ../org/mozilla/jss/pkcs11/HP-UXB.11.11_OPT.OBJ/PK11PubKey.o ../org/mozilla/jss/pkcs11/HP-UXB.11.11_OPT.OBJ/PK11Signature.o ../org/mozilla/jss/pkcs11/HP-UXB.11.11_OPT.OBJ/PK11SecureRandom.o ../org/mozilla/jss/pkcs11/HP-UXB.11.11_OPT.OBJ/PK11Store.o ../org/mozilla/jss/pkcs11/HP-UXB.11.11_OPT.OBJ/PK11SymKey.o ../org/mozilla/jss/pkcs11/HP-UXB.11.11_OPT.OBJ/PK11Token.o ../org/mozilla/jss/ssl/HP-UXB.11.11_OPT.OBJ/SSLSocket.o ../org/mozilla/jss/ssl/HP-UXB.11.11_OPT.OBJ/callbacks.o ../org/mozilla/jss/ssl/HP-UXB.11.11_OPT.OBJ/SSLServerSocket.o ../org/mozilla/jss/ssl/HP-UXB.11.11_OPT.OBJ/common.o ../org/mozilla/jss/ssl/HP-UXB.11.11_OPT.OBJ/javasock.o ../org/mozilla/jss/util/HP-UXB.11.11_OPT.OBJ/jssutil.o ../org/mozilla/jss/util/HP-UXB.11.11_OPT.OBJ/jssver.o ../org/mozilla/jss/util/HP-UXB.11.11_OPT.OBJ/errstrings.o ../org/mozilla/jss/util/HP-UXB.11.11_OPT.OBJ/NativeErrcodes.o ../org/mozilla/jss/provider/java/security/HP-UXB.11.11_OPT.OBJ/JSSKeyStoreSpi.o -L../../../dist/HP-UXB.11.11_OPT.OBJ/lib -lsmime3 -lssl3 -lnss3 -lnssutil3 -L../../../dist/HP-UXB.11.11_OPT.OBJ/lib -lplc4 -lplds4 -lnspr4 -lpthread -lm -lrt
ld: Can't open HP-UXB.11.11_OPT.OBJ/libjss4.sl
ld: No such file or directory
gmake-3.80[2]: *** [HP-UXB.11.11_OPT.OBJ/libjss4.sl] Error 1
gmake-3.80[2]: Leaving directory `/share/builds/mccrel3/security/securitytip/builds/20071110.1/wozzeck_Solaris8/mozilla/security/jss/lib'
gmake-3.80[1]: *** [libs] Error 2
gmake-3.80[1]: Leaving directory `/share/builds/mccrel3/security/securitytip/builds/20071110.1/wozzeck_Solaris8/mozilla/security/jss'
gmake-3.80: *** [jss] Error 2
Elapsed Time = 00:24:41
Problem occured there first time in this build (20071110.1) and next 2 days is still there.
Comment 1•17 years ago
|
||
I checked that this it NOT a network problem.
The ld command still works with the build 20071108.1 and still fails with the build 20071112.1
Earlier today I made some typos in the .o file names and got the same error:
ld: Can't open HP-UXB.11.11_OPT.OBJ/libjss4.sl
ld: No such file or directory
I think this is a link (ld) error, not a file issue.
So I suggest we should not focus on the file HP-UXB.11.11_OPT.OBJ/libjss4.sl but rather look at why ld would fail with the new source code.
Looking at the .o file sizes, only PK11Token.o seems to have changed.
Assignee | ||
Comment 2•17 years ago
|
||
this build error was introduced by bug 403234. HP-UXB.11.11 does not like the extra blank line I had added to the end of the jss.def file.
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•17 years ago
|
||
Attachment #288743 -
Flags: review?(christophe.ravel.bugs)
Assignee | ||
Comment 4•17 years ago
|
||
typo blank not black
Comment 5•17 years ago
|
||
Comment on attachment 288743 [details] [diff] [review]
remove black line at end of jss.def file
r+=christophe
Attachment #288743 -
Flags: review?(christophe.ravel.bugs) → review+
Assignee | ||
Comment 6•17 years ago
|
||
/cvsroot/mozilla/security/jss/lib/jss.def,v <-- jss.def
new revision: 1.41; previous revision: 1.40
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•