Skip Menu |

This queue is for tickets about the Graph-Writer-GraphViz CPAN distribution.

Report information
The Basics
Id: 19630
Status: resolved
Priority: 0/
Queue: Graph-Writer-GraphViz

People
Owner: Nobody in particular
Requestors: aaron [...] FreeBSD.org
Cc:
AdminCc:

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



Subject: Make test fails under Perl 5.6.2, FreeBSD 5.2.1
Here's the build log: fivetwoone# perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Graph::Writer::GraphViz fivetwoone# make cp lib/Graph/Writer/GraphViz.pm blib/lib/Graph/Writer/GraphViz.pm Manifying blib/man3/Graph::Writer::GraphViz.3 fivetwoone# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/0.use.......ok t/1.simple....Using /root/p5-Graph-Writer-GraphViz/work/Graph-Writer-GraphViz-0.10/blib t/1.simple....NOK 1 # Failed test in t/1.simple.t at line 23. # Looks like you failed 1 test of 1. t/1.simple....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/2.ioall.....Using /root/p5-Graph-Writer-GraphViz/work/Graph-Writer-GraphViz-0.10/blib t/2.ioall.....NOK 2 # Failed test in t/2.ioall.t at line 31. # Looks like you failed 1 test of 2. t/2.ioall.....dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/1.simple.t 1 256 1 1 1 t/2.ioall.t 1 256 2 1 2 Failed 2/3 test scripts. 2/4 subtests failed. Files=3, Tests=4, 3 wallclock secs ( 2.00 cusr + 0.39 csys = 2.39 CPU)
Hello, aaron. I think either IO::All or Spiffy has some issue with perl 5.6.2, this isn't really a suggested version to play nowdays. I'd prefer to upgrade the perl version rather then fix these tests.
On Thu Jun 08 04:50:37 2006, guest wrote: Show quoted text
> Hello, aaron. > > I think either IO::All or Spiffy has some issue with perl 5.6.2, this > isn't really a suggested version to play nowdays. I'd prefer to upgrade > the perl version rather then fix these tests. >
Sorry, this messge is post by GUGOD, who blame himself for not loggin in.
On Thu Jun 08 04:50:37 2006, guest wrote: Show quoted text
> Hello, aaron. > > I think either IO::All or Spiffy has some issue with perl 5.6.2, this > isn't really a suggested version to play nowdays. I'd prefer to upgrade > the perl version rather then fix these tests. >
As you wish. Thanks for your time! Aaron
As me and aaron both agree to ignore perl <5.8 on freebsd.