Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 415235

Summary: perl-core/PodParser-1.510.0 fails to build
Product: Gentoo Linux Reporter: Alexis Ballier <aballier>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://rt.cpan.org/Public/Bug/Display.html?id=74445
Whiteboard:
Package list:
Runtime testing required: ---

Description Alexis Ballier gentoo-dev 2012-05-09 12:55:17 UTC
>>> Source unpacked in /var/tmp/portage/perl-core/PodParser-1.510.0/work
>>> Preparing source in /var/tmp/portage/perl-core/PodParser-1.510.0/work/Pod-Parser-1.51 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/perl-core/PodParser-1.510.0/work/Pod-Parser-1.51 ...
 * Using ExtUtils::MakeMaker
 * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/perl-core/PodParser-1.510.0/image/
WARNING: AUTHOR takes a string/number not a ARRAY reference.
         Please inform the author.
Checking if your kit is complete...
Looks good
only nested arrays of non-refs are supported at /usr/lib64/perl5/5.12.4/ExtUtils/MakeMaker.pm line 664
 * ERROR: perl-core/PodParser-1.510.0 failed (configure phase):
 *   Unable to build!
 *
Comment 1 Alexis Ballier gentoo-dev 2012-05-09 13:02:52 UTC
installing perl-core/ExtUtils-MakeMaker-6.620.0 makes the problem disappear
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2012-05-13 15:35:18 UTC
Fixed in the tree. AUTHOR is now a string.