Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60556 - sys-fs/raidtools-1.00.3-r1 compile fix for GCC 3.3+
Summary: sys-fs/raidtools-1.00.3-r1 compile fix for GCC 3.3+
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-16 07:51 UTC by Daniel Drake (RETIRED)
Modified: 2004-08-16 07:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Drake (RETIRED) gentoo-dev 2004-08-16 07:51:51 UTC
In its current state, raidtools won't compile with GCC 3.3 or newer due to the deprecation of multiline string constants. 

gcc -o arytst arytst.o parser.o raidlib.o version.o raid_io.o scsi.o reconfiguration.o rrc_common.o rrc_raid0.o rrc_raid5.o rrc_single.o -Wl,-Bstatic -lpopt -Wl,-Bdynamic
mkraid.c: In function `main':
mkraid.c:174: error: missing terminating " character
mkraid.c:175: error: `WARNING' undeclared (first use in this function)
mkraid.c:175: error: (Each undeclared identifier is reported only once
mkraid.c:175: error: for each function it appears in.)
mkraid.c:175: error: parse error before '!' token
mkraid.c:178: error: missing terminating ' character
mkraid.c:184: error: missing terminating ' character
mkraid.c:193: error: missing terminating ' character
mkraid.c:199: error: missing terminating " character
make: *** [mkraid.o] Error 1
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2004-08-16 07:53:35 UTC
Ugh...system is going crazy, there is already a fix in portage                             for this but something was stopping it (problem my end).
Sorry for the noise..