Closed
Bug 1177317
Opened 10 years ago
Closed 10 years ago
package-manifest : Missing file(s): bin/components/profile.xpt in suite/
Categories
(SeaMonkey :: Build Config, defect)
SeaMonkey
Build Config
Tracking
(firefox41 affected, seamonkey2.38 fixed)
RESOLVED
FIXED
seamonkey2.38
People
(Reporter: ewong, Assigned: ewong)
References
Details
Attachments
(1 file)
914 bytes,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
Currently on trunk:
NO_PKG_FILES="core bsdecho js js-config jscpucfg nsinstall viewer TestGtkEmbed elf-dynstr-gc mangle* maptsv* mfc* msdump* msmap* nm2tsv* nsinstall* res/samples res/throbber shlibsign* certutil* pk12util* BadCertServer* ClientAuthServer* OCSPStaplingServer* GenerateOCSPResponse* chrome/chrome.rdf chrome/app-chrome.manifest chrome/overlayinfo components/compreg.dat components/xpti.dat content_unit_tests necko_unit_tests *.dSYM " \
/builds/slave/c-cen-t-lnx/build/objdir/_virtualenv/bin/python /builds/slave/c-cen-t-lnx/build/mozilla/toolkit/mozapps/installer/packager.py -DAB_CD=en-US -DNO_NSPR_10_SUPPORT -DAB_CD=en-US -DMOZ_APP_NAME=seamonkey -DPREF_DIR=defaults/pref -DJAREXT= -DENABLE_TESTS=1 -DMOZ_ENABLE_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=plugin-container -DDLL_PREFIX=lib -DDLL_SUFFIX=.so -DBIN_SUFFIX= -DDIR_MACOS= -DDIR_RESOURCES= -DBINPATH=bin -DRESPATH=bin -DAB=en -DMOZ_ICU_VERSION=52 -DMOZ_ICU_DBG_SUFFIX= \
--format omni \
--removals /builds/slave/c-cen-t-lnx/build/suite/installer/removed-files.in \
\
\
\
\
--optimizejars \
\
package-manifest ../../dist ../../dist/seamonkey \
--non-resource defaults/messenger/mailViews.dat defaults/profile/panels.rdf defaults/profile/mimeTypes.rdf defaults/profile/chrome/userChrome-example.css defaults/profile/chrome/userContent-example.css
Error: /builds/slave/c-cen-t-lnx/build/objdir/suite/installer/package-manifest:185: Missing file(s): bin/components/profile.xpt
Traceback (most recent call last):
File "/builds/slave/c-cen-t-lnx/build/mozilla/toolkit/mozapps/installer/packager.py", line 404, in <module>
main()
File "/builds/slave/c-cen-t-lnx/build/mozilla/toolkit/mozapps/installer/packager.py", line 353, in main
copier.add(mozpath.join(respath, 'removed-files'), removals)
File "/tools/python27/lib/python2.7/contextlib.py", line 24, in __exit__
self.gen.next()
File "/builds/slave/c-cen-t-lnx/build/mozilla/python/mozbuild/mozpack/errors.py", line 129, in accumulate
raise AccumulatedErrors()
mozpack.errors.AccumulatedErrors
make[3]: *** [stage-package] Error 1
make[3]: Leaving directory `/builds/slave/c-cen-t-lnx/build/objdir/suite/installer'
make[2]: *** [make-package] Error 2
make[2]: Leaving directory `/builds/slave/c-cen-t-lnx/build/objdir/suite/installer'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/builds/slave/c-cen-t-lnx/build/objdir/suite/installer'
make: *** [package] Error 2
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ewong
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8626011 -
Flags: review?(neil)
Assignee | ||
Updated•10 years ago
|
Summary: package-manifest : Missing file(s): bin/components/profile.xpt → package-manifest : Missing file(s): bin/components/profile.xpt in suite/
Updated•10 years ago
|
Attachment #8626011 -
Flags: review?(neil) → review+
Comment 3•10 years ago
|
||
I pushed this to comm-central:
http://hg.mozilla.org/comm-central/rev/02713c0869c2
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-seamonkey2.38:
--- → fixed
OS: Unspecified → All
Hardware: Unspecified → All
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.38
You need to log in
before you can comment on or make changes to this bug.
Description
•