Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 4051
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: jvromans [...] squirrel.nl
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.044
Fixed in: (no value)



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 ---
Date: Fri, 10 Oct 2003 14:00:03 +0200
Subject: Re: [Cpanplus-bugs] [cpan #4051] Install YAML hangs
From: "Jos I. Boumans" <kane [...] dwim.org>
To: bug-CPANPLUS [...] rt.cpan.org
RT-Send-Cc:
On Wednesday, Oct 8, 2003, at 17:58 Europe/Amsterdam, Johan_Vromans via RT wrote: Show quoted text
> When installing YAML, CPANPLUS hangs on the questions it asks.
[..] Show quoted text
> --- at this point, CPANPLUS hangs and needs SIGINT to be killed ---
what version of CPANPLUS would this be? -- Jos Boumans "Whenever you find you are on the side of the majority, it is time to pause and reflect." - Mark Twain CPANPLUS http://cpanplus.sf.net
Date: Fri, 10 Oct 2003 17:10:26 +0200
Subject: Re: [cpan #4051] Install YAML hangs
From: "Jos I. Boumans" <kane [...] dwim.org>
To: bug-CPANPLUS [...] rt.cpan.org
RT-Send-Cc:
On Wednesday, Oct 8, 2003, at 17:58 Europe/Amsterdam, Johan_Vromans via RT wrote: Show quoted text
> % env PERL5_CPANPLUS_CONFIG=$HOME/.cpanplus/config perl -MCPANPLUS -e > 'install("YAML")'
[..] Show quoted text
> 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 ---
I can't reproduce this with 0.045 i'm afraid: CPAN Terminal> s verbose 0 verbose was set to 0 CPAN Terminal> i --force YAML Installing: YAML Do you want to install 'ysh', the YAML Shell? [y] n Do you want to install 'xyx', the YAML<->XML transform? [y] n Do you want to install 'yaml2outline', the YAML-to-Outline converter? [y] n Do you want to install 'phone2yaml', the Palm phone list converter? [y] n Checking if your kit is complete... Looks good Writing Makefile for YAML PERL_DL_NONLAZY=1 /usr/bin/perlc "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00basic.....ok t/01pass......ok t/02fail......ok t/10dump......ok t/11code......ok t/12nest......ok t/13opts......ok t/20load......ok t/21spec......ok t/22slides....ok t/30errors....ok All tests successful. Files=11, Tests=262, 6 wallclock secs ( 4.75 cusr + 1.12 csys = 5.87 CPU) Successfully installed YAML All modules installed successfully CPAN Terminal> -- Jos Boumans Suicide is our way of saying to God: "You can't fire me! I quit!" CPANPLUS http://cpanplus.sf.net
[kane@dwim.org - Fri Oct 10 11:11:01 2003]: Show quoted text
> I can't reproduce this with 0.045 i'm afraid:
It is not YAML related. Any package that during install ask a question hangs. It is like the terminal has been put in a certain raw mode and no longer responds to the Enter key. This particular system is Red Hat 9, with Perl 5.9.0.
Subject: Re: [cpan #4051] Install YAML hangs
From: Autrijus Tang <autrijus [...] autrijus.org>
To: bug-CPANPLUS [...] rt.cpan.org
Date: Fri, 31 Oct 2003 16:33:37 +0800
RT-Send-Cc:
?b 三, 2003-10-08 23:58, Johan_Vromans via RT ?g?D?G Show quoted text
> 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 ---
Do you have IPC::Run installed? What version is it? Thanks, /Autrijus/
Download signature.asc
application/pgp-signature 187b

Message body not shown because it is not plain text.

[autrijus@autrijus.org - Fri Oct 31 03:33:24 2003]: Show quoted text
> ?b 三, 2003-10-08 23:58, Johan_Vromans via RT ?g?D?G
> > 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 ---
> > Do you have IPC::Run installed? What version is it?
No, IPC::Run is not installed. I also confirmed this problem on Red Hat 7.2.
From: "Jos I. Boumans" <kane [...] dwim.org>
Subject: Re: [Cpanplus-bugs] [cpan #4051] Install YAML hangs
Date: Fri, 31 Oct 2003 17:17:33 +0100
To: bug-CPANPLUS [...] rt.cpan.org
RT-Send-Cc:
On 30-okt-03, at 16:34, Johan_Vromans via RT wrote: Show quoted text
>> I can't reproduce this with 0.045 i'm afraid:
> > It is not YAML related. Any package that during install ask a question > hangs. It is like the terminal has been put in a certain raw mode and > no > longer responds to the Enter key. > > This particular system is Red Hat 9, with Perl 5.9.0.
I'm having the same problem with 5.8.1 on panther: CPAN Terminal> i LWP Installing: LWP Already downloaded /Users/kane/.cpanplus/authors/id/G/GA/GAAS/libwww-perl-5.75.tar.gz, won't download again without force Already downloaded /Users/kane/.cpanplus/authors/id/G/GA/GAAS/CHECKSUMS, won't download again without force Checksum for /Users/kane/.cpanplus/authors/id/G/GA/GAAS/libwww-perl-5.75.tar.gz OK Already extracted '/Users/kane/.cpanplus/authors/id/G/GA/GAAS/libwww-perl-5.75.tar.gz' to '/Users/kane/.cpanplus/5.8.1/build/libwww-perl-5.75'. Won't extract again without force Running [perl Makefile.PL]... You appear to be directly connected to the Internet. I have some tests that tries to access some sites on the net to verify that the new HTTP/1.1 support works as it should. Do you want to enable these tests? [y] n and then it just hangs... This was without IPC::Run installed. After installing IPC::Run first (CPANPLUS' autoinstaller didn't do that before, becuase LWP was scheduled before IPC::Run it seems), all went well again.... -- Jos Boumans "You know you are never more indignant in life than when you're shopping at a store you feel is beneath you and one of the other customers mistakes you for one of the employees of that store." - Dennis Miller CPANPLUS http://cpanplus.sf.net
From: vdm-rt [...] vdm.cc
[kane@dwim.org - Fri Oct 31 11:18:12 2003]: Show quoted text
> After installing IPC::Run first (CPANPLUS' autoinstaller didn't do > that before, becuase LWP was scheduled before IPC::Run it seems), > all went well again....
FYI, I had the same problem with 5.8.2 on Panther. I was able to install LWP and YAML after installing IPC::Run. So what's the fix? Should CPANPLUS have a dependancy on IPC::Run?