Gentoo Archives: gentoo-user

From: Mike Diehl <mdiehl@××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Can't emerge ekiga
Date: Sat, 02 Jun 2007 03:42:18
Message-Id: 200706012136.54043.mdiehl@diehlnet.com
1 Hello all,
2
3 I'm trying to install ekiga and it won't compile. It's complaining about not
4 having XML::Parser installed.
5
6 But XML::Parser is installed:
7 =======================================
8 hydra Desktop # emerge -s XML-Parser
9 Searching...
10 [ Results for search key : XML-Parser ]
11 [ Applications found : 1 ]
12
13 * dev-perl/XML-Parser
14 Latest version available: 2.34
15 Latest version installed: 2.34
16 Size of files: 224 kB
17 Homepage: http://search.cpan.org/~msergeant/
18 Description: A Perl extension interface to James Clark's XML parser,
19 expat
20 License: Artistic
21 =======================================
22
23 So, how should I approach this? Here is the original emerge error message.
24
25 =======================================
26 hydra Desktop # emerge -u ekiga
27 Calculating dependencies... done!
28 >>> Verifying ebuild Manifests...
29
30 >>> Emerging (1 of 2) dev-util/intltool-0.35.5 to /
31 * intltool-0.35.5.tar.bz2 RMD160 ;-) ... [
32 ok ]
33 * intltool-0.35.5.tar.bz2 SHA1 ;-) ... [
34 ok ]
35 * intltool-0.35.5.tar.bz2 SHA256 ;-) ... [
36 ok ]
37 * intltool-0.35.5.tar.bz2 size ;-) ... [
38 ok ]
39 * checking ebuild checksums ;-) ... [
40 ok ]
41 * checking auxfile checksums ;-) ... [
42 ok ]
43 * checking miscfile checksums ;-) ... [
44 ok ]
45 * checking intltool-0.35.5.tar.bz2 ;-) ... [
46 ok ]
47 >>> Unpacking source...
48 >>> Unpacking intltool-0.35.5.tar.bz2
49 to /var/tmp/portage/dev-util/intltool-0.35.5/work
50 * Applying intltool-0.35.5-update.patch ... [
51 ok ]
52 >>> Source unpacked.
53 >>> Compiling source
54 in /var/tmp/portage/dev-util/intltool-0.35.5/work/intltool-0.35.5 ...
55 ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu
56 checking for a BSD-compatible install... /bin/install -c
57 checking whether build environment is sane... yes
58 checking for gawk... gawk
59 checking whether make sets $(MAKE)... yes
60 checking for perl... /usr/bin/perl
61 checking for XML::Parser... configure: error: XML::Parser perl module is
62 required for intltool
63
64 !!! Please attach the following file when filing a report to bugs.gentoo.org:
65 !!! /var/tmp/portage/dev-util/intltool-0.35.5/work/intltool-0.35.5/config.log
66
67 !!! ERROR: dev-util/intltool-0.35.5 failed.
68 Call stack:
69 ebuild.sh, line 1614: Called dyn_compile
70 ebuild.sh, line 971: Called qa_call 'src_compile'
71 ebuild.sh, line 44: Called src_compile
72 ebuild.sh, line 642: Called econf
73 ebuild.sh, line 577: Called die
74
75 !!! econf failed
76 !!! If you need support, post the topmost build error, and the call stack if
77 relevant.
78 !!! A complete build log is located
79 at '/var/tmp/portage/dev-util/intltool-0.35.5/temp/build.log'.
80 =======================================
81
82 TIA,
83
84 --
85 Mike Diehl
86 --
87 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Can't emerge ekiga Neil Walker <neil@×××××××.nu>