Closed
Bug 987509
Opened 11 years ago
Closed 11 years ago
Stop packaging dom_file.xpt to fix bustage Bustage on SM Trunk (See Bug 860731)
Categories
(SeaMonkey :: Installer, defect)
SeaMonkey
Installer
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.28
People
(Reporter: h.figge, Unassigned)
References
Details
Attachments
(1 file)
409 bytes,
patch
|
Details | Diff | Splinter Review |
I am getting /home/hafi/moz-work/src/obj-x86_64-unknown-linux-gnu/mozilla/_virtualenv/bin/python /home/hafi/moz-work/src/mozilla/toolkit/mozapps/installer/packager.py -DMOZ _GLUE_IN_PROGRAM -DOSTYPE=\"Linux3.12\" -DOSARCH=Linux -DNO_NSPR_10_SUPPORT -DAB_CD=en-US -DMOZ_APP_NAME=seamonkey -DPREF_DIR=defaults/pref -DJAREXT= -DMOZ_ENA BLE_GNOME_COMPONENT=1 -DMOZ_GTK2=1 -DMOZ_PACKAGE_DEBUGQA=1 -DMOZ_URL_CLASSIFIER=1 -DMOZ_UPDATER=1 -DMOZ_MOVEMAIL=1 -DNECKO_WIFI=1 -DMOZ_CHILD_PROCESS_NAME=plug in-container -DDLL_PREFIX=lib -DDLL_SUFFIX=.so -DBIN_SUFFIX= -DBINPATH=bin \ --format omni \ --removals /home/hafi/moz-work/src/suite/installer/removed-files.in \ \ \ \ --optimizejars \ \ package-manifest ../../mozilla/dist ../../mozilla/dist/seamonkey \ --non-resource defaults/messenger/mailViews.dat defaults/profile/localstore.rdf defaults/profile/panels.rdf Error: /home/hafi/moz-work/src/obj-x86_64-unknown-linux-gnu/suite/installer/package-manifest:93: Missing file(s): bin/components/dom_file.xpt Traceback (most recent call last): File "/home/hafi/moz-work/src/mozilla/toolkit/mozapps/installer/packager.py", line 385, in <module> main() File "/home/hafi/moz-work/src/mozilla/toolkit/mozapps/installer/packager.py", line 338, in main copier.add(mozpack.path.join(binpath, 'removed-files'), removals) File "/usr/lib64/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/home/hafi/moz-work/src/mozilla/python/mozbuild/mozpack/errors.py", line 129, in accumulate raise AccumulatedErrors() mozpack.errors.AccumulatedErrors make[3]: *** [stage-package] Error 1 Responsible seems to be the checkins of Bug 860731: I am attaching the fix i am currently using.
Comment 1•11 years ago
|
||
(In reply to Florian Quèze [:florian] [:flo] from Bug 860731 comment #30) > Fixed comm-central bustage: > https://hg.mozilla.org/comm-central/rev/5eccf54ec4c0
Status: NEW → RESOLVED
Closed: 11 years ago
Depends on: 860731
OS: Linux → All
Hardware: x86_64 → All
Resolution: --- → FIXED
Summary: Bustage on SM Trunk → Stop packaging dom_file.xpt to fix bustage Bustage on SM Trunk (See Bug 860731)
Target Milestone: --- → seamonkey2.28
You need to log in
before you can comment on or make changes to this bug.
Description
•