Closed
Bug 1208852
Opened 10 years ago
Closed 7 years ago
|make pkg| stage fails with No such file or directory: '/builds/slave/c-cen-t-osx64/build/mozilla/objdir'
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ewong, Assigned: ewong)
Details
Attachments
(1 file)
|
997 bytes,
patch
|
Details | Diff | Splinter Review |
Getting this on an OSX64 c-c build during |make pkg| stage.
cd ../../dist && (cd universal/seamonkey/SeaMonkey.app/Contents/Resources && /builds/slave/c-cen-t-osx64/build/objdir/i386/_virtualenv/bin/python /builds/slave/c-cen-t-osx64/build/mozilla/config/createprecomplete.py) && /builds/slave/c-cen-t-osx64/build/objdir/i386/_virtualenv/bin/python -m mozbuild.action.make_dmg 'universal/seamonkey' 'seamonkey-2.41a1.en-US.mac.dmg'
Traceback (most recent call last):
File "/tools/python/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/tools/python/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/builds/slave/c-cen-t-osx64/build/mozilla/python/mozbuild/mozbuild/action/make_dmg.py", line 37, in <module>
sys.exit(main(sys.argv[1:]))
File "/builds/slave/c-cen-t-osx64/build/mozilla/python/mozbuild/mozbuild/action/make_dmg.py", line 32, in main
make_dmg(args[0], args[1])
File "/builds/slave/c-cen-t-osx64/build/mozilla/python/mozbuild/mozbuild/action/make_dmg.py", line 15, in make_dmg
build = MozbuildObject.from_environment()
File "/builds/slave/c-cen-t-osx64/build/mozilla/python/mozbuild/mozbuild/base.py", line 184, in from_environment
if not samepath(topobjdir, _config_topobjdir):
File "/builds/slave/c-cen-t-osx64/build/mozilla/python/mozbuild/mozbuild/base.py", line 46, in samepath
return os.path.samefile(path1, path2)
File "/builds/slave/c-cen-t-osx64/build/objdir/i386/_virtualenv/lib/python2.7/posixpath.py", line 154, in samefile
s2 = os.stat(f2)
OSError: [Errno 2] No such file or directory: '/builds/slave/c-cen-t-osx64/build/mozilla/objdir'
make[3]: *** [make-package-internal] Error 255
make[2]: *** [make-package] Error 2
make[1]: *** [default] Error 2
make: *** [package] Error 2
I'm just filing this bug just in case it's not one of the other similar
ones I've filed. Specifically bug 1204163.
| Assignee | ||
Comment 1•10 years ago
|
||
| Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8686937 [details] [diff] [review]
[custom] set proper MOZ_OBJDIR [checked-in]
Pushed to buildbotcustom:
https://hg.mozilla.org/build/buildbotcustom/rev/dd8421732e92
Attachment #8686937 -
Attachment description: [custom] set proper MOZ_OBJDIR → [custom] set proper MOZ_OBJDIR [checked-in]
| Assignee | ||
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•7 years ago
|
Attachment #8686937 -
Flags: review?(bugspam.Callek)
You need to log in
before you can comment on or make changes to this bug.
Description
•