Closed
Bug 902084
Opened 11 years ago
Closed 11 years ago
firefox 24.0b1 l10n repacks for macosx64 fail
Categories
(Release Engineering :: Release Automation: Other, defect, P1)
Release Engineering
Release Automation: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: massimo, Assigned: nthomas)
References
Details
Attachments
(3 files)
4.85 KB,
patch
|
mozilla
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
518 bytes,
patch
|
mozilla
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
1.25 KB,
patch
|
mozilla
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
macosx64 l10n repacks for firefox 24.0b1 failed with the following error:
In file included from /builds/slave/rel-m-beta-osx64_rpk_2-0000000/mozilla-beta/mfbt/tests/TestAtomics.cpp:6:
../../dist/include/mozilla/Atomics.h:443:34: error: cannot initialize a parameter of type 'volatile int *' with an rvalue of type 'long *'
return __sync_fetch_and_or(&ptr, val);
^~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[3]: *** [TestAtomics.o] Error 1
make[2]: *** [libs] Error 2
make[1]: *** [libs_tier_base] Error 2
make: *** [tier_base] Error 2
Full log here:
http://buildbot-master65.srv.releng.usw2.mozilla.com:8001/builders/release-mozilla-beta-macosx64_repack_2%2F10/builds/2/steps/run_script/logs/stdio
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → nthomas
Priority: -- → P1
Assignee | ||
Comment 1•11 years ago
|
||
This + the buildbotcustom gets us clang 3.2 installed in staging runs.
Attachment #786660 -
Flags: review?(aki)
Assignee | ||
Comment 2•11 years ago
|
||
Opt en-US builds include
http://hg.mozilla.org/releases/mozilla-beta/file/default/browser/config/mozconfigs/macosx-universal/common-opt
but that includes
http://hg.mozilla.org/releases/mozilla-beta/file/default/build/macosx/universal/mozconfig.common
which has a lot of extra stuff in it. This is the next level down (build/macosx/mozconfig.common), which is just clang and ccache.
With the other two patches I get through configure and the various makes to pulling locale source (which doesn't work because I didn't set that up).
Attachment #786661 -
Flags: review?(aki)
Assignee | ||
Comment 3•11 years ago
|
||
... if the platform has it set (mac/linux32/linux64).
Attachment #786662 -
Flags: review?(aki)
Updated•11 years ago
|
Attachment #786661 -
Flags: review?(aki) → review+
Comment 4•11 years ago
|
||
Comment on attachment 786662 [details] [diff] [review]
[buildbotcustom] pass tooltool_manifest_src to create_repack.sh
I guess this will affect linux32,64 as well?
Attachment #786662 -
Flags: review?(aki) → review+
Comment 5•11 years ago
|
||
Comment on attachment 786660 [details] [diff] [review]
[tools] Use tooltool manifest to grab packages
Looks like we're hardcoding the runtime-binaries url here, but it's the same for staging/prod, and hopefully we move to mh l10n sooner than later.
Attachment #786660 -
Flags: review?(aki) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Comment on attachment 786662 [details] [diff] [review]
[buildbotcustom] pass tooltool_manifest_src to create_repack.sh
http://hg.mozilla.org/build/buildbotcustom/rev/8916b754a93c
Attachment #786662 -
Flags: checked-in+
Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 786660 [details] [diff] [review]
[tools] Use tooltool manifest to grab packages
https://hg.mozilla.org/build/tools/rev/e41c04a4836e
Attachment #786660 -
Flags: checked-in+
Assignee | ||
Comment 8•11 years ago
|
||
Comment on attachment 786661 [details] [diff] [review]
[buildbot-configs] Use the tooltool clang
https://hg.mozilla.org/build/buildbot-configs/rev/6a59394c14ec
Should be good to go once we merge these patches to production and retag.
Attachment #786661 -
Flags: checked-in+
Assignee | ||
Comment 9•11 years ago
|
||
Merged to production and tags moved.
Assignee | ||
Comment 10•11 years ago
|
||
Looking good after the first locale completed. All 10 repack jobs are running.
Assignee | ||
Comment 11•11 years ago
|
||
Builds were all green.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•