Gentoo Archives: gentoo-user

From: Kevin O'Gorman <kogorman@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Cannot emerge libgksu: lacks XML::Parser
Date: Sat, 01 Aug 2009 03:56:05
Message-Id: 9acccfe50907312056v7e311f5al42370edb4e13dcd0@mail.gmail.com
1 I've got portage's dev-perl/XML-Parser-2.36, but nevertheless several
2 packages have started to fail during emerge for lack of Perl's
3 XML::Parser.
4 Even the simple script fails to run under perl:
5 > #!/usr/bin/perl -w
6 >
7 > use XML::Parser;
8 >
9 > print "yes\n";
10
11 Do I have to get it from CPAN?
12
13 Consider libgksu; here's the end of the emerge output, where
14 XML::Parser is required by intltool:
15
16 checking for perl... /usr/bin/perl
17 checking for XML::Parser... configure: error: XML::Parser perl module
18 is required for intltool
19
20 !!! Please attach the following file when seeking support:
21 !!! /var/tmp/portage/x11-libs/libgksu-2.0.9/work/libgksu-2.0.9/config.log
22 *
23 * ERROR: x11-libs/libgksu-2.0.9 failed.
24 * Call stack:
25 * ebuild.sh, line 49: Called src_compile
26 * environment, line 2896: Called gnome2_src_compile
27 * environment, line 2264: Called gnome2_src_configure
28 * environment, line 2278: Called econf '--enable-nls'
29 '--disable-gtk-doc'
30 * ebuild.sh, line 534: Called die
31 * The specific snippet of code:
32 * die "econf failed"
33 * The die message:
34 * econf failed
35 *
36 * If you need support, post the topmost build error, and the call
37 stack if relevant.
38 * A complete build log is located at
39 '/var/tmp/portage/x11-libs/libgksu-2.0.9/temp/build.log'.
40 * The ebuild environment file is located at
41 '/var/tmp/portage/x11-libs/libgksu-2.0.9/temp/environment'.
42 *
43
44 >>> Failed to emerge x11-libs/libgksu-2.0.9, Log file:
45
46 >>> '/var/tmp/portage/x11-libs/libgksu-2.0.9/temp/build.log'
47
48 --
49 Kevin O'Gorman, PhD

Replies

Subject Author
[gentoo-user] Re: Cannot emerge libgksu: lacks XML::Parser ABCD <en.ABCD@×××××.com>
Re: [gentoo-user] Cannot emerge libgksu: lacks XML::Parser Stroller <stroller@××××××××××××××××××.uk>