Skip Menu |

This queue is for tickets about the Term-Shell CPAN distribution.

Report information
The Basics
Id: 2388
Status: resolved
Priority: 0/
Queue: Term-Shell

People
Owner: Nobody in particular
Requestors: mark [...] summersault.com
Cc:
AdminCc:

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



Subject: fails "make test" on FreeBSD 4.5 with screen
Hello, Version .01 fails "make test" on FreeBSD 4.5 with Perl 5.8 using the "screen" program as the terminal. Below is some output from the install process. I'm not sure if this related the failures reported by the CPAN testers. #### PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01require....ok 1/2resize: not found Unable to get Terminal Size. The TIOCGWINSZ ioctl didn't work. The COLUMNS and LINES environment variables didn't work. The resize program didn't work. at /usr/local/lib/perl5/site_perl/5.8.0/mach/Term/ReadKey.pm line 343. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.8.0/Term/ReadLine/Perl.pm line 58. t/01require....dubious Test returned status 127 (wstat 32512, 0x7f00) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/02default....resize: not found Unable to get Terminal Size. The TIOCGWINSZ ioctl didn't work. The COLUMNS and LINES environment variables didn't work. The resize program didn't work. at /usr/local/lib/perl5/site_perl/5.8.0/mach/Term/ReadKey.pm line 343. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.8.0/Term/ReadLine/Perl.pm line 58. t/02default....dubious Test returned status 127 (wstat 32512, 0x7f00) DIED. FAILED tests 1-12 Failed 12/12 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/01require.t 127 32512 2 1 50.00% 2 t/02default.t 127 32512 12 12 100.00% 1-12 Failed 2/2 test scripts, 0.00% okay. 13/14 subtests failed, 7.14% okay. *** Error code 2
From: beckman [...] purplecow.com
On Sun Apr 13 21:52:40 2003, MARKSTOS wrote: Show quoted text
> Hello, > > Version .01 fails "make test" on FreeBSD 4.5 with Perl 5.8 using the > "screen" program as the terminal. Below is some output from the > install process. I'm not sure if this related the failures reported > by the CPAN testers.
I have the same problem. Is this no longer maintained?
Subject: Re: [rt.cpan.org #2388] fails "make test" on FreeBSD 4.5 with screen
Date: Fri, 16 Feb 2007 11:22:57 -0500
To: bug-Term-Shell [...] rt.cpan.org
From: Mark Stosberg <mark [...] summersault.com>
beckman@purplecow.com via RT wrote: Show quoted text
> > I have the same problem. Is this no longer maintained?
Considering the three bugs in the queue last updated offer three years ago, it certainly seems that way. Mark
Hi all, On Sun Apr 13 21:52:40 2003, MARKSTOS wrote: Show quoted text
> Hello, > > Version .01 fails "make test" on FreeBSD 4.5 with Perl 5.8 using the > "screen" program as the terminal. Below is some output from the > install process. I'm not sure if this related the failures reported > by the CPAN testers. >
make test is fine on FreeBSD 9.1 with perl-5.14.2 and with Term-Shell-0.04. So I'm resolving this bug. Regards, -- Shlomi Fish Show quoted text
> #### > PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/01require....ok 1/2resize: not found > Unable to get Terminal Size. The TIOCGWINSZ ioctl didn't work. The > COLUMNS and LINES environment variables didn't work. The resize > program didn't work. at > /usr/local/lib/perl5/site_perl/5.8.0/mach/Term/ReadKey.pm line 343. > Compilation failed in require at > /usr/local/lib/perl5/site_perl/5.8.0/Term/ReadLine/Perl.pm line 58. > t/01require....dubious > Test returned status 127 (wstat 32512, 0x7f00) > DIED. FAILED test 2 > Failed 1/2 tests, 50.00% okay > t/02default....resize: not found > Unable to get Terminal Size. The TIOCGWINSZ ioctl didn't work. The > COLUMNS and LINES environment variables didn't work. The resize > program didn't work. at > /usr/local/lib/perl5/site_perl/5.8.0/mach/Term/ReadKey.pm line 343. > Compilation failed in require at > /usr/local/lib/perl5/site_perl/5.8.0/Term/ReadLine/Perl.pm line 58. > t/02default....dubious > Test returned status 127 (wstat 32512, 0x7f00) > DIED. FAILED tests 1-12 > Failed 12/12 tests, 0.00% okay > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/01require.t 127 32512 2 1 50.00% 2 > t/02default.t 127 32512 12 12 100.00% 1-12 > Failed 2/2 test scripts, 0.00% okay. 13/14 subtests failed, 7.14% > okay. > *** Error code 2