Closed
Bug 930976
Opened 12 years ago
Closed 12 years ago
Daily (Central) and Earlybird (Aurora) l10n builds failing because of lightning
Categories
(Thunderbird :: Build Config, defect)
Tracking
(thunderbird26 fixed)
RESOLVED
FIXED
Thunderbird 27.0
Tracking | Status | |
---|---|---|
thunderbird26 | --- | fixed |
People
(Reporter: bhearsum, Assigned: standard8)
References
Details
Attachments
(1 file)
878 bytes,
patch
|
Fallen
:
review+
standard8
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
make[1]: Entering directory `/builds/slave/tb-c-aurora-lx-l10n-ntly-00000/build/comm-aurora/objdir-tb/calendar/lightning'
/builds/slave/tb-c-aurora-lx-l10n-ntly-00000/build/comm-aurora/objdir-tb/mozilla/config/nsinstall -D ../../mozilla/dist/linux-i686
/builds/slave/tb-c-aurora-lx-l10n-ntly-00000/build/comm-aurora/objdir-tb/mozilla/config/nsinstall -R -m 644 ../../mozilla/dist/xpi-stage/lightning-2.8a2.uk.linux-i686.xpi ../../mozilla/dist/linux-i686
/builds/slave/tb-c-aurora-lx-l10n-ntly-00000/build/comm-aurora/objdir-tb/mozilla/config/nsinstall: cannot access ../../mozilla/dist/xpi-stage/lightning-2.8a2.uk.linux-i686.xpi: No such file or directory
make[1]: Leaving directory `/builds/slave/tb-c-aurora-lx-l10n-ntly-00000/build/comm-aurora/objdir-tb/calendar/lightning'
make[1]: *** [stage_upload] Error 1
make: *** [calendar-upload] Error 2
Assignee | ||
Comment 2•12 years ago
|
||
I've just done some manual reproduction for this bug. It appears the make installers-<AB_CD> command is failing to produce a lightning*.xpi, and hence when coming to the upload step, the xpi can't be found.
I think the command that fails is:
MOZ_PKG_PLATFORM=mac MOZ_UPDATE_CHANNEL=nightly make L10N_XPI_NAME=lightning-nn-NO L10N_XPI_PKGNAME=lightning-2.9a1.nn-NO.mac AB_CD=de recreate-platformini repack-stage repack-process-extrafiles libs-de
It seems it needs to run the 'tools' target.
Assignee | ||
Updated•12 years ago
|
Summary: aurora l10n builds failing because of lightning → Daily (Central) and Earlybird (Aurora) l10n builds failing because of lightning
Assignee | ||
Comment 3•12 years ago
|
||
This was fallout from bug 912292 and bug 916625.
Assignee | ||
Comment 4•12 years ago
|
||
The dependent bugs moved the packaging stage from libs to tools, so we now need to run the additional tools step to get the actual xpi.
Attachment #823259 -
Flags: review?(philipp)
Comment 5•12 years ago
|
||
Comment on attachment 823259 [details] [diff] [review]
The fix
r=philipp, thanks!
Attachment #823259 -
Flags: review?(philipp) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Pushed, leaving open until we confirm repacks work again:
https://hg.mozilla.org/comm-central/rev/7460b4f8558a
Assignee | ||
Comment 7•12 years ago
|
||
Comment on attachment 823259 [details] [diff] [review]
The fix
[Triage Comment]
This is fixed now. Taking onto beta (as of yesterday's merges, its on aurora already).
Attachment #823259 -
Flags: approval-comm-beta+
Assignee | ||
Comment 8•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
status-thunderbird26:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 27.0
You need to log in
before you can comment on or make changes to this bug.
Description
•