Closed
Bug 872478
Opened 13 years ago
Closed 13 years ago
[trunk] Make package is failing because of missing files in package-manifest
Categories
(Thunderbird :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 24.0
People
(Reporter: fredbezies, Assigned: standard8)
Details
Attachments
(1 file, 1 obsolete file)
|
596 bytes,
patch
|
InvisibleSmiley
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20130515 Firefox/24.0
Build ID: 20130515105129
Steps to reproduce:
Since yesterday, after I did a full update of my source code, removing previous objdir directory, when I try to package a build, I got an error.
In my objdir directory, after I enter make package, process is broken because of missing file.
Actual results:
Got this error message :
Error: /home/fred/logs/mail/objdir-tb/mail/installer/package-manifest:364: Missing file(s): bin/components/NavigatorPropertyHelper.js
Error: /home/fred/logs/mail/objdir-tb/mail/installer/package-manifest:365: Missing file(s): bin/components/NavigatorPropertyHelper.manifest
Traceback (most recent call last):
File "/home/fred/logs/mail/src/mozilla/toolkit/mozapps/installer/packager.py", line 373, in <module>
main()
File "/home/fred/logs/mail/src/mozilla/toolkit/mozapps/installer/packager.py", line 327, 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/fred/logs/mail/src/mozilla/python/mozbuild/mozpack/errors.py", line 129, in accumulate
raise AccumulatedErrors()
mozpack.errors.AccumulatedErrors
make[3]: *** [stage-package] Error 1
make[2]: *** [make-package] Error 2
make[1]: *** [default] Error 2
make: *** [package] Error 2
Expected results:
Package process going on and getting a tarball with Mozilla Thunderbird in it ?
| Reporter | ||
Comment 1•13 years ago
|
||
I tried commenting both lines and packaging process give me a tarball.
| Assignee | ||
Comment 2•13 years ago
|
||
Fixed as a bustage fix in https://hg.mozilla.org/comm-central/rev/7c9d7c3ebc5c
Assignee: nobody → mbanner
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 24.0
Comment 3•13 years ago
|
||
Could some please upload fix-sm, the bustage fix for SeaMonkey?
Comment 4•13 years ago
|
||
Hm, auto detect decided to use text/x-patch. New try with fix-sm2, this time checking patch together with auto-detect.
Attachment #750264 -
Attachment is obsolete: true
Comment 5•13 years ago
|
||
Comment on attachment 750273 [details] [diff] [review]
fix-sm2
[You can change the MIME type and patch flag of attachments after the fact, no need to obsolete them.]
Anyone with appropriate rights feel free to check this in. Note however that it's not a proper hg patch (paths, check-in comment). If that's a problem, I can do it myself later today.
Attachment #750273 -
Flags: review+
Comment 6•13 years ago
|
||
Actually, mcsmurf just landed this for SM:
http://hg.mozilla.org/comm-central/rev/1b9445a7c2dc
and neither commit referenced this bug... Anyway.
You need to log in
before you can comment on or make changes to this bug.
Description
•