Open
Bug 1278790
Opened 9 years ago
Updated 3 years ago
Building with "ac_add_options --disable-updater" fails during packaging
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox50 affected)
NEW
| Tracking | Status | |
|---|---|---|
| firefox50 | --- | affected |
People
(Reporter: till, Unassigned)
Details
Seems like the packaging script doesn't check if the updater is built, and tries to copy it:
20:36.43 Packaging specialpowers@mozilla.org.xpi...
20:36.56 Packaging quitter@mozilla.org.xpi...
20:37.61 mv: rename ../../dist/NightlyDebug.app/Contents/MacOS/updater.app/Contents/MacOS/org.mozilla.updater to ../../dist/NightlyDebug.app/Contents/Library/LaunchServices/org.mozilla.updater: No such file or directory
20:37.61 make[5]: *** [tools] Error 1
20:37.61 make[4]: *** [browser/app/tools] Error 2
20:37.61 make[3]: *** [tools] Error 2
20:37.61 make[2]: *** [default] Error 2
20:37.62 make[1]: *** [realbuild] Error 2
20:37.62 make: *** [build] Error 2
Comment 1•9 years ago
|
||
Packaging and the updater are pretty intertwined. While this config should work, this is the kind of low-priority bug that you'll probably have to fix on your own if you want it to work.
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•