Skip Menu |

This queue is for tickets about the Spread-Message CPAN distribution.

Report information
The Basics
Id: 20128
Status: resolved
Priority: 0/
Queue: Spread-Message

People
Owner: Nobody in particular
Requestors: LGODDARD [...] cpan.org
Cc:
AdminCc:

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



Subject: Make fails under RedHat
This module looked fantastic but ... well, if there's anything I can tell you that's not below, please get in touch: lee.goddard-at-bbc.co- dot-uk. Show quoted text
cpan> install Spread::Message
Running install for module Spread::Message Running make for M/MA/MARKPF/Spread-Message-0.21.tar.gz Checksum for /root/.cpan/sources/authors/id/M/MA/MARKPF/Spread-Message- 0.21.tar.gz ok Spread-Message-0.21/ Spread-Message-0.21/Changes Spread-Message-0.21/examples/ Spread-Message-0.21/examples/rrdcommand Spread-Message-0.21/examples/rrdselect.pl Spread-Message-0.21/examples/rrdupdate.cfg Spread-Message-0.21/examples/rrdupdate.pl Spread-Message-0.21/examples/Utils.pm Spread-Message-0.21/Makefile.PL Spread-Message-0.21/MANIFEST Spread-Message-0.21/Message.pm Spread-Message-0.21/META.yml Spread-Message-0.21/README Spread-Message-0.21/test.pl Removing previously used /root/.cpan/build/Spread-Message-0.21 CPAN.pm: Going to build M/MA/MARKPF/Spread-Message-0.21.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Spread::Message CPAN: YAML loaded ok cp Message.pm blib/lib/Spread/Message.pm Manifying blib/man3/Spread::Message.3 /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..8 # Running under perl version 5.008008 for linux # Current time local: Tue Jun 27 09:25:22 2006 # Current time GMT: Tue Jun 27 08:25:22 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. make: *** [test_dynamic] Error 111 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force Failed during this command: MARKPF/Spread-Message-0.21.tar.gz : make_test NO Show quoted text
cpan>
bash-3.00# perl -V Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=linux, osvers=2.6.12.6-xen3_12.1_rhel4.1, archname=i686- linux uname='linux rnddev 2.6.12.6-xen3_12.1_rhel4.1 #1 smp tue jan 31 14:04:08 pst 2006 i686 i686 i386 gnulinux ' config_args='' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing -pipe -Wdeclaration-after- statement -I/usr/local/include -D_LARGEFILE_SOURCE - D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after- statement -I/usr/local/include' ccversion='', gccversion='3.4.5 20051201 (Red Hat 3.4.5-2)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc libc=/lib/libc-2.3.4.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.3.4' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: PERL_MALLOC_WRAP USE_LARGE_FILES USE_PERLIO Built under linux Compiled at Jun 7 2006 07:50:37 @INC: /usr/local/lib/perl5/5.8.8/i686-linux /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/i686-linux /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl . bash-3.00# Lee Goddard Independent Contractor, Software Development/Analysis BBC Radio & Music Interactive R&D, Room 3365, Broadcasting House, Portland Place, W1A 1AA
You need to have a spread daemon running -- cheers markpf