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

Bug 394917

Summary: dev-python/egenix-mx-base-3.2.1 does not respect CFLAGS
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 392749    

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.