Closed
Bug 600433
Opened 14 years ago
Closed 14 years ago
shlibsign not run when packaging i386/x86_64 universal build (no fips support)
Categories
(Firefox Build System :: General, defect, P3)
Tracking
(blocking2.0 betaN+)
RESOLVED
FIXED
mozilla2.0b8
Tracking | Status | |
---|---|---|
blocking2.0 | --- | betaN+ |
People
(Reporter: nthomas, Assigned: khuey)
References
Details
Attachments
(1 file)
619 bytes,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
make package
in dir /builds/slave/mozilla-central-macosx64/build/obj-firefox/i386 (timeout 1200 secs)
Creating package directory...
/tools/buildbot/bin/python2.6 /builds/slave/mozilla-central-macosx64/build/config/optimizejars.py --optimize ../../dist/jarlog/ ../../dist/bin/chrome ../../dist/universal/firefox/chrome
No jar logs found in ../../dist/jarlog/. No jars to optimize.
signing nss libraries
run-mozilla.sh: Cannot execute ../../../i386/dist/bin/shlibsign.
run-mozilla.sh: Cannot execute ../../../i386/dist/bin/shlibsign.
run-mozilla.sh: Cannot execute ../../../i386/dist/bin/shlibsign.
Removing unpackaged files...
The utility can be found in obj-firefox/x86_64/dist/bin/shlibsign but not the i386 equivalent.
Updated•14 years ago
|
blocking2.0: ? → betaN+
Assignee | ||
Comment 3•14 years ago
|
||
Assignee | ||
Comment 4•14 years ago
|
||
Comment on attachment 490479 [details] [diff] [review]
Shlibsign should be built for i386 too in a UNIVERSAL_BUILD.
I haven't actually tested this, but I think this does it.
Attachment #490479 -
Flags: review?(ted.mielczarek)
Comment 5•14 years ago
|
||
Comment on attachment 490479 [details] [diff] [review]
Shlibsign should be built for i386 too in a UNIVERSAL_BUILD.
I was going to say you should just fix packager.mk, but it uses `uname -p`, and on OS X 10.6 that's still i386, so this should be fine.
Attachment #490479 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•