Subject: | Missing version::vpp from fatpack |
I've just done:
curl -kL http://install.perlbrew.pl | bash
perlbrew install --as perl-5.16.3-RC1C1
https://dl.dropbox.com/u/88746/perl/perl-5.16.3-RC1.tar.gz
and I fail with:
version version 0.87 required--this is only version 0.77 at
/loader/0x1d1aab8/Module/Metadata.pm line 20.
BEGIN failed--compilation aborted at
/loader/0x1d1aab8/Module/Metadata.pm line 20.
Compilation failed in require at
/loader/0x1d1aab8/Module/Load/Conditional.pm line 14.
BEGIN failed--compilation aborted at
/loader/0x1d1aab8/Module/Load/Conditional.pm line 14.
Compilation failed in require at /usr/share/perl5/IPC/Cmd.pm line 46.
BEGIN failed--compilation aborted at /usr/share/perl5/IPC/Cmd.pm
line 46.
Compilation failed in require at
/loader/0x1d1aab8/Devel/PatchPerl.pm line 13.
BEGIN failed--compilation aborted at
/loader/0x1d1aab8/Devel/PatchPerl.pm line 13.
Compilation failed in require at
/home/ngmonitoring/perl5/perlbrew/bin/patchperl line 20621.
BEGIN failed--compilation aborted at
/home/ngmonitoring/perl5/perlbrew/bin/patchperl line 20621.
it seems the fatpack is missing parts of version.pm?
12:51 < ether> perlbrew is supposed to bootstrap everything it
needs, right?
I'm trying to brew a build where the system perl is
5.10.1, and
it dies immediately with "version version 0.87
required--this is
only version 0.77 at
/loader/0x1d1aab8/Module/Metadata.pm line
20."
12:51 < ether> I've done install-patchperl; same results.
12:52 <@mst> right, version::vpp got left out of the fatpack, I suspect
12:52 * ether files a ticket.. ;)