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

Bug 136757

Summary: PovRay ebuild fails when using confcache
Product: Gentoo Linux Reporter: Maarten Billemont <lhunath>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Maarten Billemont 2006-06-14 03:53:46 UTC
When PovRay is emerged with the confcache feature enabled, configure fails saying that the CFLAGS have changed.
 
 configure: loading cache ../../config.cache
 configure: error: `CFLAGS' has changed since the previous run:
 configure:   former value:  -march=athlon-xp -O3 -pipe -g -ftracer -falign-functions=64
 configure:   current value:  -pipe -O3 -msse -mfpmath=sse -msse2 -march=i686 -mtune=i686 -malign-double -minline-all-str
 ingops -march=athlon-xp -O3 -pipe -g -ftracer -falign-functions=64                                                      configure: error: `CPPFLAGS' was not set in the previous run
 configure: error: `LDFLAGS' was not set in the previous run
 configure: error: `build_alias' was set to `i686-pc-linux-gnu' in the previous run
 configure: error: changes in the environment can compromise the build
 configure: error: run `make distclean' and/or `rm ../../config.cache' and start over
 
 
 The Ebuild itself is also bugged, since this failure to configure does cause the merge process to exit abnormally. The make continues and fails. Even this doesn't cause the ebuild to exit, but continue on to installing and qmerging. The result is a povray installed ebuild with no files, and packages that depend on it, failing.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-14 04:00:16 UTC

*** This bug has been marked as a duplicate of 136431 ***