Skip Menu |

This queue is for tickets about the Net-IP CPAN distribution.

Report information
The Basics
Id: 32907
Status: resolved
Priority: 0/
Queue: Net-IP

People
Owner: cpan [...] bat.ru
Requestors: mike [...] premier1.net
Cc:
AdminCc:

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



Subject: make test fails Net-IP-1.25
make test fails for Net-IP-1.25 Any input would be greatly appreciated. # perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Net::IP # make cp IP.pm blib/lib/Net/IP.pm cp ipcount blib/script/ipcount /usr/local/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/ipcount cp iptab blib/script/iptab /usr/local/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/iptab Manifying blib/man3/Net::IP.3 /usr/local/bin/perl "-Iblib/arch" "-Iblib/lib" Net-IP.spec.PL Net- IP.spec # make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "- e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/ipv4....ok t/ipv6....panic: unknown regstclass 0 at /home/mike/Perl_modules/Net-IP- 1.25/blib/lib/Net/IP.pm line 1450. t/ipv6....dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 17-21 Failed 5/21 tests, 76.19% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------ ------- t/ipv6.t 255 65280 21 10 17-21 Failed 1/2 test scripts. 5/48 subtests failed. Files=2, Tests=48, 2 wallclock secs ( 2.16 cusr + 0.18 csys = 2.34 CPU) Failed 1/2 test programs. 5/48 subtests failed. make: *** [test_dynamic] Error 255 Perl version & configuration OS = Solaris 10 ^C# # perl -V Summary of my perl5 (revision 5 version 10 subversion 0) configuration: Platform: osname=solaris, osvers=2.10, archname=sun4-solaris uname='sunos fog 5.10 generic_118833-33 sun4u sparc sunw,ultra- 5_10 ' config_args='-de' hint=recommended, useposix=true, d_sigaction=define 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 -I/usr/local/include - D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV', optimize='-O', cppflags='-fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='3.4.6', gccosandvers='solaris2.10' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib ' libpth=/usr/local/lib /usr/lib /usr/ccs/lib libs=-lsocket -lnsl -ldl -lm -lc perllibs=-lsocket -lnsl -ldl -lm -lc libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' ' cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP PERL_USE_SAFE_PUTENV USE_LARGE_FILES USE_PERLIO Built under solaris Compiled at Jan 22 2008 09:34:34 @INC: /usr/local/lib/perl5/5.10.0/sun4-solaris /usr/local/lib/perl5/5.10.0 /usr/local/lib/perl5/site_perl/5.10.0/sun4-solaris /usr/local/lib/perl5/site_perl/5.10.0 .
I suspect the problem is in missing Math::BigInt. Try version 1.27 and reopen if still occurs.