LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 848|回复: 4

帮忙看看这个错怎么解决!!

[复制链接]
发表于 2007-6-10 09:42:43 | 显示全部楼层 |阅读模式
>>> Unpacking source...
>>> Unpacking xkeyboard-config-0.9.tar.bz2 to /var/tmp/portage/x11-misc/xkeyboard-config-0.9/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/x11-misc/xkeyboard-config-0.9/work/xkeyboard-config-0.9 ...
* econf: updating xkeyboard-config-0.9/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating xkeyboard-config-0.9/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadi$
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for xkbcomp... /usr/bin/xkbcomp
checking for intltool >= 0.30... 0.33 found
checking for perl... /usr/bin/perl
checking for XML:arser... configure: error: XML:arser perl module is required for intltool

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/x11-misc/xkeyboard-config-0.9/work/xkeyboard-config-0.9/config.log

!!! ERROR: x11-misc/xkeyboard-config-0.9 failed.
Call stack:
  ebuild.sh, line 1621:   Called dyn_compile
  ebuild.sh, line 973:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  xkeyboard-config-0.9.ebuild, line 42:   Called econf '--with-xkb-base=/usr/share/X11/xkb' '--enable-compat-$
  ebuild.sh, line 578:   Called die
 楼主| 发表于 2007-6-10 09:43:59 | 显示全部楼层
/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=i686 -pipe"
#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"

CHOST="i686-pc-linux-gnu"
CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
FEATURES="parallel-fetch "

#LDFLAGS="-Wl,-O1"
ACCEPT_KEYWORDS="x86 ~x86 "
#FETCHCOMMAND='/usr/bin/proz --no-getch -s ${URI} -P ${DISTDIR}'
INPUT_DEVICES="keyboard mouse"
LINGUAS="zh_CN zh_TW"
VIDEO_CARDS="nv intel i810 i915"
FEATURES="parallel-fetch sandbox ccache sfperms"
CCACHE_SIZE="2G"

USE="qt3 qt4 dvd cdr cairo cjk nls nptl nptlonly kde gtk -nome xorg X hal \
     i8x0 linguas_zh_CN live xvid zh_CN zh_TW alsa opengl oss mp4 \
     pdf nsplugin mozilla-firefox intltool X alsa arts avi berkdb \
     bitmap-fonts cairo cli crypt cups dbus dlloader dri dvd dvdr \
     divx4linux eds elibc_glibc emboss encode esd fam fortran \
     gdbm gif glc gpm gstreamer hal input_devices_evdev \
     input_devices_keyboard input_devices_mouse -ipv6 isdnlog jpeg kde \
     kernel_linux -ldap libg++ mad mikmod mp3 mpeg ncurses nls nptl \
     nptlonly ogg opengl oss pam pcre pdflib perl png ppds pppd python \
     quicktime readline real reflection sdl session spell spl ssl \
     tcpd truetype truetype-fonts -ithreads emerge libperl \
     type1-fonts udev unicode userland_GNU vorbis win32codecs x86 xml xorg \
     xv zlib gentookit ccache gtk gtk2 gd gnome joystick jpeg mmx \
     nptl flac fpc acpi bluetooth opengl pcmcia pdf php perl \
     quicktime samba svga tiff usb xml real truetype unicode vcd \
     vorbis wifi win32codecs wxwindows sdl kqemu qt3support dri glitz \
     svg zh_CN zh_TW bash-completion sse sse2 sse3 rar cddb 3dnow \
     3dnowext aac dbus sqlite sqlite3 synaptics xorg perl zip \
     postgres cgi zlib bzip2 lua rtc mp2 directfb png x264 xvid gif \
     xinerama xv mad radio openal v4l v4l2 vidix a52 aalib \
     cpudetction dts dvdread enca encode fbcon ggi ogg -dlloader"

GENTOO_MIRRORS="
http://linux.ntcu.net/ftp/dists/gentoo
http://gentoo.netnitco.net
ftp://gentoo.anheng.com.cn/gentoo
http://gentoo.gg3.net
http://linux.ntcu.net/ftp/dists/gentoo
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo
ftp://ftp.twaren.net/Linux/Gentoo/
http://gentoo.netnitco.net
ftp://pandemonium.tiscali.de/pub/gentoo
http://mirror.espri.arizona.edu/gentoo/
http://ftp.gentoo.or.kr/
http://dxmirror.vmmatrix.net/Gentoo/
http://ftp.scarlet.be/pub/gentoo-portage/
http://mirror.espri.arizona.edu/gentoo/
ftp://ftp.linuxforum.net/gentoo/
http://mirror.gentoo.gr.jp/
http://61.135.158.199/\
http://ftp.swin.edu.au/gentoo
"
#SYNC="rsync://61.135.158.199/gentoo-portage"
#SYNC="rsync://rsync.gentoo.org/gentoo-portage"
#SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
SYNC="rsync://linux.ntcu.net/gentoo-portage"
#SYNC="rsync://rsync.gentoo.org/gentoo-portage"
回复 支持 反对

使用道具 举报

发表于 2007-6-10 09:49:42 | 显示全部楼层
Parser perl module is required for intltool
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-6-10 09:54:56 | 显示全部楼层
就是说要安装perl这个模块了....intltool是???
回复 支持 反对

使用道具 举报

发表于 2007-6-10 10:10:18 | 显示全部楼层
emerge XML-Parser
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表