Closed
Bug 888646
Opened 12 years ago
Closed 12 years ago
Bug 887121 broke XULRunner packaging with AttributeError: 'str' object has no attribute 'destdir'
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox24 fixed, firefox25 fixed)
VERIFIED
FIXED
mozilla25
People
(Reporter: philor, Assigned: nalexander)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.60 KB,
patch
|
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
https://tbpl.mozilla.org/php/getParsedLog.php?id=24742262&tree=Mozilla-Central
https://tbpl.mozilla.org/php/getParsedLog.php?id=24742049&tree=Mozilla-Central
https://tbpl.mozilla.org/php/getParsedLog.php?id=24741949&tree=Mozilla-Central
https://tbpl.mozilla.org/php/getParsedLog.php?id=24741865&tree=Mozilla-Central
make[3]: Entering directory `/builds/slave/m-cen-lx-xr-ntly-0000000000000/build/obj-firefox/xulrunner/installer'
Makefile:74: FULL_NSPR_CFLAGS=-I\${includedir}
/builds/slave/m-cen-lx-xr-ntly-0000000000000/build/obj-firefox/_virtualenv/bin/python /builds/slave/m-cen-lx-xr-ntly-0000000000000/build/toolkit/mozapps/installer/packager.py -DMOZ_GLUE_IN_PROGRAM -DNO_NSPR_10_SUPPORT -DDLL_PREFIX=lib -DDLL_SUFFIX=.so -DBIN_SUFFIX= -DGRE_MILESTONE=25.0a1 -DGRE_BUILDID=20130629031116 -DMOZ_DEB_TIMESTAMP="Sat, 29 Jun 2013 07:39:35 -0400" -DMOZ_APP_NAME=xulrunner -Dinstalldir=/usr/local/lib/xulrunner-25.0a1 \
--format omni \
\
--ignore-errors \
\
\
--optimizejars \
\
../../dist ../../dist/sdk-stage \
Traceback (most recent call last):
File "/builds/slave/m-cen-lx-xr-ntly-0000000000000/build/toolkit/mozapps/installer/packager.py", line 374, in <module>
main()
File "/builds/slave/m-cen-lx-xr-ntly-0000000000000/build/toolkit/mozapps/installer/packager.py", line 318, in main
sink.add('', 'bin/*')
File "/builds/slave/m-cen-lx-xr-ntly-0000000000000/build/python/mozbuild/mozpack/packager/__init__.py", line 341, in add
dest = mozpack.path.join(component.destdir, SimpleManifestSink.normalize_path(p))
AttributeError: 'str' object has no attribute 'destdir'
make[3]: Leaving directory `/builds/slave/m-cen-lx-xr-ntly-0000000000000/build/obj-firefox/xulrunner/installer'
make[3]: *** [stage-package] Error 1
make[2]: Leaving directory `/builds/slave/m-cen-lx-xr-ntly-0000000000000/build/obj-firefox/xulrunner/installer'
make[2]: *** [make-sdk] Error 2
make[1]: *** [sdk] Error 2
Assignee | ||
Comment 1•12 years ago
|
||
This is a simple follow-up to Bug 887121, with essentially no risk, so
I'm going to commit it as soon as the trees re-open.
Assignee | ||
Comment 2•12 years ago
|
||
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla25
Reporter | ||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•12 years ago
|
||
Looks good on TBPL:
https://tbpl.mozilla.org/php/getParsedLog.php?id=24779918&tree=Mozilla-Central
https://tbpl.mozilla.org/php/getParsedLog.php?id=24779636&tree=Mozilla-Central
https://tbpl.mozilla.org/php/getParsedLog.php?id=24779866&tree=Mozilla-Central
https://tbpl.mozilla.org/php/getParsedLog.php?id=24779193&tree=Mozilla-Central
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 769428 [details] [diff] [review]
Update missed use of SimpleManifestSink API. r=trivial
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Bug 887121, which was recently uplifted to Aurora without this companion follow-up.
User impact if declined: Continuing burning Xr (xulrunner) on m-a.
Testing completed (on m-c, etc.): Lustrous green Xr on m-c.
Risk to taking this patch (and alternatives if risky): None.
String or IDL/UUID changes made by this patch: None.
Attachment #769428 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
Attachment #769428 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 6•12 years ago
|
||
status-firefox24:
--- → fixed
status-firefox25:
--- → fixed
Assignee | ||
Comment 7•12 years ago
|
||
I'm seeing lustrous green Xr on m-a, for example: https://tbpl.mozilla.org/php/getParsedLog.php?id=25959657&tree=Mozilla-Aurora. Thanks for moving on this so quickly, bajaj and ryanvm!
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•