|
|
出现的错误信息是
- $ sudo emerge -auDNv world
- superuser access is required... adding --pretend to options.
- These are the packages that would be merged, in order:
- Calculating dependencies... done!
- emerge: there are no ebuilds built with USE flags to satisfy "media-libs/fontconfig[cleartype,-ubuntu]".
- !!! One of the following packages is required to complete your request:
- - media-libs/fontconfig-2.6.0-r2 (Missing IUSE: cleartype)
- - media-libs/fontconfig-2.5.0-r1 (Missing IUSE: cleartype ubuntu)
- - media-libs/fontconfig-2.4.2 (Missing IUSE: cleartype ubuntu)
- (dependency required by "x11-libs/cairo-1.8.8" [ebuild])
- (dependency required by "cairo" [argument])
复制代码
我的emerge --info是
- $ emerge --info
- Portage 2.1.6.13 (default/linux/x86/2008.0, gcc-4.3.3, glibc-2.10.1-r0, 2.6.29-gentoo-r5 i686)
- =================================================================
- System uname: Linux-2.6.29-gentoo-r5-i686-Intel-R-_Pentium-R-_Dual_CPU_T2370_@_1.73GHz-with-gentoo-2.0.1
- Timestamp of tree: Sun, 28 Jun 2009 12:20:01 +0000
- app-shells/bash: 4.0_p24
- dev-java/java-config: 2.1.8-r1
- dev-lang/python: 2.6.2-r1
- dev-python/pycrypto: 2.0.1-r8
- dev-util/cmake: 2.6.4
- sys-apps/baselayout: 2.0.1
- sys-apps/openrc: 0.4.3-r3
- sys-apps/sandbox: 2.0
- sys-devel/autoconf: 2.13, 2.63-r1
- sys-devel/automake: 1.5, 1.9.6-r2, 1.10.2, 1.11
- sys-devel/binutils: 2.19.1-r1
- sys-devel/gcc-config: 1.4.1
- sys-devel/libtool: 2.2.6a
- virtual/os-headers: 2.6.29
- ACCEPT_KEYWORDS="x86 ~x86"
- CBUILD="i686-pc-linux-gnu"
- CFLAGS="-O2 -march=i686 -pipe"
- CHOST="i686-pc-linux-gnu"
- CONFIG_PROTECT="/etc"
- CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo /etc/udev/rules.d"
- CXXFLAGS="-O2 -march=i686 -pipe"
- DISTDIR="/usr/portage/distfiles"
- FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
- GENTOO_MIRRORS=" ftp://gentoo.anheng.com.cn/gentoo http://mirrors.163.com/gentoo http://ftp.gentoo.or.kr/ http://mirror.averse.net/pub/gentoo/"
- LANG="en_US.UTF-8"
- LC_ALL="en_US.UTF-8"
- LDFLAGS="-Wl,-O1"
- MAKEOPTS="-j2"
- PKGDIR="/usr/portage/packages"
- PORTAGE_CONFIGROOT="/"
- PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
- PORTAGE_TMPDIR="/var/tmp"
- PORTDIR="/usr/portage"
- PORTDIR_OVERLAY="/usr/local/portage/layman/xfce-dev /usr/local/portage/layman/devnull /usr/local/portage/layman/desktop-effects /usr/local/portage/layman/gentoo-china /usr/local/portage/layman/java-overlay /usr/local/portage/layman/mozilla /usr/local/portage/layman/thelinux /usr/local/portage/layman/THE /usr/local/portage/layman/gnome /usr/local/portage/layman/suka /usr/local/portage/layman/tante /usr/local/portage/layman/tualatrix /usr/local/portage/layman/leeight /usr/local/portage/layman/shellex-overlay"
- SYNC="rsync://mirror.averse.net/gentoo-portage"
- USE="X acl berkdb bzip2 cli cracklib crypt cups dbus dri fortran gdbm gpm hal iconv ipv6 isdnlog java5 java6 midi mudflap ncurses nls nptl nptlonly openmp pam pcre perl pppd python readline reflection session spl ssl startup-notification sysfs tcpd unicode x86 xinerama xorg xscreensaver zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia"
- Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
复制代码 |
|