Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 260890

Summary: dev-scheme/guile-cairo: uses -Werror during build
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Scheme Project <scheme>
Status: RESOLVED FIXED    
Severity: normal CC: esigra, vadimk
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://blog.flameeyes.eu/2009/02/25/future-proof-your-code-dont-use-werror
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 260867    
Attachments: disable Werror
disable Werror

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-03-02 14:10:33 UTC
Hello,

you're receiving this canned bug because the package in summary uses the flag -Werror during build, which transforms warnings in errors, and is prone to break software when new GCC releases are added to Gentoo.

Please make sure your package does not use -Werror during build, so that it can be more future-proof for the new GCC releases.

Thanks,
Diego
Comment 1 Vadim Kuznetsov (RETIRED) gentoo-dev 2009-03-08 16:58:19 UTC
Created attachment 184339 [details, diff]
disable Werror
Comment 2 Marijn Schouten (RETIRED) gentoo-dev 2009-03-09 10:50:09 UTC
Thanks Vadim. Why are you inheriting autotools?
Comment 3 Vadim Kuznetsov (RETIRED) gentoo-dev 2009-03-10 15:05:57 UTC
Created attachment 184581 [details, diff]
disable Werror

You are right. AT some point a forgot to remove it. In fact eutils is not needed anymore as well.
Comment 4 Ulrich Müller gentoo-dev 2009-12-12 14:19:49 UTC
Fixed. Thank you.