Closed
Bug 984353
Opened 12 years ago
Closed 11 years ago
XULRunner packaging is broken
Categories
(Toolkit Graveyard :: XULRunner, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 933111
People
(Reporter: ehsan.akhgari, Unassigned)
Details
Here is what I get when I run ./mach package on a xulrunner build:
$ ./mach package
0:00.07 /usr/bin/make -C . -j8 -s -w package
0:00.17 make: Entering directory `/Users/ehsan/moz/src/obj-xr-dbg.noindex'
0:00.18 make[1]: Entering directory `/Users/ehsan/moz/src/obj-xr-dbg.noindex/xulrunner/installer'
0:00.18 Makefile:72: FULL_NSPR_CFLAGS=-I\${includedir}
0:00.26 make[2]: Entering directory `/Users/ehsan/moz/src/obj-xr-dbg.noindex/xulrunner/installer'
0:00.26 Makefile:72: FULL_NSPR_CFLAGS=-I\${includedir}
0:00.26 make[2]: Leaving directory `/Users/ehsan/moz/src/obj-xr-dbg.noindex/xulrunner/installer'
0:00.26 make[2]: Entering directory `/Users/ehsan/moz/src/obj-xr-dbg.noindex/xulrunner/installer'
0:00.26 Makefile:72: FULL_NSPR_CFLAGS=-I\${includedir}
0:00.26 make[2]: Leaving directory `/Users/ehsan/moz/src/obj-xr-dbg.noindex/xulrunner/installer'
0:00.27 make[2]: Entering directory `/Users/ehsan/moz/src/obj-xr-dbg.noindex/xulrunner/installer'
0:00.27 Makefile:72: FULL_NSPR_CFLAGS=-I\${includedir}
0:00.35 make[3]: Entering directory `/Users/ehsan/moz/src/obj-xr-dbg.noindex/xulrunner/installer'
0:00.35 Makefile:72: FULL_NSPR_CFLAGS=-I\${includedir}
0:00.83 Traceback (most recent call last):
0:00.83 File "/Users/ehsan/moz/src/toolkit/mozapps/installer/packager.py", line 385, in <module>
0:00.83 main()
0:00.83 File "/Users/ehsan/moz/src/toolkit/mozapps/installer/packager.py", line 330, in main
0:00.83 sink.close(args.manifest is not None)
0:00.83 File "/Users/ehsan/moz/src/python/mozbuild/mozpack/packager/__init__.py", line 366, in close
0:00.83 self.packager.close()
0:00.83 File "/Users/ehsan/moz/src/python/mozbuild/mozpack/packager/__init__.py", line 298, in close
0:00.83 self._queue.execute()
0:00.83 File "/Users/ehsan/moz/src/python/mozbuild/mozpack/packager/__init__.py", line 217, in execute
0:00.83 function(*args)
0:00.83 File "/Users/ehsan/moz/src/toolkit/mozapps/installer/packager.py", line 229, in add_manifest
0:00.83 self._formatter.add_manifest(entry)
0:00.83 File "/Users/ehsan/moz/src/python/mozbuild/mozpack/packager/formats.py", line 241, in add_manifest
0:00.83 formatter, base, path = self._get_omnijar(entry.base)
0:00.83 File "/Users/ehsan/moz/src/python/mozbuild/mozpack/packager/formats.py", line 228, in _get_omnijar
0:00.83 return self.omnijars[base], base, mozpack.path.relpath(path, base)
0:00.83 File "/Users/ehsan/moz/src/python/mozbuild/mozpack/path.py", line 27, in relpath
0:00.83 rel = normsep(os.path.relpath(path, start))
0:00.83 File "/Users/ehsan/moz/src/obj-xr-dbg.noindex/_virtualenv/lib/python2.7/posixpath.py", line 420, in relpath
0:00.83 raise ValueError("no path specified")
0:00.83 ValueError: no path specified
0:00.84 make[3]: *** [stage-package] Error 1
0:00.84 make[3]: Leaving directory `/Users/ehsan/moz/src/obj-xr-dbg.noindex/xulrunner/installer'
0:00.84 make[2]: *** [make-package] Error 2
0:00.84 make[2]: Leaving directory `/Users/ehsan/moz/src/obj-xr-dbg.noindex/xulrunner/installer'
0:00.84 make[1]: *** [default] Error 2
0:00.84 make[1]: Leaving directory `/Users/ehsan/moz/src/obj-xr-dbg.noindex/xulrunner/installer'
0:00.84 make: *** [package] Error 2
0:00.84 make: Leaving directory `/Users/ehsan/moz/src/obj-xr-dbg.noindex'
Comment 1•12 years ago
|
||
Have you tried forgoing mach and using make?
| Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Alex Vincent [:WeirdAl] from comment #1)
> Have you tried forgoing mach and using make?
No.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•10 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•