|
|
emerge --sync成功后提示需要emerge portage,
但是emerge portage失败:
出错信息:
/etc/make.conf
- # These settings were set by the catalyst build script that automatica$
- # built this stage.
- # Please consult /etc/make.conf.example for a more detailed example.
- CFLAGS="-O2 -mtune=i686 -pipe"
- CXXFLAGS="${CFLAGS}"
- # This should not be changed unless you know exactly what you are doin$
- # should probably be using a different stage, instead.
- CHOST="i686-pc-linux-gnu"
- MAKEOPTS="-j2"
- FEATURES="parallel-fetch"
- GENTOO_MIRRORS="http://61.135.158.199"
- SYNC="rsync://61.135.158.199/gentoo-portage"
- GENTOO_MIRRORS="http://ftp.ncnu.edu.tw/Linux/Gentoo"
- SYNC="rsync://rsync.gentoo.org/gentoo-portage"
- USE="-gtk -gnome"
复制代码 |
|