Closed
Bug 1043084
Opened 10 years ago
Closed 10 years ago
ld.gold: fatal error: -h: must take a non-empty argument
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla34
People
(Reporter: karlt, Assigned: glandium)
References
Details
Attachments
(1 file)
(deleted),
patch
|
mshal
:
review+
|
Details | Diff | Splinter Review |
0:08.64 cd builtins; /usr/bin/gmake export
0:08.64 cd builtins; /usr/bin/gmake private_export
0:08.66 There are no private exports.
0:08.67 There are no private exports.
0:11.37 webapprt.o
0:11.40 nsBrowserApp.o
0:13.78 ld.gold: fatal error: -h: must take a non-empty argument
0:13.78 ld.gold: fatal errorcollect2: error: ld returned 1 exit status
0:13.78 : -h: must take a non-empty argument
0:13.78 gmake[5]: *** [test-array.so] Error 1
0:13.78 gmake[5]: *** Waiting for unfinished jobs....
0:13.78 collect2: error: ld returned 1 exit status
0:13.78 gmake[5]: *** [test-ctors.so] Error 1
0:13.78 gmake[4]: *** [build/unix/elfhack/libs] Error 2
0:13.78 gmake[3]: *** [libs] Error 2
0:13.79 gmake[2]: *** [default] Error 2
0:13.79 gmake[1]: *** [realbuild] Error 2
0:13.79 gmake: *** [build] Error 2
0:13.84 613 compiler warnings present.
<glandium> karl: try --disable-elf-hack
<glandium> karl: i can confirm i broke elfhack. can you file a bug?
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8461243 -
Flags: review?(mshal)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Updated•10 years ago
|
Attachment #8461243 -
Flags: review?(mshal) → review+
Comment 2•10 years ago
|
||
Comment on attachment 8461243 [details] [diff] [review]
Fix elfhack test build failure with gold after bug 1036894
I had this build error as well. I I can confirm that this fixes the build error.
Assignee | ||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
QA Whiteboard: [qa-]
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
•