Gentoo Archives: gentoo-amd64

From: Frank Peters <frank.peters@×××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] emerge failures for libgsf & intltool
Date: Mon, 22 Feb 2010 16:02:54
Message-Id: 20100222103413.97e91dbd.frank.peters@comcast.net
In Reply to: [gentoo-amd64] emerge failures for libgsf & intltool by Paul Stear
1 On Mon, 22 Feb 2010 15:16:29 +0100
2 Paul Stear <gentoo@××××××××××××.com> wrote:
3
4 > checking for XML::Parser... configure: error: XML::Parser perl module is
5 > required for intltool
6 >
7 > How do I install a perl XML parser? Where is it located?
8
9 There are two possibilities here. The first is that XML-Parser is
10 not installed. If so, then "emerge XML-Parser" will install it.
11
12 The second possibility is that XML-Parser is already installed but
13 is included with the older Perl modules. Perl has just been updated
14 from 5.8 to 5.10 and XML-Parser may still be associated with 5.8.
15 If this is the case, then "perl-cleaner --modules" will remove the
16 old XML-Parser module and install the new.
17
18 Frank Peters

Replies

Subject Author
Re: [gentoo-amd64] emerge failures for libgsf & intltool Paul Stear <gentoo@××××××××××××.com>