Closed
Bug 120080
Opened 24 years ago
Closed 24 years ago
-version broken on static build
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.8
People
(Reporter: colin, Assigned: netscape)
Details
Attachments
(1 file)
|
979 bytes,
patch
|
dbaron
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
With a static build on OpenVMS, the -version option doesn't display the version
string.
| Assignee | ||
Comment 1•24 years ago
|
||
Hrm. We call do_GetService on the httphandler to get the version info so xpcom
needs to be set up before that service is available.
Target Milestone: --- → mozilla0.9.8
| Assignee | ||
Comment 2•24 years ago
|
||
This should fix the problem if component.reg already exists. I noticed that
-version does not work in normal builds either if component.reg had not been
created. Unfortunately, regxpcom does not work in the static build so you must
run mozilla to create component.reg. I'm sure we have a bug on that.
Comment on attachment 65124 [details] [diff] [review]
Get the list of components earlier so that the components are available
r=dbaron, although I wonder if the trace-malloc and jprof hooks should move
before this.
Attachment #65124 -
Flags: review+
Comment 4•24 years ago
|
||
Comment on attachment 65124 [details] [diff] [review]
Get the list of components earlier so that the components are available
sr=alecf
Attachment #65124 -
Flags: superreview+
| Assignee | ||
Comment 5•24 years ago
|
||
Patch has been checked in.
| Assignee | ||
Comment 6•24 years ago
|
||
My game is so off. Really marking fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•