Closed
Bug 491325
Opened 16 years ago
Closed 16 years ago
Fix warning during builds: "cat: dummy-hello.s: No such file or directory"
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(2 files)
|
1.82 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
|
1.06 KB,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
On my machine, I get two copies of this warning almost immediately at the beginning of my build:
cat: dummy-hello.s: No such file or directory
This output isn't actually an issue -- it's just a by-product of the "Check for gcc -pipe support" chunk of configure.in.
The attached patch simply redirects any error output from this "cat" command to /dev/null.
Attachment #375637 -
Flags: superreview?(ted.mielczarek)
Attachment #375637 -
Flags: review?(ted.mielczarek)
| Assignee | ||
Comment 1•16 years ago
|
||
(In reply to comment #0)
> This output isn't actually an issue
Sorry, what I meant to say was: This output doesn't actually reflect an underlying issue. (and hence it's just noise; it's not useful)
Updated•16 years ago
|
Attachment #375637 -
Flags: superreview?(ted.mielczarek)
Attachment #375637 -
Flags: review?(ted.mielczarek)
Attachment #375637 -
Flags: review+
| Assignee | ||
Comment 2•16 years ago
|
||
Patch pushed: http://hg.mozilla.org/mozilla-central/rev/136fd90717ac
Assignee: nobody → dholbert
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Flags: in-testsuite-
Target Milestone: --- → mozilla1.9.2a1
Comment 3•16 years ago
|
||
Attachment #427033 -
Flags: review?(bugspam.Callek)
Updated•16 years ago
|
Attachment #427033 -
Flags: review?(bugspam.Callek) → review+
Comment 4•16 years ago
|
||
Comment on attachment 427033 [details] [diff] [review]
(Bv1-CC) Copy it to comm-central
[Checkin: Comment 4]
http://hg.mozilla.org/comm-central/rev/8ed2f2055904
Attachment #427033 -
Attachment description: (Bv1-CC) Copy it to comm-central → (Bv1-CC) Copy it to comm-central
[Checkin: Comment 4]
Updated•16 years ago
|
Attachment #375637 -
Attachment description: fix: redirect cat's stderr to /dev/null → fix: redirect cat's stderr to /dev/null
[Checkin: Comment 2]
Updated•16 years ago
|
Blocks: C192ConfSync
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
•