Closed
Bug 1090131
Opened 11 years ago
Closed 11 years ago
package-manifest:75: Missing file(s): /SeaMonkey.app/Contents/Resources/components/content_base.xpt
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1089681
People
(Reporter: ewong, Assigned: ewong)
Details
Current trunk OSX64 builds failing:
Error: /builds/slave/c-cen-t-osx64-ntly/build/objdir/i386/suite/installer/package-manifest:75: Missing file(s): /SeaMonkey.app/Contents/Resources/components/content_base.xpt
Error: /builds/slave/c-cen-t-osx64-ntly/build/objdir/i386/suite/installer/package-manifest:77: Missing file(s): /SeaMonkey.app/Contents/Resources/components/content_htmldoc.xpt
Error: /builds/slave/c-cen-t-osx64-ntly/build/objdir/i386/suite/installer/package-manifest:223: Missing file(s): /SeaMonkey.app/Contents/Resources/components/xuldoc.xpt
Traceback (most recent call last):
File "/builds/slave/c-cen-t-osx64-ntly/build/mozilla/toolkit/mozapps/installer/packager.py", line 402, in <module>
main()
File "/builds/slave/c-cen-t-osx64-ntly/build/mozilla/toolkit/mozapps/installer/packager.py", line 354, in main
copier.add(mozpack.path.join(binpath, 'removed-files'), removals)
File "/tools/python/lib/python2.7/contextlib.py", line 24, in __exit__
self.gen.next()
File "/builds/slave/c-cen-t-osx64-ntly/build/mozilla/python/mozbuild/mozpack/errors.py", line 129, in accumulate
raise AccumulatedErrors()
mozpack.errors.AccumulatedErrors
make[2]: *** [stage-package] Error 1
make[1]: *** [postflight_all] Error 2
make: *** [build] Error 2
| Assignee | ||
Comment 1•11 years ago
|
||
I'm guessing that we need to port some parts of bug 1072652 to suite/. While
rstrong's patch helped, I think there's more changes that are required.
| Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•