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

Bug 261147

Summary: dev-lang/squeak: uses -Werror during build and fails with _FORTIFY_SOURCE=2
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Luis Araujo (RETIRED) <araujo>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
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, 259417    
Attachments: Build log
Remove -Werror in platforms/unix/vm-display-fbdev/Makefile.in

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-03-04 10:51:15 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-04 10:52:04 UTC
Created attachment 183872 [details]
Build log
Comment 2 Magnus Granberg gentoo-dev 2009-03-10 22:59:42 UTC
Created attachment 184633 [details, diff]
Remove -Werror in platforms/unix/vm-display-fbdev/Makefile.in
Comment 3 Víctor Ostorga (RETIRED) gentoo-dev 2009-08-10 15:46:05 UTC
Fixed in =dev-lang/squeak-3.10