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

Bug 218495

Summary: [PATCH] dev-util/wiggle-0.6-r3 fails to compile with gcc-4.3
Product: Gentoo Linux Reporter: Martin Väth <martin>
Component: New packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 198121    
Attachments: Patch for the ebuild to pass CFLAGS correctly

Description Martin Väth 2008-04-19 22:05:39 UTC
dev-util/wiggle-0.6-r3 fails to compile with gcc-4.3.

The reason is actually that the ebuild by mistake passes the option -Werror
to the compiler (which dies because gcc-4.3 spits some trivial warnings).

Instead of passing the CFLAGS in the make-variable OptDbg they should better
be passed in the make-variable CFLAGS.
Comment 1 Martin Väth 2008-04-19 22:06:28 UTC
Created attachment 150328 [details, diff]
Patch for the ebuild to pass CFLAGS correctly
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2008-05-15 23:51:14 UTC
Committed