Skip Menu |

This queue is for tickets about the Exporter-Simple CPAN distribution.

Report information
The Basics
Id: 80
Status: resolved
Worked: 35 min
Priority: 0/
Queue: Exporter-Simple

People
Owner: Nobody in particular
Requestors: mark [...] twoshortplanks.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.12
Fixed in: 0.13



Subject: hangs during make test
Gah, this isn't installing. It worked for me before I manually installed Filter::Simple and now it seems to have frozen on install during make test. In fact, what it says is: Checking if your kit is complete... Looks good Too late to run CHECK block at /usr/lib/perl5/site_perl/5.6.0/Attribute/Handlers.pm line 174. Too late to run INIT block at /usr/lib/perl5/site_perl/5.6.0/Attribute/Handlers.pm line 176. Writing Makefile for Exporter::Simple mkdir blib mkdir blib/lib mkdir blib/lib/Exporter mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/Exporter mkdir blib/arch/auto/Exporter/Simple mkdir blib/lib/auto mkdir blib/lib/auto/Exporter mkdir blib/lib/auto/Exporter/Simple mkdir blib/man3 cp lib/Exporter/Simple.pm blib/lib/Exporter/Simple.pm Manifying blib/man3/Exporter::Simple.3pm /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.0/i386-linux -I/usr/lib/perl5/5.6.0 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/01general....Subroutine import redefined at lib/Exporter/Simple.pm line 146. Deep recursion on subroutine "Exporter::Simple::import" at /usr/lib/perl5/site_perl/5.6.0/Filter/Simple.pm line 199. ..And freeze. Here's a lot of other useful information Redhat 7.2. perl -V gives: Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration: Platform: osname=linux, osvers=2.4.6-3.1enterprise, archname=i386-linux uname='linux stripples.devel.redhat.com 2.4.6-3.1enterprise #1 smp tue jul 24 14:03:17 edt 2001 i686 unknown ' config_args='-des -Doptimize=-O2 -march=i386 -mcpu=i686 -Dcc=gcc -Dcccdlflags=-fPIC -Dinstallprefix=/usr -Dprefix=/usr -Darchname=i386-linux -Dd_dosuid -Dd_semctl_semun -Di_db -Di_ndbm -Di_gdbm -Di_shadow -Di_syslog -Dman3ext=3pm -Uuselargefiles' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=undef d_sfio=undef uselargefiles=undef use64bitint=undef use64bitall=undef uselongdouble=undef usesocks=undef Compiler: cc='gcc', optimize='-O2 -march=i386 -mcpu=i686', gccversion=2.96 20000731 (Red Hat Linux 7.1 2.96-96) cppflags='-fno-strict-aliasing -I/usr/local/include' ccflags ='-fno-strict-aliasing -I/usr/local/include' stdchar='char', d_stdstdio=define, usevfork=false intsize=4, longsize=4, ptrsize=4, doublesize=8 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4 alignbytes=4, usemymalloc=n, prototype=define Linker and Libraries: ld='gcc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -ldl -lm -lc -lcrypt 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 -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: Built under linux Compiled at Aug 9 2001 22:48:52 @INC: /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl Other modules you might care about: Filter::Simple version 0.77 PadWalker version 0.03 Attribute::Handlers version 0.76
It wasn't really what I thought it was. Something was unduly causing recursive calls to the import sub. This wholly cheesy patch papers over the crack.
Download es-fix
application/octet-stream 1.3k

Message body not shown because it is not plain text.