Closed
Bug 665402
Opened 14 years ago
Closed 14 years ago
Dehydra fails to build with gcc 4.6
Categories
(Developer Infrastructure :: Source Code Analysis, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
|
1.24 KB,
patch
|
taras.mozilla
:
review+
|
Details | Diff | Splinter Review |
The error messages are:
dehydra_builtins.c: In function 'ReadFile':
dehydra_builtins.c:351:30: error: attempt to use poisoned "strerror"
dehydra_builtins.c: In function 'WriteFile':
dehydra_builtins.c:376:30: error: attempt to use poisoned "strerror"
dehydra_builtins.c: In function 'dehydra_loadScript':
dehydra_builtins.c: In function 'ResolvePath':
dehydra_builtins.c:571:26: error: attempt to use poisoned "strerror"
This comes from http://gcc.gnu.org/ml/gcc-patches/2010-05/msg02226.html and http://gcc.gnu.org/ml/gcc-patches/2010-11/msg02184.html.
Replacing with xstrerror solves the problem.
| Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → mh+mozilla
Attachment #540374 -
Flags: review?(tglek)
Updated•14 years ago
|
Attachment #540374 -
Flags: review?(tglek) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•