Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 104312 - dev-perl/Text-WikiFormat-0.76 missing module-build dependency
Summary: dev-perl/Text-WikiFormat-0.76 missing module-build dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Renat Lumpau (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 103858
  Show dependency tree
 
Reported: 2005-08-30 16:13 UTC by Jim Laflin
Modified: 2005-08-31 09:37 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Laflin 2005-08-30 16:13:46 UTC
Can't locate Module/Build.pm in @INC (@INC contains: /etc/perl
/usr/lib/perl5/site_perl/5.8.6/x86_64-linux /usr/lib/perl5/site_perl/5.8.6
/usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.6/x86_64-linux
/usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5
/usr/lib/perl5/vendor_perl/5.8.5/x86_64-linux /usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.6/x86_64-linux /usr/lib/perl5/5.8.6 /usr/local/lib/site_perl .).
BEGIN failed--compilation aborted.
Can't locate Module/Build.pm in @INC (@INC contains: /etc/perl
/usr/lib/perl5/site_perl/5.8.6/x86_64-linux /usr/lib/perl5/site_perl/5.8.6
/usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.6/x86_64-linux
/usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5
/usr/lib/perl5/vendor_perl/5.8.5/x86_64-linux /usr/lib/perl5/vendor_perl
/usr/lib/perl5/5.8.6/x86_64-linux /usr/lib/perl5/5.8.6 /usr/local/lib/site_perl .).
BEGIN failed--compilation aborted.
 * Using Module::Build
 *
 * Please post a bug on http://bugs.gentoo.org assigned to
 * perl@gentoo.org - Text-WikiFormat-0.76 was added without a dependancy
 * on dev-perl/module-build
 *
 *

Simple enough to fix :-). Adding dev-perl/module-build to DEPEND in the ebuild
works for me.

Jim
Comment 1 Jim Laflin 2005-08-30 16:41:49 UTC
Seems to need dev-perl/module-build to emerge

But also needs dev-perl/URI for it to actually work

DEPEND="dev-perl/URI
        dev-perl/module-build"

Jim
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2005-08-31 04:05:40 UTC
rl03 - you added it, you should probably put yourself in the perl@g.o alias and
herd if your going to be adding packages like this. And yeah, I know, just
waiting for my mail to stop arriving :)
Comment 3 Renat Lumpau (RETIRED) gentoo-dev 2005-08-31 09:37:01 UTC
Fixed, my apologies.