Subject: | unattended installation hangs |
$ cpanm Unicode::Tussle
--> Working on Unicode::Tussle
Fetching http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Unicode-
Tussle-1.03.tar.gz ... OK
Configuring Unicode-Tussle-1.03 ... OK
==> Found dependencies: Lingua::EN::Syllable,
Lingua::JA::Romanize::Japanese, Unicode::Unihan, Unicode::GCString,
Lingua::KO::Romanize::Hangul, Lingua::KO::Hangul::Util,
Lingua::ZH::Romanize::Pinyin
--> Working on Lingua::EN::Syllable
⋮
--> Working on WWW::RobotRules
Fetching http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/WWW-
RobotRules-6.01.tar.gz ... OK
Configuring WWW-RobotRules-6.01 ... OK
Building and testing WWW-RobotRules-6.01 ... OK
Successfully installed WWW-RobotRules-6.01
Building and testing libwww-perl-6.02 ... OK
Successfully installed libwww-perl-6.02
Building and testing Lingua-JA-Romanize-Japanese-0.23 ... ^C
The installation hangs at this point. I have to interrupt.
$ cpanm --look Lingua::JA::Romanize::Japanese
--> Working on Lingua::JA::Romanize::Japanese
Fetching http://search.cpan.org/CPAN/authors/id/K/KA/KAWASAKI/
Lingua-JA-Romanize-Japanese-0.23.tar.gz ... OK
Entering /home/larsd/.cpanm/work/1317134483.13706/Lingua-JA-
Romanize-Japanese-0.23 with /bin/bash
~/.cpanm/work/1317134483.13706/Lingua-JA-Romanize-Japanese-0.23$
perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Lingua::JA::Romanize::Japanese
Writing MYMETA.yml
~/.cpanm/work/1317134483.13706/Lingua-JA-Romanize-Japanese-0.23$
make
/home/larsd/perl5/perlbrew/perls/perl-5.14.2/bin/perl -Ilib -
MLingua::JA::Romanize::DictJA -e 'Lingua::JA::Romanize::DictJA->update
();'
Updater: Lingua::JA::Romanize::DictJA (0.23)
Path: lib/Lingua/JA/Romanize/Japanese.bdb
Loading module: DB_File.pm
Loading module: LWP::UserAgent
Loading module: IO::Zlib
Loading module: Encode.pm
External dictionaries:
http://openlab.jp/skk/dic/SKK-JISYO.L.gz
http://openlab.jp/skk/dic/SKK-JISYO.jinmei.gz
http://openlab.jp/skk/dic/SKK-JISYO.propernoun.gz
http://openlab.jp/skk/dic/SKK-JISYO.geo.gz
http://openlab.jp/skk/dic/SKK-JISYO.station.gz
Do you wish to download these files? [y] ^Cmake: *** [lib/Lingua/JA/
Romanize/Japanese.bdb] Unterbrechung
The downloads belong into the configuration step (perl Makefile.PL).
Get input from the user with the prompt function: <http://p3rl.org/
ExtUtils::MakeMaker#prompt>. Unattended installations will recognise
this and automatically pick the default answer instead of waiting for
input forever.