Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
>>> emerge (5 of 67) app-sci/spectromatic-1.0 to / >>> md5 src_uri ;-) spectromatic_1.0-1.tar.gz >>> Unpacking source... >>> Unpacking spectromatic_1.0-1.tar.gz to /var/tmp/portage/spectromatic-1.0/work * Applying spectromatic-1.0-gentoo.diff... [ ok ] >>> Source unpacked. gcc -I. -O2 -Wall -c spectromatic.c gcc -I. -O2 -Wall -c wave.c spectromatic.c: In function `usage': spectromatic.c:40: error: missing terminating " character spectromatic.c:41: error: `Usage' undeclared (first use in this function) spectromatic.c:41: error: (Each undeclared identifier is reported only once spectromatic.c:41: error: for each function it appears in.) spectromatic.c:41: error: parse error before ':' token spectromatic.c:67: error: missing terminating ' character spectromatic.c:69: error: missing terminating " character spectromatic.c: In function `main': spectromatic.c:129: warning: implicit declaration of function `exit' spectromatic.c:359: warning: implicit declaration of function `abs' make: *** [spectromatic.o] Error 1 !!! ERROR: app-sci/spectromatic-1.0 failed.
Newer gcc versions don't accept multi-line string literals... patch is in CVS, should reach your portage mirror soon. Thanks for the hint.