Closed Bug 742278 Opened 13 years ago Closed 8 years ago

Xulrunner OSX universal build doesn't generate checksums file properly

Categories

(Firefox Build System :: General, defect)

x86_64
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: rail, Unassigned)

References

Details

Attachments

(1 file)

The only file listed in the checksums file is xulrunner-*.en-US.mac-x86_64.sdk.tar.bz2 (and its gpg signature), see below. No i386 sdk, no runtime package and their signatures. I believe it's because "make upload" runs "make upload" multiple times using i386 and x86_64 obj-dirs Example: 5f8cca5c9528cadbee2f8deff1f60f408a70e33aa33d1d5e9aa19369a50f5d207b0e1d2a51db9ceef5db62be59e5d66563e5b9bcc433ca9c8025585c74a9b297 sha512 55246482 sdk/xulrunner-12.0b4.en-US.mac-x86_64.sdk.tar.bz2 61e4670503e4481dcc91999e9a31bec9 md5 55246482 sdk/xulrunner-12.0b4.en-US.mac-x86_64.sdk.tar.bz2 732a3e66d92c908c95867d7e7b88ff6a38049a02 sha1 55246482 sdk/xulrunner-12.0b4.en-US.mac-x86_64.sdk.tar.bz2 a2d995d659a7add1fecc4389e4bfc5bc071d4a7ad530d69374aae40844286a6c5c0f3eb13fe70f1ae3cf01fc07d6f8ce6ddd6fc3e5b1f75fbfabb51b29ada081 sha512 189 sdk/xulrunner-12.0b4.en-US.mac-x86_64.sdk.tar.bz2.asc b7976bb7c29e31013093693f49bc677d md5 189 sdk/xulrunner-12.0b4.en-US.mac-x86_64.sdk.tar.bz2.asc 2d163a99fea9f43396c20ed24f4c4417cdec90c4 sha1 189 sdk/xulrunner-12.0b4.en-US.mac-x86_64.sdk.tar.bz2.asc
"make upload" should only be running once, and uploading the universal bits. Do the signature files work properly for Firefox universal builds?
Attached file log file
(In reply to Ted Mielczarek [:ted] from comment #1) > "make upload" should only be running once, and uploading the universal bits. I think "make upload" calls them, at least that's what I see in the log (see attached full log): Executing: ['make', '-f', 'client.mk', 'upload'] set -e; \ for app in i386 x86_64; do \ make -f /builds/slave/rel-m-beta-xr-osx64-bld/build/client.mk upload MOZ_CURRENT_PROJECT=$app; \ done make -j4 -C obj-firefox/i386 upload ... > Do the signature files work properly for Firefox universal builds? Yes. No subcalls of make upload there.
Blocks: 737812
We no longer do universal builds (bug 1295375) or xulrunner builds (bug 1147577).
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: