Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: kane [...] cpan.org
Cc:
AdminCc:

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



Subject: Interactive Makefile.PL hangs on input on debian without ipc::run
[ full report here: http://sourceforge.net/mailarchive/forum.php? thread_id=30160590&forum_id=7477 ] Show quoted text
> However CPANPLUS just asks the question and ignores any responses. I > give my answers and it just sits there. I assume it's doing something > funky with STDIN that doesn't let it get passed through to the > Makefile.PL script.
Thanks for reporting this. I've been able to reproduce this on my debian box *after* removing IPC::Run from the system (which means CPANPLUS will use IPC::Open3 to run command line programs). I'll look into a remedy more closely, but a quick fix for you now is to install IPC::Run. You can get it from the standard debian mirrors as libipc-run-perl. Also, since you're a debian user, you might find the information on http://debian.pkgs.cpan.org particularly useful. Regards,
RT-Send-CC: danial [...] tigris.id.au
On Tue Aug 15 03:55:45 2006, KANE wrote: Show quoted text
> [ full report here: http://sourceforge.net/mailarchive/forum.php? > thread_id=30160590&forum_id=7477 ] >
> > However CPANPLUS just asks the question and ignores any responses. I > > give my answers and it just sits there. I assume it's doing
> something
> > funky with STDIN that doesn't let it get passed through to the > > Makefile.PL script.
> > Thanks for reporting this. I've been able to reproduce this on my > debian > box *after* removing IPC::Run from the system (which means CPANPLUS > will use IPC::Open3 to run command line programs). > I'll look into a remedy more closely, but a quick fix for you now is > to install > IPC::Run. > > You can get it from the standard debian mirrors as libipc-run-perl. > > Also, since you're a debian user, you might find the information on > http://debian.pkgs.cpan.org > > particularly useful. > > Regards,
As of CPANPLUS 0.076 IPC support has much improved, and the problems you reported should be resolved. See the ChangeLog entries here: http://search.cpan.org/src/KANE/CPANPLUS-0.076/ChangeLog Thanks for reporting, -- Jos