Skip Menu |

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

Report information
The Basics
Id: 5916
Status: resolved
Priority: 0/
Queue: Graph-Layderer

People
Owner: Nobody in particular
Requestors: hossman_cpan [...] fucit.org
Cc:
AdminCc:

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



Subject: tests fail ... not looking for lib?

Message body is not shown because it is too large.

I'm sorry but I cannot reproduce this, it all works fine either when I run make test manually or I do perl -MCPAN -e 'install Graph::Layouter' (after manually uninstalling it from the system, of course): Running make test PERL_DL_NONLAZY=1 /opt/bin/perl -Iblib/arch -Iblib/lib -I/opt/perl/lib/5.6.1/i586-linux -I/opt/perl/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/00bootstrap....ok All tests successful. Files=1, Tests=3, 0 wallclock secs ( 0.06 cusr + 0.01 csys = 0.07 CPU) /usr/bin/make test -- OK
From: hossman_cpan [...] fucit.org
[PASKY - Mon Apr 5 18:28:07 2004]: Show quoted text
> I'm sorry but I cannot reproduce this, it all works fine either when I
Hmm... what does your "perl -V" look like?
[guest - Mon Apr 5 18:32:30 2004]: Show quoted text
> [PASKY - Mon Apr 5 18:28:07 2004]: >
> > I'm sorry but I cannot reproduce this, it all works fine either when
> I > > Hmm... what does your "perl -V" look like?
Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: Platform: osname=linux, osvers=2.4.6, archname=i586-linux uname='linux machine 2.4.6 #23 sun jul 15 15:51:22 cest 2001 i586 unknown ' 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='gcc', ccflags ='-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-fno-strict-aliasing' ccversion='', gccversion='2.95.3 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='gcc', ldflags ='' libpth=/lib /usr/lib libs=-lnsl -lgdbm -ldb -ldl -lm -lc -lcrypt -lutil perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil libc=/lib/libc-2.2.4.so, so=so, useshrplib=false, libperl=libperl.a Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic' cccdlflags='-fpic', lddlflags='-shared' Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under linux Compiled at Aug 23 2001 20:50:35 @INC: /opt/perl/lib/5.6.1/i586-linux /opt/perl/lib/5.6.1 /opt/perl/lib/site_perl/5.6.1/i586-linux /opt/perl/lib/site_perl/5.6.1 /opt/perl/lib/site_perl .
From: hossman_cpan [...] fucit.org
I played with it a little more, and figured out what my problem was. As long as i use the correct -I options (I wasn't paying careful attention intially) the tests only fail when using Test::Harness. My version was installed as part of the debian woody "perl-modules" pacakge (v5.6.1-8.6) ... http://packages.debian.org/stable/interpreters/perl-modules once i upgraded to the latest from CPAN... http://search.cpan.org/~petdance/Test-Harness-2.40/ ..i had no problems.