Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 394917 - dev-python/egenix-mx-base-3.2.1 does not respect CFLAGS
Summary: dev-python/egenix-mx-base-3.2.1 does not respect CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 392749
  Show dependency tree
 
Reported: 2011-12-16 11:39 UTC by Agostino Sarubbo
Modified: 2011-12-24 10:41 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 Agostino Sarubbo gentoo-dev 2011-12-16 11:39:37 UTC
e.g.

x86_64-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -fPIC -DHAVE_STRPTIME=1 -UHAVE_CLOCK_GETTIME -UHAVE_CLOCK_GETRES -Imx/Proxy/mxProxy -I/usr/include/python2.7 -I/usr/include -c mx/Proxy/mxProxy/mxProxy.c -o build-2.7/temp.linux-x86_64-2.7_ucs4/mx-Proxy-mxProxy-mxProxy/mx/Proxy/mxProxy/mxProxy.o

there is no user CFLAGS
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2011-12-20 15:51:11 UTC
as in there are no user CFLAGS incorporated by gcc.
The line in the ebuild implements a sed statement targeting setup.cfg.
optimize = 0
This seems to read as 'a python dev decided to cast aside user flags and we do it ourselves.  Need a second higher opinion to confirm this
Comment 2 Maxim Koltsov (RETIRED) gentoo-dev 2011-12-24 10:41:56 UTC
Fixed in version bump.