Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 369639 - dev-ruby/gherkin uses -Werror during build (and fails to build with gcc 4.6)
Summary: dev-ruby/gherkin uses -Werror during build (and fails to build with gcc 4.6)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Ruby Team
URL: http://blog.flameeyes.eu/2009/02/25/f...
Whiteboard:
Keywords:
Depends on:
Blocks: werror gcc-4.6
  Show dependency tree
 
Reported: 2011-06-01 11:49 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2011-06-02 09:53 UTC (History)
0 users

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


Attachments
Build log (gherkin-1.0.30-r1:20110601-074604.log,15.99 KB, text/plain)
2011-06-01 11:49 UTC, Diego Elio Pettenò (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2011-06-01 11:49:21 UTC
Created attachment 275475 [details]
Build log

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 Hans de Graaff gentoo-dev Security 2011-06-02 09:53:50 UTC
Fixed in gherkin 2.3.10 and added a pull request upstream.