Closed
Bug 1134618
Opened 8 years ago
Closed 8 years ago
Windows build fails with LINK : fatal error LNK1320: /MAXILKSIZE value 0x7FFFFFFF must be between 0x01000000 and 0x7FF00000
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox38 fixed)
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: wgianopoulos, Assigned: wgianopoulos)
References
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
1.33 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
1.32 KB,
patch
|
wgianopoulos
:
review+
|
Details | Diff | Splinter Review |
Windows builds failing with: LINK : fatal error LNK1320: /MAXILKSIZE value 0x7FFFFFFF must be between 0x01000000 and 0x7FF00000
Assignee | ||
Comment 1•8 years ago
|
||
Assignee: nobody → wgianopoulos
Status: NEW → ASSIGNED
Assignee | ||
Updated•8 years ago
|
Attachment #8566526 -
Flags: review?(mh+mozilla)
Assignee | ||
Updated•8 years ago
|
Severity: blocker → major
Assignee | ||
Comment 2•8 years ago
|
||
Same patch updated check-in comment.
Attachment #8566526 -
Attachment is obsolete: true
Attachment #8566526 -
Flags: review?(mh+mozilla)
Attachment #8566819 -
Flags: review?(mh+mozilla)
Assignee | ||
Updated•8 years ago
|
Attachment #8566819 -
Attachment description: patch → change MaxILKSize to 0x7FF00000
Assignee | ||
Comment 3•8 years ago
|
||
I should have mentioned this is happening with Microsoft Visual Studio 2013 Express with all the latest Windows updates applied. I think the intent of the fix for bug 1133384, was to ensure MaxILKSize was less than 0x80000000, so this patch should still resolve the issue there.
Assignee | ||
Comment 4•8 years ago
|
||
OH and Visual studio 2013 express is a supposed officially supported build environment.
Assignee | ||
Comment 5•8 years ago
|
||
Oh and also checking the compiler version is clearly NOT sufficient to determine the linker version.
Attachment #8566819 -
Flags: review?(mh+mozilla) → review+
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 6•8 years ago
|
||
Attachment #8566819 -
Attachment is obsolete: true
Attachment #8567493 -
Flags: review+
Comment 7•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/7c0a5a6f94e1
Keywords: checkin-needed
Assignee | ||
Updated•8 years ago
|
Attachment #8566819 -
Attachment is obsolete: false
Comment 8•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/7c0a5a6f94e1
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox38:
--- → fixed
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Updated•5 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•