Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152331 - dev-perl/Error-0.17.007 can't be compiled
Summary: dev-perl/Error-0.17.007 can't be compiled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-22 02:18 UTC by Michael Cramer
Modified: 2006-10-25 09:17 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 Michael Cramer 2006-10-22 02:18:09 UTC
bigmichi1 ~ # emerge --oneshot =dev-perl/Error-0.17.007
Calculating dependencies... done!

>>> Emerging (1 of 1) dev-perl/Error-0.17.007 to /
 * Error-0.17007.tar.gz MD5 ;-) ...                                                                                                                    [ ok ]
 * Error-0.17007.tar.gz RMD160 ;-) ...                                                                                                                 [ ok ]
 * Error-0.17007.tar.gz SHA1 ;-) ...                                                                                                                   [ ok ]
 * Error-0.17007.tar.gz SHA256 ;-) ...                                                                                                                 [ ok ]
 * Error-0.17007.tar.gz size ;-) ...                                                                                                                   [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                   [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                  [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                 [ ok ]
 * checking Error-0.17007.tar.gz ;-) ...                                                                                                               [ ok ]
>>> Unpacking source...
>>> Unpacking Error-0.17007.tar.gz to /var/tmp/portage/dev-perl/Error-0.17.007/work
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/dev-perl/Error-0.17.007/work/Error-0.17007 ...
/var/tmp/portage/dev-perl/Error-0.17.007/work/Error-0.17007
 * Using Module::Build
Can't locate Module/Build.pm in @INC (@INC contains: inc /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i686-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl .) at inc/Test/Run/Builder.pm line 6.
BEGIN failed--compilation aborted at inc/Test/Run/Builder.pm line 6.
Compilation failed in require at Build.PL line 7.
BEGIN failed--compilation aborted at Build.PL line 7.

!!! ERROR: dev-perl/Error-0.17.007 failed.
Call stack:
  ebuild.sh, line 1568:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  ebuild.sh, line 1261:   Called perl-module_src_compile
  perl-module.eclass, line 136:   Called perl-module_src_prep
  perl-module.eclass, line 121:   Called die

!!! Unable to build! (are you using USE="build"?)
!!! If you need support, post the topmost build error, and the call stack if relevant.

dev-perl/Error-0.17.004 instead emerges fine. the only difference i see is 0.17.004 uses:

>>> Compiling source in /var/tmp/portage/dev-perl/Error-0.17.004/work/Error-0.17004 ...
/var/tmp/portage/dev-perl/Error-0.17.004/work/Error-0.17004
 * Using ExtUtils::MakeMaker
Checking if your kit is complete...

while 0.17.007 uses:

>>> Compiling source in /var/tmp/portage/dev-perl/Error-0.17.007/work/Error-0.17007 ...
/var/tmp/portage/dev-perl/Error-0.17.007/work/Error-0.17007
 * Using Module::Build
Can't locate Module/Build.pm in @INC (@INC contains: inc /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/5.8.8/i686-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/local/lib/site_perl .) at inc/Test/Run/Builder.pm line 6.
BEGIN failed--compilation aborted at inc/Test/Run/Builder.pm line 6.
Comment 1 Michael Cummings (RETIRED) gentoo-dev 2006-10-23 13:10:07 UTC
looks like in my haste to update the module i failed to add a dep on module-build. I've corrected the ebuild - please either sync up, or if your impatient for your perl Error goodies, emerge module-build Error. Thanks!
Comment 2 Michael Cramer 2006-10-25 09:17:14 UTC
fixed