Opened 19 years ago

Closed 19 years ago

Last modified 10 years ago

#1587 closed defect (fixed)

cpio fails to build testsuite under gcc4

Reported by: bdubbs@… Owned by: blfs-book@…
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 Richard A Downing, 19 years ago

Cc: Richard A Downing added

comment:2 by Richard A Downing, 19 years ago

* Bug 1588 has been marked as a duplicate of this bug. *

comment:3 by Richard A Downing, 19 years ago

Status: newassigned

comment:4 by Richard A Downing, 19 years ago

Resolution: fixed
Status: assignedclosed

comment:5 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.