Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 392573 - kde-base/perlqt: Missing dev-perl/List-MoreUtils dependency
Summary: kde-base/perlqt: Missing dev-perl/List-MoreUtils dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-30 09:11 UTC by Anton Kropachev
Modified: 2011-12-01 22:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
System (system.txt,4.55 KB, text/plain)
2011-11-30 09:11 UTC, Anton Kropachev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Kropachev 2011-11-30 09:11:23 UTC
Created attachment 294287 [details]
System

I emerged perlqt.
When I try write simple script, it crash with error:
Can't locate List/MoreUtils.pm in @INC (@INC contains: /etc/perl /usr/lib64/perl5/site_perl/5.12.4/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.12.4 /usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.12.4 /usr/lib64/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.12.3/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.12.3 /usr/lib64/perl5/vendor_perl/5.12.2 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.12.4/x86_64-linux-thread-multi /usr/lib64/perl5/5.12.4 /usr/local/lib/site_perl .) at /usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux-thread-multi/QtCore4.pm line 799.
BEGIN failed--compilation aborted at /usr/lib64/perl5/vendor_perl/5.12.4/x86_64-linux-thread-multi/QtCore4.pm line 799.
Compilation failed in require at test.pl line 4.
BEGIN failed--compilation aborted at test.pl line 4.

There is script:
#!/usr/bin/perl -w
#

use QtCore4;
use QtGui4;

my $app = Qt::Application(\@ARGV);
my $button = Qt::PushButton('Hello, World!', undef);
$button->show();
exit $app->exec();

After installing dev-perl/List-MoreUtils-0.21 all work fine.
emerge --info in attachment
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2011-12-01 22:10:44 UTC
Fixed, thanks