|
|
试了两次
一次主系统 LFS 6.1.1,另外一次主系统gentoo live cd 2005.1
从stage1开始安装gentoo 2006.0,都在bootstrap.sh emerge gcc4.1.1出错.
我的make.conf
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="nptl nptlonly unicode gtk2 objc X cjk nls alsa oss xft qt mp3 -cups -eds"
ALSA_CARDS="ens1371"
ACCEPT_KEYWORDS="~x86"
PORTDIR_OVERLAY="/usr/local/portage"
GENTOO_MIRRORS="http://gentoo.139pay.com http://gentoo.mirrors.tds.net/gentoo http://gentoo.gg3.net http://ftp.gentoo.or.kr/ http://mirror.gentoo.gr.jp http://www.zentek-international.com/mirrors/gentoo/"
DISTDIR="/distfiles"
#FETCHCOMMAND='/usr/bin/proz --no-getch -s ${URI} -P {DISTDIR}'
#SYNC="rsync://rsync.asia.gentoo.org/gentoo-portage"
#SYNC="rsync://65.19.163.230/gentoo-portage"
SYNC="rsync://140.211.166.165/gentoo-portage"
AUTOCLEAN="yes"
请问是不是要打什么补丁???谢谢! |
|