Front page | perl.perl5.porters |
Postings from May 2012
Re: Perl 5.16.0 RC0
Thread Previous
|
Thread Next
From:
Zefram
Date:
May 11, 2012 04:15
Subject:
Re: Perl 5.16.0 RC0
Message ID:
20120511111521.GD21563@lake.fysh.org
Ricardo Signes wrote:
> 3f08f8e00adc215ccbf6aff38c58eef58f4df102 perl-5.16.0-RC0.tar.bz2
Downloaded a file by this name that had a different SHA1 sum:
5cb530735dca0d180e5ea9fbbee99197bd7cccb0 perl-5.16.0-RC0.tar.bz2
> 99ce35a3e1a48b6936e3e2e56966cb6736181875 perl-5.16.0-RC0.tar.gz
Got this one intact. Built and tested fine for i686-linux-64int-ld.
Failed to install mod_perl from CPAN:
|Running install for module 'APR'
|Running make for P/PH/PHRED/mod_perl-2.0.6.tar.gz
|Checksum for /opt/perl-5.16.0-RC0/cpan/sources/authors/id/P/PH/PHRED/mod_perl-2.0.6.tar.gz ok
|
| CPAN.pm: Building P/PH/PHRED/mod_perl-2.0.6.tar.gz
|
|Please repair your Module::CoreList at lib/Apache2/Build.pm line 49.
|BEGIN failed--compilation aborted at lib/Apache2/Build.pm line 64.
|Compilation failed in require at Makefile.PL line 37.
|BEGIN failed--compilation aborted at Makefile.PL line 37.
|Warning: No success on command[/opt/perl-5.16.0-RC0/bin/perl Makefile.PL]
|'YAML' not installed, will not store persistent state
| PHRED/mod_perl-2.0.6.tar.gz
| /opt/perl-5.16.0-RC0/bin/perl Makefile.PL -- NOT OK
|Running make test
| Make had some problems, won't test
|Running make install
| Make had some problems, won't install
The problem is that %Module::CoreList::version contains the key "5.016"
whereas the string value of $] is "5.016000". Did we change how this
works somewhere?
-zefram
Thread Previous
|
Thread Next