|
|
最近在升级几台32位的gentoo2008系统是发觉,所有的系统在emerge --sync 后emerge portage 全部失败,都是失败在python-2.5.4这个包上= =,以前从没有过这种情况
错误信息如下:* ERROR: dev-lang/python-2.5.4-r3 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 3454: Called die
* The specific snippet of code:
* emake || die "emake failed"
* The die message:
* emake 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/dev-lang/python-2.5.4-r3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-lang/python-2.5.4-r3/temp/environment'.
小弟的make.conf文件内容为:
CFLAGS="-O2 -march=nocona -pipe"
CXXFLAGS="-O2 -march=nocona -pipe"
CHOST="i686-pc-linux-gnu"
PORTDIR_OVERLAY="/usr/overlay"
USE="nptl posix nptlonly pcre"
GENTOO_MIRRORS="http://61.135.158.199"
SYNC="rsync://61.135.158.199/gentoo-portage"
万望各位能帮忙看看,谢谢 |
|