Subject: | perlbrew install confused by installation failure |
I did "perlbrew -Duseithreads install perl-5.8.5 -Accflags=$CFLAGS"
which failed in the installation phase because of lack of disc space.
I've cleared that problem, but now I can't install. It seems that
perlbrew can't recover from installation failures:
gateway:~$ perlbrew -Duseithreads install perl-5.8.5 -Accflags=$CFLAGS
sh: /home/njh/perl5/perlbrew/perls/perl-5.8.5/bin/perl: No such file or
directory
Use of uninitialized value $version in substr at
/home/njh/perl5/perlbrew/bin/perlbrew line 942.
Use of uninitialized value $version in substr at
/home/njh/perl5/perlbrew/bin/perlbrew line 942.
substr outside of string at /home/njh/perl5/perlbrew/bin/perlbrew line 942.
Use of uninitialized value $version in substr at
/home/njh/perl5/perlbrew/bin/perlbrew line 942.
substr outside of string at /home/njh/perl5/perlbrew/bin/perlbrew line 942.
Argument "" isn't numeric in sprintf at
/home/njh/perl5/perlbrew/bin/perlbrew line 942.
Use of uninitialized value in sprintf at
/home/njh/perl5/perlbrew/bin/perlbrew line 942.
Use of uninitialized value in sprintf at
/home/njh/perl5/perlbrew/bin/perlbrew line 942.
ABORT: perl-5.8.5 is already installed.
njh@gateway:~$