Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218495 - [PATCH] dev-util/wiggle-0.6-r3 fails to compile with gcc-4.3
Summary: [PATCH] dev-util/wiggle-0.6-r3 fails to compile with gcc-4.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-4.3
  Show dependency tree
 
Reported: 2008-04-19 22:05 UTC by Martin Väth
Modified: 2008-05-15 23:51 UTC (History)
1 user (show)

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


Attachments
Patch for the ebuild to pass CFLAGS correctly (wiggle-0.6-r3.ebuild.patch,228 bytes, patch)
2008-04-19 22:06 UTC, Martin Väth
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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