Closed
Bug 833946
Opened 13 years ago
Closed 13 years ago
precompile_cache.js:33: NS_ERROR_FILE_TARGET_DOES_NOT_EXIST: Component returned failure code: 0x80520006 (NS_ERROR_FILE_TARGET_DOES_NOT_EXIST) [nsIFile.directoryEntries] when building thunderbird
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla21
People
(Reporter: glandium, Assigned: glandium)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.98 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
https://tbpl.mozilla.org/php/getParsedLog.php?id=19061665&tree=Thunderbird-Trunk
Executing /builds/slave/tb-c-cen-lnx/build/objdir-tb/mozilla/dist/bin/xpcshell -g /builds/slave/tb-c-cen-lnx/build/objdir-tb/mozilla/dist/bin/ -a /builds/slave/tb-c-cen-lnx/build/objdir-tb/mozilla/dist/bin/extensions/calendar-timezones@mozilla.org -f /builds/slave/tb-c-cen-lnx/build/mozilla/toolkit/mozapps/installer/precompile_cache.js -e precompile_startupcache("resource://app/");
/builds/slave/tb-c-cen-lnx/build/mozilla/toolkit/mozapps/installer/precompile_cache.js:33: NS_ERROR_FILE_TARGET_DOES_NOT_EXIST: Component returned failure code: 0x80520006 (NS_ERROR_FILE_TARGET_DOES_NOT_EXIST) [nsIFile.directoryEntries]
Traceback (most recent call last):
File "/builds/slave/tb-c-cen-lnx/build/mozilla/toolkit/mozapps/installer/packager.py", line 362, in <module>
main()
File "/builds/slave/tb-c-cen-lnx/build/mozilla/toolkit/mozapps/installer/packager.py", line 354, in main
args.source, gre_path, base)
File "/builds/slave/tb-c-cen-lnx/build/mozilla/toolkit/mozapps/installer/packager.py", line 142, in precompile_cache
errors.fatal('Error while running startup cache precompilation')
File "/builds/slave/tb-c-cen-lnx/build/mozilla/python/mozbuild/mozpack/errors.py", line 101, in fatal
self._handle(self.FATAL, msg)
File "/builds/slave/tb-c-cen-lnx/build/mozilla/python/mozbuild/mozpack/errors.py", line 96, in _handle
raise ErrorMessage(msg)
mozpack.errors.ErrorMessage: Error: Error while running startup cache precompilation
This is due to the new packager code considering flat extensions as applications.
| Assignee | ||
Comment 1•13 years ago
|
||
It was a different problem than what I originally thought.
Attachment #705520 -
Flags: review?(gps)
Updated•13 years ago
|
Attachment #705520 -
Flags: review?(gps) → review+
Comment 2•13 years ago
|
||
Just to note what's happening here: we're building Lightning alongside Thunderbird, but not letting it install into the dist directory as we don't actually want to ship it built-in. There's a separate step that uploads it.
| Assignee | ||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•