Closed
Bug 297139
Opened 21 years ago
Closed 21 years ago
Malformed test in configure prints an unsightly error
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.8beta3
People
(Reporter: mark, Unassigned)
References
()
Details
Attachments
(1 file)
|
1.16 KB,
patch
|
cls
:
review+
asa
:
approval-aviary1.1a2+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050608 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050608 Firefox/1.0+
Regression from bug 294835.
During configure:
[...]
checking for IceConnectionNumber in -lICE... yes
/path/to/mozilla/configure: line 4980: Darwin: command not found
checking whether ld has archive extraction flags... no
[...]
There is a test in configure at line 4982, but the "test" command was omitted.
Reproducible: Always
Steps to Reproduce:
| Reporter | ||
Comment 1•21 years ago
|
||
Attachment #185727 -
Flags: review?(cls)
Attachment #185727 -
Flags: approval-aviary1.1a2?
Attachment #185727 -
Flags: review?(cls) → review+
Updated•21 years ago
|
Attachment #185727 -
Flags: approval-aviary1.1a2? → approval-aviary1.1a2+
Comment 2•21 years ago
|
||
Fixed for 1.8b3
Blocks: 294835
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.8beta3
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
•