Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30137 - qmail-autoresponder-0.96.1 fails when installing using gcc-3.3.1
Summary: qmail-autoresponder-0.96.1 fails when installing using gcc-3.3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-01 23:15 UTC by Brandy Westcott (RETIRED)
Modified: 2003-10-02 08:10 UTC (History)
1 user (show)

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


Attachments
proposed qmail-autoresponder-0.96.1-gcc3.3 patch (qmail-autoresponder-0.96.1-gcc3.3.patch,1.54 KB, patch)
2003-10-01 23:17 UTC, Brandy Westcott (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brandy Westcott (RETIRED) gentoo-dev 2003-10-01 23:15:23 UTC
qmail-autoresponder-0.96.1 fails when installing with gcc-3.3.1
due to multi-line strings:


./compile main.c
main.c:247:1: missing terminating " character
main.c:248: error: `c' undeclared here (not in a function)
main.c:248: error: syntax error before "Copy"
main.c:252:15: missing terminating ' character
main.c:252:15: warning: character constant too long for its type
main.c:253:15: missing terminating ' character
main.c:253:15: warning: character constant too long for its type
main.c:254:15: missing terminating ' character
main.c:254:15: warning: character constant too long for its type
main.c:258:3: missing terminating " character
main.c:264: warning: parameter names (without types) in function declaration
main.c:264: warning: conflicting types for built-in function `fprintf'
main.c:264: warning: data definition has no type or storage class
main.c:265: error: syntax error before numeric constant
main.c:265: error: conflicting types for `exit'
/usr/include/stdlib.h:610: error: previous declaration of `exit'
main.c:265: warning: data definition has no type or storage class
make: *** [main.o] Error 1

!!! ERROR: net-mail/qmail-autoresponder-0.96.1 failed.
!!! Function src_compile, Line 24, Exitcode 2
!!! (no error message)
Comment 1 Brandy Westcott (RETIRED) gentoo-dev 2003-10-01 23:17:43 UTC
Created attachment 18589 [details, diff]
proposed qmail-autoresponder-0.96.1-gcc3.3 patch
Comment 2 Joshua Kinard gentoo-dev 2003-10-02 08:10:17 UTC
Resolving as FIXED as the patch is now in CVS.