#1587 closed defect (fixed)
cpio fails to build testsuite under gcc4
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: | Richard A Downing |
Description ¶
From Matthew Burgess:
Removing the 'static' modifier on two lines is enough to build the tests and they pass too:
sed -i -e 's/static const char \*argp_program_version/\
const char \*argp_program_version/'\
-e 's/static const char \*argp_program_bug_address/\
const char \*argp_program_bug_address/' \
tests/genfile.c
Note: we may want to shorten up the sed
Change History (5)
comment:1 by , 20 years ago
Cc: | added |
---|
comment:2 by , 20 years ago
comment:3 by , 20 years ago
Status: | new → assigned |
---|
comment:4 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
* Bug 1588 has been marked as a duplicate of this bug. *