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

Bug 162290

Summary: app-crypt/mit-krb5-1.5.2 Erroneous envoirment variable change 'CFLAGS' checking produces econf error
Product: Gentoo Linux Reporter: Jeffrey Coleman <Maguscrowley>
Component: [OLD] UnspecifiedAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log
Environment file

Description Jeffrey Coleman 2007-01-15 21:44:08 UTC
when emerge runs the configuration script for app-crypt/mit-krb5-1.5.2 the script detects some change in CFLAGS variables that has not takes place in the form of an extra space.
ex)
----------------------------------------------------------------------------
configure: loading cache ../.././config.cache
configure: error: `CFLAGS' has changed since the previous run:
configure:   former value:  -march=prescott -mtune=prescott -O3   -mfpmath=sse -msse -msse2 -msse3 -pipe
configure:   current value: -march=prescott -mtune=prescott -O3 -mfpmath=sse -msse -msse2 -msse3 -pipe
configure: error: changes in the environment can compromise the build
----------------------------------------------------------------------------

After manually changing CFLAGS in make.conf in an attempt to appease econf. It produces the same error saying that its checked value of CFLAGS is off by another space.

Even after performing the recommended 'make distclean' and 'rm ../config.cache' the same error is produced.

Reproducible: Always

Steps to Reproduce:
1. 'emerge app-crypt/mit-krb5-1.5.2'



Expected Results:  
emerged the ebuild
Comment 1 Jeffrey Coleman 2007-01-15 21:45:24 UTC
Created attachment 107129 [details]
Build log
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-01-15 21:46:10 UTC
Remove the redundant spaces in C[XX]FLAGS from /etc/make.conf

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

*** This bug has been marked as a duplicate of bug 106513 ***
Comment 3 Jeffrey Coleman 2007-01-15 21:46:23 UTC
Created attachment 107131 [details]
Environment file