| View previous topic :: View next topic |
| Author |
Message |
max.ms n00b

Joined: 25 Jan 2008 Posts: 10 Location: Slovakia
|
Posted: Fri Feb 01, 2008 7:17 pm Post subject: Problems with emerge xorg-x11 [SOLVED] |
|
|
during emerge xorg-x11 this Error appears and emerge stopped:
| Code: |
>>> Unpacking source...
>>> Unpacking xkeyboard-config-1.1.tar.bz2 to /var/tmp/portage/x11-misc/xkeyboard-config-1.1/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/x11-misc/xkeyboard-config-1.1/work/xkeyboard-config-1.1 ...
* econf: updating xkeyboard-config-1.1/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating xkeyboard-config-1.1/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-xkb-base=/usr/share/X11/xkb --enable-compat-rules --disable-xkbcomp-symlink --with-xkb-rules-symlink=xorg --build=i686-pc-linux-gnu
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 style of include used by make... GNU
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of i686-pc-linux-gnu-gcc... none
checking for intltool >= 0.30... 0.33 found
checking for perl... /usr/bin/perl
checking for XML::Parser... configure: error: XML::Parser 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-1.1/work/xkeyboard-config-1.1/config.log
[31;01m*[0m
[31;01m*[0m ERROR: x11-misc/xkeyboard-config-1.1 failed.
[31;01m*[0m Call stack:
[31;01m*[0m ebuild.sh, line 1701: Called dyn_compile
[31;01m*[0m ebuild.sh, line 1039: Called qa_call 'src_compile'
[31;01m*[0m ebuild.sh, line 44: Called src_compile
[31;01m*[0m xkeyboard-config-1.1.ebuild, line 41: Called econf '--with-xkb-base=/usr/share/X11/xkb' '--enable-compat-rules' '--disable-xkbcomp-symlink' '--with-xkb-rules-symlink=xorg'
[31;01m*[0m ebuild.sh, line 638: Called die
[31;01m*[0m The specific snippet of code:
[31;01m*[0m die "econf failed"
[31;01m*[0m The die message:
[31;01m*[0m econf failed
[31;01m*[0m
[31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant.
[31;01m*[0m A complete build log is located at '/var/tmp/portage/x11-misc/xkeyboard-config-1.1/temp/build.log'.
[31;01m*[0m
|
So the x11-misc/xkeyboard-config-1.1 can't be installed...
Many thank's in advice.
Last edited by max.ms on Sat Feb 02, 2008 1:58 am; edited 1 time in total |
|
| Back to top |
|
 |
max.ms n00b

Joined: 25 Jan 2008 Posts: 10 Location: Slovakia
|
Posted: Fri Feb 01, 2008 7:21 pm Post subject: |
|
|
This is my make.conf:
| Code: |
CFLAGS="-O3 -march=pentium4 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="i686-pc-linux-gnu"
MAKEOPTS="-j3"
GENTOO_MIRRORS="http://gentoo.ynet.sk/pub "
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="-gtk -gnome -libgda -pcmcia -oss mmx sse sse2 kde qt3 qt4 alsa dvd dvdr dvdread cdr dv encode aac ffmpeg gif jpeg mp3 ogg pdf png quicktime tiff vcd videos vorbis xvid win32codecs X dga dri dts emboss ftp gimp hddtemp lm_sensors icq java javascript ssl samba"
VIDEO_CARDS="nvidia"
INPUT_DEVICES="keyboard mouse"
FEATURES="ccache"
CCACHE_SIZE="4G"
|
|
|
| Back to top |
|
 |
StarDragon Guru


Joined: 19 Jun 2005 Posts: 390 Location: tEXas
|
Posted: Fri Feb 01, 2008 7:31 pm Post subject: Re: Problems with emerge xorg-x11 |
|
|
| max.ms wrote: | | checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool |
I think you are missing perl, revdep-rebuild should solve the problem. |
|
| Back to top |
|
 |
max.ms n00b

Joined: 25 Jan 2008 Posts: 10 Location: Slovakia
|
Posted: Sat Feb 02, 2008 2:00 am Post subject: |
|
|
Thank you.
Problem solved. |
|
| Back to top |
|
 |
|