Closed
Bug 729010
Opened 13 years ago
Closed 13 years ago
Attempting to run a js shell downloaded from tinderbox-builds results in an error
Categories
(Toolkit Graveyard :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla13
People
(Reporter: gkw, Assigned: glandium)
Details
Attachments
(1 file)
1.83 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
When I extracted and executed the js shell in https://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-central-macosx64-debug/1329546889/jsshell-mac64.zip I got a message:
dyld: Library not loaded: @executable_path/libmozglue.dylib
Referenced from: /Users/skywalker/Downloads/jsshell-mac64/js
Reason: image not found
Trace/BPT trap: 5
The 32-bit shell didn't work either:
dyld: Library not loaded: @executable_path/libmozglue.dylib
Referenced from: /Users/skywalker/Downloads/jsshell-mac/js
Reason: image not found
Trace/BPT trap: 5
Shouldn't libmozglue.dylib be packaged together? The shell seemingly cannot be run as-is, unless I'm missing something obvious.
Bug 715365 (no native symbols for jsshell .zips) may be related.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → mh+mozilla
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #599054 -
Flags: review?(khuey)
Updated•13 years ago
|
Component: Release Engineering → Build Config
Product: mozilla.org → Toolkit
QA Contact: release → build-config
Version: other → unspecified
Attachment #599054 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
Updated•6 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•