Skip Menu |

This queue is for tickets about the Tk-Pod CPAN distribution.

Report information
The Basics
Id: 3113
Status: resolved
Priority: 0/
Queue: Tk-Pod

People
Owner: SREZIC [...] cpan.org
Requestors: djberg96 [...] yahoo.com
Cc:
AdminCc:

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



Subject: Tk::Pod dies during make test
Perl 5.8 Tk 800.024 with patch Suse Linux Tk-Pod-0.9919 Gets through make without warning, but dies during test phase: # make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/basic......NOK 25# Test 25 got: ' at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Tk/ItemStyle.pm line 21. at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Tk/Widget.pm line 254 ' (t/basic.t at line 67 fail #3) # Expected: '' (can't create Pod widget) t/basic......FAILED tests 25, 32-33 Failed 3/33 tests, 90.91% okay (less 6 skipped tests: 24 okay, 72.73%) t/cmdline....ok 1/6# Test 2 got: '65280' (t/cmdline.t at line 53 fail #2) # Expected: '0' t/cmdline....NOK 2# Test 3 got: '65280' (t/cmdline.t at line 53 fail #3) # Expected: '0' t/cmdline....NOK 3# Test 4 got: '65280' (t/cmdline.t at line 53 fail #4) # Expected: '0' t/cmdline....ok 5/6# Test 6 got: '65280' (t/cmdline.t at line 53 fail #5) # Expected: '0' t/cmdline....FAILED tests 2-4, 6 Failed 4/6 tests, 33.33% okay t/podtree.... at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Tk/ItemStyle.pm line 21. at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Tk/Widget.pm line 254 t/podtree....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/tkpod......ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/basic.t 33 3 9.09% 25 32-33 t/cmdline.t 6 4 66.67% 2-4 6 t/podtree.t 255 65280 2 2 100.00% 1-2 6 subtests skipped. Failed 3/4 test scripts, 25.00% okay. 9/42 subtests failed, 78.57% okay. make: *** [test_dynamic] Error 29
To: bug-Tk-Pod [...] rt.cpan.org
CC: "AdminCc of cpan Ticket #3113": ;
Subject: Re: [cpan #3113] Tk::Pod dies during make test
From: Slaven Rezic <slaven [...] rezic.de>
Date: 01 Aug 2003 12:59:56 +0200
RT-Send-Cc:
"Guest via RT" <bug-Tk-Pod@rt.cpan.org> writes: Show quoted text
> This message about Tk-Pod was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=3113 > > > Perl 5.8 > Tk 800.024 with patch > Suse Linux > Tk-Pod-0.9919 > > Gets through make without warning, but dies during test phase: > > # make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/basic......NOK 25# Test 25 got: ' at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Tk/ItemStyle.pm line 21. > at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Tk/Widget.pm line 254 > ' (t/basic.t at line 67 fail #3) > # Expected: '' (can't create Pod widget) > t/basic......FAILED tests 25, 32-33 > Failed 3/33 tests, 90.91% okay (less 6 skipped tests: 24 okay, 72.73%) > t/cmdline....ok 1/6# Test 2 got: '65280' (t/cmdline.t at line 53 fail #2) > # Expected: '0' > t/cmdline....NOK 2# Test 3 got: '65280' (t/cmdline.t at line 53 fail #3) > # Expected: '0' > t/cmdline....NOK 3# Test 4 got: '65280' (t/cmdline.t at line 53 fail #4) > # Expected: '0' > t/cmdline....ok 5/6# Test 6 got: '65280' (t/cmdline.t at line 53 fail #5) > # Expected: '0' > t/cmdline....FAILED tests 2-4, 6 > Failed 4/6 tests, 33.33% okay > t/podtree.... at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Tk/ItemStyle.pm line 21. > at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Tk/Widget.pm line 254 > t/podtree....dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 1-2 > Failed 2/2 tests, 0.00% okay > t/tkpod......ok > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/basic.t 33 3 9.09% 25 32-33 > t/cmdline.t 6 4 66.67% 2-4 6 > t/podtree.t 255 65280 2 2 100.00% 1-2 > 6 subtests skipped. > Failed 3/4 test scripts, 25.00% okay. 9/42 subtests failed, 78.57% okay. > make: *** [test_dynamic] Error 29 >
Can you provide more information about your system, i.e. what's your window manager? Does it also fail with an unpatched Tk? What about the new Tk prerelease available on http://www.ni-s.u-net.com/upload/Tk800.025.tar.gz ? Regards, Slaven -- Slaven Rezic - slaven@rezic.de tktimex - project time manager http://sourceforge.net/projects/ptktools/
[slaven@rezic.de - Fri Aug 1 07:50:10 2003]: Show quoted text
> > Can you provide more information about your system, i.e. what's your > window manager? Does it also fail with an unpatched Tk? What about the > new Tk prerelease available on > > http://www.ni-s.u-net.com/upload/Tk800.025.tar.gz > > ? > > Regards, > Slaven
This was with KDE running on Suse Linux 8.0 on a Compaq Presario 700Z with a cheap video card. But I doubt that matters - removing the patch seems to solve this problem. Regards, Dan