Closed
Bug 448020
Opened 13 years ago
Closed 13 years ago
configure crashes when /bin/sh == /bin/dash and config.cache is present
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.9.1a2
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
(Keywords: fixed1.9.0.2)
Attachments
(1 file)
961 bytes,
patch
|
Pike
:
review+
ted
:
superreview+
samuel.sidler+old
:
approval1.9.0.2+
|
Details | Diff | Splinter Review |
As a result of the changes to configure.in in bug 442279, configure crashes on Ubuntu systems where /bin/sh is dash rather than bash, and when a config.cache is present from a previous run of configure. In other words, this crash is a result of the change: http://hg.mozilla.org/mozilla-central/index.cgi/diff/9871082391f5/configure.in
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → dbaron
Status: NEW → ASSIGNED
Attachment #331343 -
Flags: superreview?(ted.mielczarek)
Attachment #331343 -
Flags: review?(l10n)
Comment 2•13 years ago
|
||
Comment on attachment 331343 [details] [diff] [review] patch I don't get why it crashes, but ok!
Attachment #331343 -
Flags: superreview?(ted.mielczarek) → superreview+
Updated•13 years ago
|
Attachment #331343 -
Flags: review?(l10n) → review+
Comment 3•13 years ago
|
||
FWIW, I filed this to Ubuntu yesterday: https://bugs.launchpad.net/ubuntu/+source/dash/+bug/251889
Assignee | ||
Comment 4•13 years ago
|
||
Ah, I didn't file because the obvious simplified testcase didn't exhibit the problem, and I wasn't in the mood to simplify configure down to a testcase (though it may be worth doing). In any case, fixed: http://hg.mozilla.org/mozilla-central/index.cgi/rev/589f091246af
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.1a2
Comment 5•13 years ago
|
||
Comment on attachment 331343 [details] [diff] [review] patch Approved for 1.9.0.2. Please land in CVS. a=ss (Taking per bug 442279 comment 9.)
Attachment #331343 -
Flags: approval1.9.0.2+
See Also: → https://launchpad.net/bugs/251889
Updated•3 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•