Subject: | make test fails under FreeBSD-5.4, Perl 5.8.8 |
Here's the build log:
└─(13:04:%)── perl Makefile.PL
──(Mon,Jun12)─┘
Checking if your kit is complete...
Looks good
Writing Makefile for Spread::Message
┌─(aaron@moondance:p0)─────(~/BSD/p5-Spread-Message/work/Spread-Message-0.21)─┐
└─(13:04:%)── make
──(Mon,Jun12)─┘
cp Message.pm blib/lib/Spread/Message.pm
Manifying blib/man3/Spread::Message.3
┌─(aaron@moondance:p0)─────(~/BSD/p5-Spread-Message/work/Spread-Message-0.21)─┐
└─(13:04:%)── make test
──(Mon,Jun12)─┘
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..8
# Running under perl version 5.008008 for freebsd
# Current time local: Mon Jun 12 13:04:46 2006
# Current time GMT: Mon Jun 12 19:04:46 2006
# Using Test.pm version 1.25
==========
use Spread::Message;
ok 1
==========
Creating a new Spread::Message
ok 2
==========
Connecting and rx()
Failed to connect to Spread daemon: Could Not Connect
not ok 3
# Failed test 3 in test.pl at line 53
# test.pl line 53 is: ok(0);
==========
Leaving Joined groups
Joined :
Joined :
Use of uninitialized value in numeric eq (==) at
blib/lib/Spread/Message.pm line 1330.
not ok 4
# Failed test 4 in test.pl at line 69
# test.pl line 69 is: ok(0);
==========
Joining testgrp
not ok 5
# Failed test 5 in test.pl at line 83
# test.pl line 83 is: ok(0);
==========
Disconnect and connect
Failed to connect to Spread daemon: Could Not Connect
==========
Sending message to my self
Use of uninitialized value in string eq at test.pl line 98.
not ok 6
# Failed test 6 in test.pl at line 104
# test.pl line 104 is: ok(0);
==========
Sending binary message to my self
Use of uninitialized value in unpack at test.pl line 113.
'x' outside of string in unpack at test.pl line 113.
*** Error code 61
Stop in /home/aaron/BSD/p5-Spread-Message/work/Spread-Message-0.21.