|
最近emerge portage碰到个很奇怪的问题
小弟的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=nocona -pipe"
CXXFLAGS="-O2 -march=nocona -pipe"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
USE="nptl posix nptlonly pcre"
GENTOO_MIRRORS="http://61.135.158.199"
SYNC="rsync://rsync.asia.gentoo.org/gentoo-portage"
make.profile链接为/usr/portage/profiles/default/linux/x86/10.0/server
emerge有些软件如VIM等是没有问题的
但是emerge portage会提示
Calculating dependencies /
!!! All ebuilds that could satisfy "dev-perl/Locale-gettext" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-perl/Locale-gettext-1.05-r1 (masked by: EAPI 2)
The current version of portage supports EAPI '1'. You must upgrade to a
newer version of portage before EAPI masked packages can be installed.
For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by "sys-apps/help2man-1.36.4-r1" [ebuild])
万望各位大大能指点一下迷津,不胜感激 |
|