Closed
Bug 113003
Opened 24 years ago
Closed 24 years ago
Mac-packaged DOM Inspector fails to install
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: btiffany, Assigned: hewitt)
Details
Attachments
(1 file)
|
708 bytes,
patch
|
samir_bugzilla
:
review+
dveditz
:
superreview+
|
Details | Diff | Splinter Review |
Build 2001113008 on MacOS 8.6 using the 13MB big blob installer.
Attempting to install the DOM inspector using the custom install option fails
with error -214 (mozilla runs fine otherwise). Relevant part of the install log
appears to be
-------------------------------------------------------------------------------
file:///Mac%20HD/Desktop%20Folder/Mozilla%20Full%20Installer/Installer%20Modules/inspector.xpi
-- 11/30/2001 21:37:01
-------------------------------------------------------------------------------
DOM Inspector
-------------
** initInstall: 0
** addDirectory: -214
** ERROR (-214): Register Package:
** ERROR (-214): Register Skin:
** ERROR (-214): Register Skin:
** ERROR (-214): Register Locale:
Install **FAILED** with error -240
Finished Installation 11/30/2001 21:37:01
Comment 1•24 years ago
|
||
People are seeing this on mozillazine.org forums...
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 2•24 years ago
|
||
The install.js included with inspector.xpi has the line
err = addDirectory("", "5.0.0.2001121008", "bin", fProgram, "", true);
but the actually goodies are in the "viewer" folder in the Mac version of
inspector.xpi. Changing "bin"->"viewer" allowed me to install successfully.
Presumably, then, the fix is to make line 9 of
http://lxr.mozilla.org/seamonkey/source/xpinstall/packager/mac/inspector.jst
point to the right directory in the .xpi?
Comment 3•24 years ago
|
||
Reassigning to hewitt for the obvious install-script change (thanks for the
legwork, Brad!). I'm sure he cares about this more than syd :-)
nominating for the 0.9.7 train, it's low-risk/high-gain
Assignee: syd → hewitt
Keywords: mozilla0.9.7
Summary: DOM Inspector fails to install → Mac-packaged DOM Inspector fails to install
| Assignee | ||
Comment 4•24 years ago
|
||
Comment 5•24 years ago
|
||
Curt or Samir, please review this one-line change
Comment 6•24 years ago
|
||
Comment on attachment 61764 [details] [diff] [review]
patch
sr=dveditz
Asa: please approve for the branch
Attachment #61764 -
Flags: superreview+
Comment 7•24 years ago
|
||
Comment on attachment 61764 [details] [diff] [review]
patch
r=sgehani
Attachment #61764 -
Flags: review+
Comment 8•24 years ago
|
||
a=asa (on behalf of drivers) for checkin to 0.9.7
Keywords: mozilla0.9.7 → mozilla0.9.7+
| Assignee | ||
Comment 9•24 years ago
|
||
fixed on trunk and branch
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 10•24 years ago
|
||
Verified on current Mozilla trunk and branch builds
(Build 2002020405 (0.9.8) and build 2002020608 (trunk))
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
Component: Installer: XPI Packages → Installer
QA Contact: ktrina → general
You need to log in
before you can comment on or make changes to this bug.
Description
•