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

Bug 408029

Summary: sys-apps/vgabios-0.6c-r1 does not respect CFLAGS/CC
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: New packagesAssignee: Doug Goldstein (RETIRED) <cardoe>
Status: RESOLVED INVALID    
Severity: normal CC: qemu+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 407345    

Description Agostino Sarubbo gentoo-dev 2012-03-13 13:01:09 UTC
gcc -E -P vgabios.c  -DCIRRUS -DPCIBIOS  "-DVGABIOS_DATE=\"`date '+%d %b %Y'`\"" > _vgabios-cirrus_.c
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2012-03-13 22:23:13 UTC
We discussed this didn't we? We're not going to respect your CC or CFLAGS since upstream says this builds bad binaries. GCC is only being used as a preprocessor since bcc's either doesn't support a pre-processor or its implementation is incomplete. Hence the inclusion of sys-devel/dev86.
Comment 2 Agostino Sarubbo gentoo-dev 2012-10-24 09:08:24 UTC
(In reply to comment #1)
> We discussed this didn't we? We're not going to respect your CC or CFLAGS
> since upstream says this builds bad binaries. GCC is only being used as a
> preprocessor since bcc's either doesn't support a pre-processor or its
> implementation is incomplete. Hence the inclusion of sys-devel/dev86.

If you can, please add a simply comment in the ebuild, to avoid future bug reports.