Skip Menu |

This queue is for tickets about the TiVo-HME CPAN distribution.

Report information
The Basics
Id: 34799
Status: new
Priority: 0/
Queue: TiVo-HME

People
Owner: Nobody in particular
Requestors: imacat [...] mail.imacat.idv.tw
Cc:
AdminCc:

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



Subject: Hang at t/1.t when "make test"
Dear Mark Ethan Trostler, Hi. This is imacat from Taiwan. I found that your TiVo-HME-1.3 hangs at t/1.t during "make test". I tried to investigate further. It seems that there is no real tests yet. The testing TiVo::HME server started and does not know to stop. This makes the installation of your TiVo-HME-1.3 hangs forever if people try to "make test", or try to install TiVo-HME-1.3 using CPAN or CPANPLUS shells. The terminal log is attached below. Hope that this helps. Please tell me if there is any problem, or if I could be of any help. Thank you. imacat@rinse tmp/TiVo-HME-1.3 % perl -v This is perl, v5.8.8 built for x86_64-linux-thread-multi-ld Copyright 1987-2006, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. imacat@rinse tmp/TiVo-HME-1.3 % make test t/1......1/1 make: *** wait: No child processes. Stop. make: *** Waiting for unfinished jobs.... make: *** wait: No child processes. Stop. imacat@rinse tmp/TiVo-HME-1.3 % perl -Iblib/lib -Iblib/arch t/1.t 1..1 ok 1 - use TiVo::HME; imacat@rinse tmp/TiVo-HME-1.3 %