|
|
今天emerge -avuDN world的时候编译到pixman出错
出错信息:
emerge --info:
- # emerge --info
- Portage 2.2_rc1 (default/linux/amd64/2008.0/desktop, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.25-gentoo-r6 x86_64)
- =================================================================
- System uname: Linux-2.6.25-gentoo-r6-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T7250_@_2.00GHz-with-glibc2.2.5
- Timestamp of tree: Sat, 19 Jul 2008 04:47:01 +0000
- ccache version 2.4 [enabled]
- app-shells/bash: 3.2_p39
- dev-lang/python: 2.4.4-r13, 2.5.2-r5
- dev-util/ccache: 2.4-r7
- sys-apps/baselayout: 2.0.0
- sys-apps/openrc: 0.2.5
- sys-apps/sandbox: 1.2.18.1-r3
- sys-devel/autoconf: 2.13, 2.62-r1
- sys-devel/automake: 1.4_p6, 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1
- sys-devel/binutils: 2.18-r3
- sys-devel/gcc-config: 1.4.0-r4
- sys-devel/libtool: 2.2.4
- virtual/os-headers: 2.6.25-r4
- ACCEPT_KEYWORDS="amd64 ~amd64"
- CBUILD="x86_64-pc-linux-gnu"
- CFLAGS="-march=core2 -O2 -pipe"
- CHOST="x86_64-pc-linux-gnu"
- CONFIG_PROTECT="/etc"
- CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
- CXXFLAGS="-march=core2 -O2 -pipe"
- DISTDIR="/usr/portage/distfiles"
- FEATURES="ccache distlocks parallel-fetch preserve-libs sandbox sfperms strict unmerge-orphans userfetch"
- GENTOO_MIRRORS="ftp://gentoo.anheng.com.cn/gentoo"
- LC_ALL="zh_CN.UTF-8"
- LDFLAGS="-Wl,-O1 -Wl,--as-needed"
- LINGUAS="zh_CN zh en"
- MAKEOPTS="-j3"
- PKGDIR="/usr/portage/packages"
- 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/gentoo-china /usr/local/portage/layman/desktop-effects"
- SYNC="rsync://mirror.averse.net/gentoo-portage"
- USE="X a52 aac acl acpi alsa amd64 audiofile avi bash-completion berkdb bluetooth branding bzip2 cairo cdr cjk cli cracklib crypt cscope ctype cups cvs cxx dbus dri dts dv dvb dvd dvdr dvdread eds emboss encode esd evo exif fam fbcon ffmpeg firefox flac fontconfig fortran gdbm gif gnome gpm gstreamer gtk gtk2 hal hddtemp iconv ieee1394 imlib immqt-bc ipv6 isdnlog jpeg jpeg2k kerberos ldap libnotify mad matroska midi mikmod mime mmx mp3 mpeg mplayer mudflap multilib musepack nas ncurses newspr nls nptl nptlonly nsplugin nvdia ogg openal opengl openmp pam pch pcmcia pcre pdf perl png ppds pppd python qt3support quicktime raw readline reflection samba sdl session spell spl sse sse2 sse3 ssl ssse3 startup-notification svg symlink tcpd threads tiff truetype unicode usb v4l v4l2 vim-syntax vorbis wifi wmf x264 xcomposite xine xinerama xml xorg xpm xscreensaver xulrunner xv xvid xvmc zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter 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 synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="zh_CN zh en" USERLAND="GNU" VIDEO_CARDS="nvidia fbdev vesa vga"
- Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
复制代码
似乎出现了很多command not found,请问如何解决? |
|