Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123157 - synce-rra fails to build due to -Werror flag on amd64
Summary: synce-rra fails to build due to -Werror flag on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-17 05:05 UTC by Dan Boline
Modified: 2006-02-28 13:38 UTC (History)
2 users (show)

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


Attachments
Removes -Werror flag from Makefile.in in lib/ (synce-rra-0.9.1-Make.diff,839 bytes, patch)
2006-02-17 05:06 UTC, Dan Boline
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Boline 2006-02-17 05:05:04 UTC
As the summary says, I'm attaching a patch that removes the -Werror flag, without it synce-rra builds on amd64 with gcc4.
Comment 1 Dan Boline 2006-02-17 05:06:56 UTC
Created attachment 80006 [details, diff]
Removes -Werror flag from Makefile.in in lib/
Comment 2 Thomas Scheiblauer 2006-02-18 05:12:52 UTC
and also when you try to build it with gcc4 in general (4.0.2-r3 in my case)
Comment 3 Harald van Dijk (RETIRED) gentoo-dev 2006-02-28 13:38:47 UTC
Having a build system force -Werror is a bad idea exactly because of these types of problems, so instead of your patch I added one that also removes -Werror from src/Makefile.*, to prevent this from recurring elsewhere with future compilers. Thanks for the report.