Closed
Bug 589175
Opened 15 years ago
Closed 15 years ago
Omnijar warning: "cannot load binary components..."
Categories
(Firefox Build System :: General, defect)
Tracking
(blocking2.0 final+)
RESOLVED
FIXED
mozilla2.0b7
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: ddahl, Assigned: mwu)
References
Details
Attachments
(1 file, 2 obsolete files)
1.41 KB,
patch
|
Details | Diff | Splinter Review |
today's build is saying this:
Warning: Cannot load binary components from the omnijar.
Source File: C:\Users\ddahl\bin\firefox\omni.jar:components/components.manifest
Line: 107
Mozilla/5.0 (Windows NT 6.1; rv:2.0b5pre) Gecko/20100820 Minefield/4.0b5pre
Assignee | ||
Comment 1•15 years ago
|
||
It's a relatively harmless warning. The packaging for omnijar generates another set of manifests to point to binary components so they do end up being loaded outside of the omnijar. Should get rid of this warning one way or another though.
Comment 3•15 years ago
|
||
Wait, doesn't it remove the directive from the in-omnijar manifests? It should!
Assignee: nobody → mwu
blocking2.0: --- → final+
Assignee | ||
Updated•15 years ago
|
Summary: Omnijar error: "cannot load binary components..." → Omnijar warning: "cannot load binary components..."
Assignee | ||
Comment 4•15 years ago
|
||
Attachment #468416 -
Flags: review?(benjamin)
Updated•15 years ago
|
Attachment #468416 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 5•15 years ago
|
||
Attachment #468416 -
Attachment is obsolete: true
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Comment 6•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b5
Comment 7•15 years ago
|
||
This patch broke the Windows builds. Apparently it was never tested on try. Please do make sure to test the new version of the patch on try server before marking it as checkin-needed.
Sample log:
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1282921760.1282921760.10529.gz
Backout:
http://hg.mozilla.org/mozilla-central/rev/ccd462cc196d
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 8•15 years ago
|
||
This one is uglier but works on windows.
Attachment #469702 -
Attachment is obsolete: true
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: mozilla2.0b5 → mozilla2.0b6
Updated•15 years ago
|
Version: unspecified → Trunk
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
•