Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260932 - sys-apps/netplug: uses -Werror during build
Summary: sys-apps/netplug: uses -Werror during build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (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: http://blog.flameeyes.eu/2009/02/25/f...
Whiteboard:
Keywords:
Depends on:
Blocks: werror
  Show dependency tree
 
Reported: 2009-03-02 14:49 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-07-21 23:47 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-03-02 14:49:24 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 Víctor Ostorga (RETIRED) gentoo-dev 2009-07-21 23:47:15 UTC
This is already fixed, Thanks to Patrick.

  01 Mar 2009; Patrick Lauer <patrick@gentoo.org>
  +files/netplug-1.2.9-remove-werror.patch,
  +files/netplug-1.2.9-warn_unused_result_write_call.patch,
  +netplug-1.2.9-r5.ebuild:
  Fix for gcc 4.3.3 / fortify_sources, remove -Werror from Makefile. Patches
  by Romain Perier and Magnus Granberg.