Closed
Bug 194670
Opened 23 years ago
Closed 23 years ago
configure fails GNU make 3.80 as not being "at least 3.78"
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.4alpha
People
(Reporter: gonufer, Assigned: netscape)
References
Details
Attachments
(1 file)
|
998 bytes,
patch
|
bryner
:
review+
|
Details | Diff | Splinter Review |
gmake --version with 3.80 returns "GNU Make 3.80" but configure looks at token
four (4) as the field with the version information. It's token 3 with GNU make
3.80 so the test fails.
This is new as soon as configure was regenerated after the changes for Bug 187594.
| Assignee | ||
Comment 1•23 years ago
|
||
What is it with GNU project maintainers deciding to arbitrarily change the
output of --version between minor releases? First gcc, now make.
| Assignee | ||
Updated•23 years ago
|
Severity: normal → blocker
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.4alpha
| Assignee | ||
Updated•23 years ago
|
Attachment #115356 -
Flags: review?(bryner)
| Assignee | ||
Comment 2•23 years ago
|
||
*** Bug 194873 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 3•23 years ago
|
||
*** Bug 194991 has been marked as a duplicate of this bug. ***
Updated•23 years ago
|
Attachment #115356 -
Flags: review?(bryner) → review+
| Assignee | ||
Comment 4•23 years ago
|
||
Patch has been checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 5•23 years ago
|
||
The fix doesn't immediately work for me. Adding this line:
echo "xxx${_make_vers}xxx" > /tmp/tmplog
to configure shows that gmake is adding extra "goop" to the output:
/var/tmp/mozilla-20030226/mozilla% cat /tmp/tmplog
xxxgmake[1]: Entering directory `/var/tmp/mozilla-20030226/mozilla'
3.80
gmake[1]: Leaving directory `/var/tmp/mozilla-20030226/mozilla'xxx
/var/tmp/mozilla-20030226/mozilla%
I found that adding the '-s' flag to the gmake command fixed this.
| Assignee | ||
Comment 6•23 years ago
|
||
I put another bandaid on top of that patch to supress the directory messages.
For some reason, -s completely silenced the output on Darwin.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•