Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 215696 - python-fchksum-1.7.1 fails to build with -pipe in CFLAGS
Summary: python-fchksum-1.7.1 fails to build with -pipe in CFLAGS
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-01 13:06 UTC by Alan Hourihane
Modified: 2008-04-01 20:09 UTC (History)
0 users

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 Alan Hourihane 2008-04-01 13:06:11 UTC
If you have this...

CFLAGS="-O2 -pipe"

in your make.conf then python-fchksum fails to build as it tries to pass CFLAGS to ld. Problem is that -pipe is unknown to ld.

Reproducible: Always
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2008-04-01 20:09:54 UTC
Builds fine here. Please provide emerge --info, exact error output and reopen.