Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136757 - PovRay ebuild fails when using confcache
Summary: PovRay ebuild fails when using confcache
Status: RESOLVED DUPLICATE of bug 136431
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-14 03:53 UTC by Maarten Billemont
Modified: 2006-06-14 04:00 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 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 ***