Closed
Bug 543372
Opened 16 years ago
Closed 16 years ago
need to hard-code emxomfar as the HOST_AR on OS/2
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 542187
People
(Reporter: wuno, Assigned: wuno)
References
Details
Attachments
(1 file)
|
1.18 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.9.3a1pre) Gecko/20100129 Minefield/3.7a1pre
Build Identifier:
Bug536440 removed the HOST_AR setting from configure.in. On OS/2 we have two different archivers. Both are needed during compilation, for the main tree emxomfar.exe and for libffi ar.exe. After removal of the HOST_AR setting in main configure, configure finds ar.exe and sets it to be HOST_AR. Then the build breaks during compilation of modules/mar due to mixes between archives produced by ar.exe and emxomfar.exe.
Reproducible: Always
| Assignee | ||
Comment 1•16 years ago
|
||
Comment 2•16 years ago
|
||
Does the patch currently in bug 542187 fix your issue?
| Assignee | ||
Comment 3•16 years ago
|
||
Comment on attachment 424526 [details] [diff] [review]
re-add HOST_AR to the HOST section of OS/2
(In reply to comment #2)
> Does the patch currently in bug 542187 fix your issue?
on a quick re-run of configure with that patch (removed autoconf.mk) I was able to build host_mar.lib properly.
I canceled review request already, but want to do a complete build tomorrow to be sure. When it succeeds, I will dupe this bug.
Attachment #424526 -
Flags: review?(daveryeo)
I succeeded in building a working Firefox with the attachment from bug 542187.
| Assignee | ||
Comment 5•16 years ago
|
||
(In reply to comment #4)
> I succeeded in building a working Firefox with the attachment from bug 542187.
it uses the same quotation marks I used here. Sometimes small differences have a big effect ;-)
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•