Closed
Bug 1499662
Opened 7 years ago
Closed 7 years ago
Port bug 1499153 to TB: Remove obsolete manifest check and NO_JS_MANIFEST
Categories
(Thunderbird :: Build Config, defect)
Thunderbird
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 64.0
People
(Reporter: Paenglab, Assigned: Paenglab)
Details
Attachments
(1 file)
|
824 bytes,
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
The build fails with:
0:12.15 mozbuild.frontend.reader.BuildReaderError:
0:12.15 ==============================
0:12.15 FATAL ERROR PROCESSING MOZBUILD FILE
0:12.15 ==============================
0:12.15 The error occurred while processing the following file:
0:12.15 z:/Mozilla/comm-central/comm/calendar/base/backend/icaljs/moz.build
0:12.15 The error was triggered on line 19 of this file:
0:12.15 NO_JS_MANIFEST = True
0:12.15 The underlying problem is an attempt to write a reserved UPPERCASE variable that does not exist.
0:12.15 The variable write causing the error is:
0:12.15 NO_JS_MANIFEST
| Assignee | ||
Comment 1•7 years ago
|
||
This fixes it for me.
Comment 2•7 years ago
|
||
Comment on attachment 9017808 [details] [diff] [review]
1499662-NO_JS_MANIFEST.patch
Looks good, let's see whether it works ;-)
Attachment #9017808 -
Flags: review?(jorgk) → review+
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/09c71123e1fa
Port bug 1499153 to TB: Remove obsolete NO_JS_MANIFEST. r=jorgk
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Target Milestone: --- → Thunderbird 64.0
You need to log in
before you can comment on or make changes to this bug.
Description
•