Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 399337 - app-editors/padre-0.920.0: can't locate Alien/wxWidgets.pm
Summary: app-editors/padre-0.920.0: can't locate Alien/wxWidgets.pm
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-19 00:27 UTC by José Romildo Malaquias
Modified: 2012-01-19 23:19 UTC (History)
0 users

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


Attachments
Complete emerge log (app-editors:padre-0.920.0:20120119-002036.log,2.39 KB, text/plain)
2012-01-19 00:27 UTC, José Romildo Malaquias
Details
Output of "emerge --info" (emerge.info.txt,15.56 KB, text/plain)
2012-01-19 00:28 UTC, José Romildo Malaquias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description José Romildo Malaquias 2012-01-19 00:27:16 UTC
Created attachment 299281 [details]
Complete emerge log

When emerging app-editors/padre-0.920.0 on my ~amd64 system, I am getting the following error:

 * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/tmp/portage/app-editors/padre-0.920.0/image/
Can't locate Alien/wxWidgets.pm in @INC (@INC contains: inc privinc /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 /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 Makefile.PL line 47.
Comment 1 José Romildo Malaquias 2012-01-19 00:28:28 UTC
Created attachment 299283 [details]
Output of "emerge --info"
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2012-01-19 12:11:02 UTC
dev-perl/Alien-wxWidgets should be installed as (runtime) dependency of dev-perl/wxperl.

Please verify that dev-perl/Alien-wxWidgets is installed and 
paste where it's put (qlist -e dev-perl/Alien-wxWidgets).
Comment 3 José Romildo Malaquias 2012-01-19 23:19:08 UTC
dev-perl/Alien-wxWidgets has been installed as a dependecy when emerging padre.

After running 'perl-cleaner -v --reallyall', emerging padre succeeded.