|
|
emerge --update --deep --newuse world 的时候,提示
A file listed in the Manifest could not be found:/usr/portage/sys-apps/debianutils/debianutils-2.18.ebuild
以及
A file listed in the Manifest could not be found:/usr/portage/sys-apps/portage/portage-2.1.3_rc3.ebuild
我试了 emerge --sync 故障依旧
然后在相应的目录下执行:
ebuild debianutils-2.18.ebuild digest
ebuild portage-2.1.3_rc3.ebuild digest
结果提示文件不存在
我的 /etc/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=prescott -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
# This should not be changed unless you know exactly what you are doing. You
# should probably be using a different stage, instead.
CHOST="i686-pc-linux-gnu"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j3"
FEATURES="ccache parallel-fetch"
CCACHE_DIR="/var/tmp/ccache"
CCACHE_SIZE=2G
GENTOO_MIRRORS="ftp://ftp3.tsinghua.edu.cn/mirror/gentoo"
SYNC="rsync://ftp3.tsinghua.edu.cn/gentoo/gentoo-portage"
VIDEO_CARDS="nvidia"
ACCEPT_KEYWORDS="x86"
LINGUAS="zh_CN en"
USE="acpi alsa apache2 apm arts bash-completion cairo cdr cjk cscope cups dbus d
vd dvdr dvdread eds emacs emboss encode esd evo fam fftw firefox flac fortran gi
f gnome gpm gstreamer gtk hal ieee1394 ifc jpeg kerberos ldap mad mikmod mp3 mpe
g mplayer musepack mysql ncurses nls nptl nptlonly nvidia ogg opengl oss pam pdf
perl pic png python qt3 qt3support qt4 sdl spell ssl svg tetex threads tiff tru
etype unicode vim-syntax vorbis win32codecs X xml xv zlib -ipv6 -doc -debug -dvb
-kde -3dfx"
谢谢!
另外,我装 scim 时提示我用 immqt-bc 的USE标志重新build x11-libs/qt-3.3.4
我用: USE="immqt-bc" emerge "=qt-3.3.4"
结果提示没有这个包,请问该如何结果,谢谢! |
|