Skip Menu |

This queue is for tickets about the CPAN CPAN distribution.

Report information
The Basics
Id: 14449
Status: resolved
Priority: 0/
Queue: CPAN

People
Owner: ANDK [...] cpan.org
Requestors: njh [...] bandsman.co.uk
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 2.00
Fixed in: (no value)



Subject: Fails to install on Cygwin
[snip] Enter another URL or RETURN to quit: [] New set of picks: ftp://ftp.demon.co.uk/pub/CPAN/ ftp://ftp.mirror.ac.uk/sites/ftp.funet.fi/pub/languages/perl/CPAN/ ftp://usit.shef.ac.uk/pub/packages/CPAN/ commit: wrote /usr/lib/perl5/5.8/CPAN/Config.pm Warning [/home/Nigel Horne/.inputrc line 8]: Re-binding char #27 from [F_ViEndIn sert] to meta for [91 51 126] => DeleteChar. Warning [/home/Nigel Horne/.inputrc line 15]: Bad line ["\e[H":beginning-of-line ] Warning [/home/Nigel Horne/.inputrc line 16]: Bad line ["\e[F":end-of-line] Warning [/home/Nigel Horne/.inputrc line 19]: Bad line ["\e[7~":beginning-of-lin e] Warning [/home/Nigel Horne/.inputrc line 20]: Bad line ["\e[8~":end-of-line] cpan shell -- CPAN exploration and modules installation (v1.7601) ReadLine support enabled
This looks to me like a readline issue. Does CPAN.pm work after these messages? If it does, please ignore them, if it doesn't please try to remove your ~/.inputrc and see it that helps. Thanks,
On Thu Jan 26 09:34:28 2006, ANDK wrote: Show quoted text
> This looks to me like a readline issue. Does CPAN.pm work after these > messages? If it does, please ignore them, if it doesn't please try to > remove your ~/.inputrc and see it that helps. > > Thanks,
True. The solution is to refresh ~/.inputrc from /etc/default/skel/.inputrc Perl readline appears to expect whitespace following the : between the keyname or "keyseq" and the function-name or macro.
Show quoted text
> The solution is to refresh ~/.inputrc from /etc/default/skel/.inputrc
That should be /etc/defaults/etc/skel/.inputrc
Thanks for clearing things up! Closing ticket now.