Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 162290 - app-crypt/mit-krb5-1.5.2 Erroneous envoirment variable change 'CFLAGS' checking produces econf error
Summary: app-crypt/mit-krb5-1.5.2 Erroneous envoirment variable change 'CFLAGS' checki...
Status: RESOLVED DUPLICATE of bug 106513
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-15 21:44 UTC by Jeffrey Coleman
Modified: 2007-01-15 21:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (build.log,21.16 KB, text/plain)
2007-01-15 21:45 UTC, Jeffrey Coleman
Details
Environment file (environment,157.52 KB, text/plain)
2007-01-15 21:46 UTC, Jeffrey Coleman
Details

Note You need to log in before you can comment on or make changes to this bug.
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