Re: [gentoo-user] Re: Cannot emerge libgksu: lacks XML::Parser

2009-08-01 Thread Stroller
On 1 Aug 2009, at 14:54, Kevin O'Gorman wrote: ... It has always baffled me, given this sensitivity, that all such packages don't just declare that they use the 'ithreads' USE flag, even if they don't explicitly. Then my usual emerge --newuse would do the Right Thing (TM). The build scripts (

Re: [gentoo-user] Re: Cannot emerge libgksu: lacks XML::Parser

2009-08-01 Thread Kevin O'Gorman
On Fri, Jul 31, 2009 at 9:51 PM, ABCD wrote: > Kevin O'Gorman wrote: > >> 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

[gentoo-user] Re: Cannot emerge libgksu: lacks XML::Parser

2009-07-31 Thread ABCD
Kevin O'Gorman wrote: > 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