From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MX5hV-0004Xz-F1 for garchives@archives.gentoo.org; Sat, 01 Aug 2009 03:56:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECF2BE043D; Sat, 1 Aug 2009 03:56:03 +0000 (UTC) Received: from mail-vw0-f198.google.com (mail-vw0-f198.google.com [209.85.212.198]) by pigeon.gentoo.org (Postfix) with ESMTP id CA42AE043D for ; Sat, 1 Aug 2009 03:56:03 +0000 (UTC) Received: by vws36 with SMTP id 36so539198vws.10 for ; Fri, 31 Jul 2009 20:56:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=iNDdirZrgSMGEarBdDhZSpwD3GCNUE1io11picuC/fg=; b=j+CZDrjzDq/Uf45olhR+hSpaGL2O9ge/i4KCGtFww21oG65vL7KsXGlC7CnDTTs/1n PEC0zv5gAZG1Wf1bEmMDIpdU+5scG5b1E4Z52G2eh0oRnmIJqXn/fmkuIJY6V07dXIae CFCnas3+W0Z7he9STsGReV2GIUyrDyOgB5HTY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=uLEhvq+gj5IWG30nmpvENrHJPlHfo1FDWnLy/EC3r9h/XtSLIbE2laordZcqyPEzmG zDAM2fya8rMkCqEfGkk3D9Eqjper+e6L5O/2a3/Deo00bCUyjeLjOI+opkTwBH8gvaXN nsfGvAVKlDtVWu3Z0wyhxc1IJEHeSCdhQh2mA= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.220.74.143 with SMTP id u15mr3635618vcj.35.1249098963440; Fri, 31 Jul 2009 20:56:03 -0700 (PDT) Date: Fri, 31 Jul 2009 20:56:03 -0700 Message-ID: <9acccfe50907312056v7e311f5al42370edb4e13dcd0@mail.gmail.com> Subject: [gentoo-user] Cannot emerge libgksu: lacks XML::Parser From: "Kevin O'Gorman" To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: ec865a85-85d7-4acf-ba87-b9b827ca759e X-Archives-Hash: 146967b0bfabe458f8d600936e12a75b I've got portage's dev-perl/XML-Parser-2.36, but nevertheless several packages have started to fail during emerge for lack of Perl's XML::Parser. Even the simple script fails to run under perl: > #!/usr/bin/perl -w > > use XML::Parser; > > print "yes\n"; Do I have to get it from CPAN? Consider libgksu; here's the end of the emerge output, where XML::Parser is required by intltool: 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 seeking support: !!! /var/tmp/portage/x11-libs/libgksu-2.0.9/work/libgksu-2.0.9/config.log * * ERROR: x11-libs/libgksu-2.0.9 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2896: Called gnome2_src_compile * environment, line 2264: Called gnome2_src_configure * environment, line 2278: Called econf '--enable-nls' '--disable-gtk-doc' * ebuild.sh, line 534: Called die * The specific snippet of code: * die "econf failed" * The die message: * econf failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/x11-libs/libgksu-2.0.9/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/x11-libs/libgksu-2.0.9/temp/environment'. * >>> Failed to emerge x11-libs/libgksu-2.0.9, Log file: >>> '/var/tmp/portage/x11-libs/libgksu-2.0.9/temp/build.log' -- Kevin O'Gorman, PhD