Subject: | Won't let me upgrade |
I'm absolutely stuck, and that doesn't happen often:
[kane@myriad-wifi ~...build/IO-Compress-2.020]$ perlc Makefile.PL
Up/Downgrade not needed.
Writing Makefile for IO::Compress
[kane@myriad-wifi ~...build/IO-Compress-2.020]$ make install
Manifying blib/man3/IO::Uncompress::RawInflate.3
Manifying blib/man3/IO::Uncompress::Unzip.3
Manifying blib/man3/Compress::Zlib.3
Manifying blib/man3/IO::Uncompress::Inflate.3
Manifying blib/man3/IO::Compress::Deflate.3
Manifying blib/man3/IO::Uncompress::Bunzip2.3
Manifying blib/man3/IO::Compress::Zip.3
Manifying blib/man3/IO::Uncompress::Gunzip.3
Manifying blib/man3/IO::Uncompress::Base.3
Manifying blib/man3/IO::Uncompress::AnyUncompress.3
Manifying blib/man3/IO::Compress::RawDeflate.3
Manifying blib/man3/IO::Compress::Base.3
Manifying blib/man3/File::GlobMapper.3
Manifying blib/man3/IO::Uncompress::AnyInflate.3
Manifying blib/man3/IO::Compress::Gzip.3
Manifying blib/man3/IO::Compress::Bzip2.3
Appending installation info to
/opt/5.10.0/lib/perl5/5.10.0/darwin-2level/perllocal.pod
[kane@myriad-wifi ~...build/IO-Compress-2.020]$
[kane@myriad-wifi ~...build/IO-Compress-2.020]$ perlc
-MIO::Compress::Base::Common\ 9999
IO::Compress::Base::Common version 9999 required--this is only version
2.015.
BEGIN failed--compilation aborted.
IO::Compress refuses to let me upgrade. Make install does not install
any actual files. And the IO::* modules are now in a broken state,
because SOMETHING is requiring the 2.020 i can't install:
$ perlc /tmp/x.pl /tmp/out.tbz
IO::Compress::Base::Common version 2.02 required--this is only version
2.015 at
/opt/5.10.0/lib/perl5/5.10.0/darwin-2level/IO/Uncompress/Bunzip2.pm line 7.
BEGIN failed--compilation aborted at
/opt/5.10.0/lib/perl5/5.10.0/darwin-2level/IO/Uncompress/Bunzip2.pm line 7.
Compilation failed in require at /tmp/x.pl line 8.
How do I get out of this?
This is all major yakshaving to debug an issue with bleadperl which i'll
make a seperate ticket for...