Closed
Bug 691876
Opened 14 years ago
Closed 13 years ago
Cannot run Windows jsshell nightlies: mozutil.dll missing
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla11
People
(Reporter: benjamin.lerner, Assigned: jon)
References
Details
Attachments
(1 file)
804 bytes,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
Build ID: 20110928134238
Steps to reproduce:
From bug 686305 comment 2, I tried downloading jsshell-win32.zip and jsshell-win64-x86_64.zip, tried extracting each of them into their own subdirectory, and tried running js.exe. Neither one worked, and gave the error "the program can't start because mozutils.dll is missing from [my] computer. Try reinstalling the program to fix this problem.". What am I missing, and where can I find mozutils.dll if in fact I need it?
Comment 1•14 years ago
|
||
Needs a packaging fix:
http://mxr.mozilla.org/mozilla-central/source/toolkit/mozapps/installer/packager.mk#92
Blocks: 677501
Updated•14 years ago
|
Assignee: nobody → david.humphrey
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 2•14 years ago
|
||
There are two options, really: either include mozutils.dll, or stop linking jsshell to it. Do we have a reason to specifically want jsshell to use jemalloc?
Comment 3•14 years ago
|
||
Note: with the landing of bug 414946, the same issue will hit mac, too. Whichever route we take, we can remove the #ifdef in packager.mk, zip will only complain about missing file, but won't fail (iirc its behaviour)
Comment 4•14 years ago
|
||
I suspect Spidermonkey hackers will in fact want a JS shell linked with jemalloc.
Assignee | ||
Comment 5•13 years ago
|
||
I spoke to David, he's fine with me taking this bug.
This patch simply adds the mozutils library to the archive file containing jsshell.
Assignee: david.humphrey → jon
Attachment #577705 -
Flags: review?(ted.mielczarek)
Updated•13 years ago
|
Attachment #577705 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 6•13 years ago
|
||
I built a try-server version at https://tbpl.mozilla.org/?tree=Try&rev=2b9b32464d81 and tested Linux, Mac OS X, and Windows jsshells and they all run without asking for mozutils
Keywords: checkin-needed
![]() |
||
Comment 7•13 years ago
|
||
Comment 8•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 10•13 years ago
|
||
Try run for 2b9b32464d81 is complete.
Detailed breakdown of the results available here:
https://tbpl.mozilla.org/?tree=Try&rev=2b9b32464d81
Results (out of 15 total builds):
success: 13
failure: 2
Builds available at http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/jon@jbuckley.ca-2b9b32464d81
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
•