Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260886 - dev-libs/libspt: uses -Werror during build and fails with gcc-4.3.3
Summary: dev-libs/libspt: uses -Werror during build and fails with gcc-4.3.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: CJK Team
URL: http://blog.flameeyes.eu/2009/02/25/f...
Whiteboard:
Keywords:
Depends on:
Blocks: werror fortify-source
  Show dependency tree
 
Reported: 2009-03-02 14:09 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-04-03 15:34 UTC (History)
0 users

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


Attachments
Build log (libspt-1.1:20090308-222747.log,11.31 KB, text/plain)
2009-03-09 10:55 UTC, Diego Elio Pettenò (RETIRED)
Details
Remove -Werror in src/Makefile.in (libspt_remove_Werror.patch,375 bytes, text/plain)
2009-03-10 20:21 UTC, Magnus Granberg
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 2009-03-02 14:09:08 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 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-03-09 10:55:37 UTC
Created attachment 184438 [details]
Build log
Comment 2 Magnus Granberg gentoo-dev 2009-03-10 20:21:45 UTC
Created attachment 184598 [details]
Remove -Werror in src/Makefile.in
Comment 3 Patrick Lauer gentoo-dev 2009-04-03 15:34:57 UTC
+  03 Apr 2009; Patrick Lauer <patrick@gentoo.org>
+  +files/libspt-werror.patch, +libspt-1.1-r1.ebuild:
+  Patch to fix compilation with gcc43 from Magnus Granberg. EAPI2ified.
+  Fixes #260886