Subject: | Install YAML hangs |
When installing YAML, CPANPLUS hangs on the questions it asks.
% env PERL5_CPANPLUS_CONFIG=$HOME/.cpanplus/config perl -MCPANPLUS -e 'install("YAML")'
Checking if source files are up to date
Retrieving /home/jv/.cpanplus/mailrc.2.08.stored
Retrieving /home/jv/.cpanplus/dslip.2.08.stored
Retrieving /home/jv/.cpanplus/packages.2.08.stored
Already downloaded /home/jv/.cpanplus/authors/id/I/IN/INGY/YAML-0.35.tar.gz, won't download again without force
Already downloaded /home/jv/.cpanplus/authors/id/I/IN/INGY/CHECKSUMS, won't download again without force
Checksum for /home/jv/.cpanplus/authors/id/I/IN/INGY/YAML-0.35.tar.gz OK
Already extracted '/home/jv/.cpanplus/authors/id/I/IN/INGY/YAML-0.35.tar.gz' to '/home/jv/.cpanplus/5.8.1/build/YAML-0.35'. Won't extract again without force
Running [/opt/perl-5.8.1/bin/perl Makefile.PL]...
Do you want to install 'ysh', the YAML Shell? [y] n
--- at this point, CPANPLUS hangs and needs SIGINT to be killed ---