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
Created attachment 107129 [details] Build log
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 ***
Created attachment 107131 [details] Environment file