Closed
Bug 492594
Opened 16 years ago
Closed 16 years ago
HP-UX B.11.31 build of js-1.8.0-rc1 fails
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: andrew, Assigned: jimb)
Details
Attachments
(1 file)
Using js-1.8.0-rc1.tar.gz on the following platform...
$ uname -a
HP-UX hp1 B.11.31 U ia64 HP-UX
... fails because js/src/config/HP-UXB.11.31.mk is missing. The HP-UXB.11.00.mk needs modifications to work properly on this platform. Attached is an updated config file that allows js/src to properly build.
Reporter | ||
Updated•16 years ago
|
Attachment #376964 -
Flags: review?(ted.mielczarek)
Updated•16 years ago
|
Attachment #376964 -
Flags: review?(ted.mielczarek) → review?(jim)
Comment 1•16 years ago
|
||
Comment on attachment 376964 [details]
New makefile for HP-UX B.11.31
Throwing this over the wall as I don't know anything about the pre-autoconf js build system. Jim? Anyone? Do you just want to take the patch?
Assignee | ||
Comment 2•16 years ago
|
||
Andrew, can you tell me what steps you're following to configure and build SpiderMonkey?
Assignee | ||
Comment 3•16 years ago
|
||
Actually, I think just adding the new makefile should be fine. Since this file is a minor modification of the existing ref-config/HP-UXB.11.00.mk file, I don't think we need to worry about copyright issues.
Assignee: nobody → jim
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•16 years ago
|
||
By the way --- the whole js/src/Makefile.ref-based build system is deprecated, and will be deleted after this release. See bug 462542.
Assignee | ||
Comment 5•16 years ago
|
||
Assignee | ||
Comment 6•16 years ago
|
||
Andrew, if you could give the 'configure; make' build system a try, I'd appreciate it. That's what we need to have working in the long run.
Assignee | ||
Updated•16 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•16 years ago
|
Attachment #376964 -
Flags: review?(jim) → review+
Assignee | ||
Comment 7•16 years ago
|
||
Comment on attachment 376964 [details]
New makefile for HP-UX B.11.31
Andrew, can you land this yourself?
Assignee | ||
Comment 8•16 years ago
|
||
Oh... wait. I landed this back in May (see comment 5). I was misled by the fact that I hadn't r+'d the patch. All is well; no work needed.
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
•