|
|
#emerge --update --deep --newuse world
下面是输出信息
config.status: creating kadmin/dbutil/Makefile
config.status: creating kadmin/passwd/Makefile
config.status: creating kadmin/passwd/unit-test/Makefile
config.status: creating kadmin/ktutil/Makefile
config.status: creating kadmin/server/Makefile
config.status: creating kadmin/testing/Makefile
config.status: creating kadmin/testing/scripts/Makefile
config.status: creating kadmin/testing/util/Makefile
config.status: creating include/autoconf.h
configure: configuring in lib/apputils
configure: running /bin/sh './configure' --prefix=/usr '--prefix=/usr' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--without-krb4' '--without-tcl' '--disable-ipv6' '--enable-shared' '--with-system-et' '--with-system-ss' '--enable-dns-for-realm' '--enable-kdc-replay-cache' '--build=i686-pc-linux-gnu' 'CFLAGS=-O2 -mtune=k8 -march=athlon-xp -mfpmath=sse -mmmx -msse -msse2 -msse3 -m3dnow -fomit-frame-pointer -pipe' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' --cache-file=../.././config.cache --srcdir=.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
configure: loading cache ../.././config.cache
configure: error: `CFLAGS' has changed since the previous run:
configure: former value: -O2 -mtune=k8 -march=athlon-xp -mfpmath=sse -mmmx -msse -msse2 -msse3 -m3dnow -fomit-frame-pointer -pipe
configure: current value: -O2 -mtune=k8 -march=athlon-xp -mfpmath=sse -mmmx -msse -msse2 -msse3 -m3dnow -fomit-frame-pointer -pipe ####其实这两行的差别就是中间多了几个空格和换行符
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm ../.././config.cache' and start over
configure: error: /bin/sh './configure' failed for lib/apputils
~~~~~~~~~~~~~~~~~~~~~~出错信息~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/app-crypt/mit-krb5-1.5.3-r1/work/krb5-1.5.3/src/config.log
*
* ERROR: app-crypt/mit-krb5-1.5.3-r1 failed.
* Call stack:
* ebuild.sh, line 1701: Called dyn_compile
* ebuild.sh, line 1039: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* mit-krb5-1.5.3-r1.ebuild, line 46: Called econf '--without-krb4' '--without-tcl' '--disable-ipv6' '--enable-shared' '--with-system-et' '--with-system-ss' '--enable-dns-for-realm' '--enable-kdc-replay-cache'
* ebuild.sh, line 638: Called die
* The specific snippet of code:
* die "econf failed"
* The die message:
* econf failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/app-crypt/mit-krb5-1.5.3-r1/temp/build.log'.
*
* Messages for package app-crypt/mit-krb5-1.5.3-r1:
*
* ERROR: app-crypt/mit-krb5-1.5.3-r1 failed.
* Call stack:
* ebuild.sh, line 1701: Called dyn_compile
* ebuild.sh, line 1039: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* mit-krb5-1.5.3-r1.ebuild, line 46: Called econf '--without-krb4' '--without-tcl' '--disable-ipv6' '--enable-shared' '--with-system-et' '--with-system-ss' '--enable-dns-for-realm' '--enable-kdc-replay-cache'
* ebuild.sh, line 638: Called die
* The specific snippet of code:
* die "econf failed"
* The die message:
* econf failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/app-crypt/mit-krb5-1.5.3-r1/temp/build.log'.
* |
|