Skip Menu |

This queue is for tickets about the POE-Component-RRDTool CPAN distribution.

Report information
The Basics
Id: 1662
Status: resolved
Worked: 20 min
Priority: 0/
Queue: POE-Component-RRDTool

People
Owner: tcaine [...] cpan.org
Requestors: RCAPUTO [...] cpan.org
Cc:
AdminCc:

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



Subject: make test fails
3) eyrie:~/.cpanplus/build/POE-Component-RRDTool-0.14# make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib \ -I/usr/local/perl-561-single/lib/i386-freebsd \ -I/usr/local/perl-561-single/lib -e \ 'use Test::Harness qw(&runtests $verbose); $verbose=0; \ runtests @ARGV;' t/*.t t/01_rrd_run.......ok t/02_rrd_create.... RRD Error: $VAR1 = 'SCALAR(0x85e3d14) '; RRD Error: $VAR1 = 'SCALAR(0x810fc0c) '; RRD Error: $VAR1 = 'SCALAR(0x810fc0c) '; RRD Error: $VAR1 = 'SCALAR(0x85e3cc0) '; RRD Error: $VAR1 = 'SCALAR(0x859fdc8) '; ... and then it hangs. "perl -V" output attached. -- Rocco Caputo / troc@pobox.com / poe.perl.org / poe.sf.net
Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: Platform: osname=freebsd, osvers=4.3-rc, archname=i386-freebsd uname='freebsd eyrie.homenet 4.3-rc freebsd 4.3-rc #0: wed apr 11 01:15:54 edt 2001 troc@eyrie.homenet:usrobjusrsrcsysrc20010411 i386 ' config_args='' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef Compiler: cc='cc', ccflags ='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include', optimize='-O2 -g', cppflags='-DDEBUGGING -fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='2.95.3 [FreeBSD] 20010315 (release)', 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, usemymalloc=n, prototype=define Linker and Libraries: ld='cc', ldflags ='-Wl,-E -L/usr/local/lib' libpth=/usr/lib /usr/local/lib libs=-lm -lc -lcrypt -liconv -lutil perllibs=-lm -lc -lcrypt -liconv -lutil libc=, so=so, useshrplib=false, libperl=libperl.a Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' ' cccdlflags='-DPIC -fpic', lddlflags='-shared -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: DEBUGGING USE_LARGE_FILES Built under freebsd Compiled at Apr 16 2001 12:18:12 %ENV: PERL5LIB="/home/troc/perl/poe" @INC: /home/troc/perl/poe /usr/local/perl-561-single/lib/i386-freebsd /usr/local/perl-561-single/lib /usr/local/perl-561-single/site-lib/i386-freebsd /usr/local/perl-561-single/site-lib /usr/local/perl-561-single/site-lib .
Hi Rocco! I didn't even know that rt.cpan.org existed. Doh! Any idea what version of RRDtool you were using? I'm not able to reproduce the same results yet. I just uploaded version 0.15 to the PAUSE. Do you think you could give that a try to see if it resolved this problem? Thanks for the report. Regards, Todd [RCAPUTO - Mon Oct 14 15:42:16 2002]: Show quoted text
> 3) eyrie:~/.cpanplus/build/POE-Component-RRDTool-0.14# make test > > PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib \ > -I/usr/local/perl-561-single/lib/i386-freebsd \ > -I/usr/local/perl-561-single/lib -e \ > 'use Test::Harness qw(&runtests $verbose); $verbose=0; \ > runtests @ARGV;' t/*.t > t/01_rrd_run.......ok > t/02_rrd_create.... > RRD Error: $VAR1 = 'SCALAR(0x85e3d14) > '; > > RRD Error: $VAR1 = 'SCALAR(0x810fc0c) > '; > > RRD Error: $VAR1 = 'SCALAR(0x810fc0c) > '; > > RRD Error: $VAR1 = 'SCALAR(0x85e3cc0) > '; > > RRD Error: $VAR1 = 'SCALAR(0x859fdc8) > '; > > ... and then it hangs. "perl -V" output attached. > > -- Rocco Caputo / troc@pobox.com / poe.perl.org / poe.sf.net