Skip Menu |

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

Report information
The Basics
Id: 32323
Status: rejected
Priority: 0/
Queue: NetAddr-IP

People
Owner: Nobody in particular
Requestors: SPOOKYMAN [...] gmx.de
Cc:
AdminCc:

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



Subject: test - problems with NetAddr-IP-4.007 on debian etch
Date: Tue, 15 Jan 2008 11:47:29 +0100
To: bug-NetAddr-IP [...] rt.cpan.org
From: "SPOOKY S." <SPOOKYMAN [...] gmx.de>
----- mailin01:/usr/src/NetAddr-IP-4.007# make --- cp IP.pm blib/lib/NetAddr/IP.pm AutoSplitting blib/lib/NetAddr/IP.pm (blib/lib/auto/NetAddr/IP) make[1]: Entering directory `/usr/src/NetAddr-IP-4.007/Lite' cp Lite.pm ../blib/lib/NetAddr/IP/Lite.pm make[2]: Entering directory `/usr/src/NetAddr-IP-4.007/Lite/Util' ./siteconf "cc" ".c" ".o" "" "-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" "" "" checking for char... yes checking size of char... 1 checking for short int... yes checking size of short int... 2 checking for int... yes checking size of int... 4 checking for u_intXX_t types... yes checking for uintXX_t types in stdint.h... yes checking for inet_aton yes checking for inet_pton yes checking for ENDIANness ... LITTLE_ENDIAN cp lib/NetAddr/IP/UtilPP.pm ../../blib/lib/NetAddr/IP/UtilPP.pm AutoSplitting ../../blib/lib/NetAddr/IP/UtilPP.pm (../../blib/lib/auto/NetAddr/IP/UtilPP) cp Util.pm ../../blib/lib/NetAddr/IP/Util.pm AutoSplitting ../../blib/lib/NetAddr/IP/Util.pm (../../blib/lib/auto/NetAddr/IP/Util) cp Util_IS.pm ../../blib/lib/NetAddr/IP/Util_IS.pm /usr/bin/perl /usr/share/perl5/ExtUtils/xsubpp -typemap /usr/share/perl/5.8/ExtUtils/typemap -typemap typemap Util.xs > Util.xsc && mv Util.xsc Util.c cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.05\" -DXS_VERSION=\"1.05\" -fPIC "-I/usr/lib/perl/5.8/CORE" Util.c Running Mkbootstrap for NetAddr::IP::Util () chmod 644 Util.bs rm -f ../../blib/arch/auto/NetAddr/IP/Util/Util.so cc -shared -L/usr/local/lib Util.o -o ../../blib/arch/auto/NetAddr/IP/Util/Util.so \ \ chmod 755 ../../blib/arch/auto/NetAddr/IP/Util/Util.so cp Util.bs ../../blib/arch/auto/NetAddr/IP/Util/Util.bs chmod 644 ../../blib/arch/auto/NetAddr/IP/Util/Util.bs Manifying ../../blib/man3/NetAddr::IP::UtilPP.3pm Manifying ../../blib/man3/NetAddr::IP::Util.3pm make[2]: Leaving directory `/usr/src/NetAddr-IP-4.007/Lite/Util' Manifying ../blib/man3/NetAddr::IP::Lite.3pm make[1]: Leaving directory `/usr/src/NetAddr-IP-4.007/Lite' Manifying blib/man3/NetAddr::IP.3pm ----- looks ok - but then testing fails ----- mailin01:/usr/src/NetAddr-IP-4.007# make test --- make[1]: Entering directory `/usr/src/NetAddr-IP-4.007/Lite' make[2]: Entering directory `/usr/src/NetAddr-IP-4.007/Lite/Util' make[2]: Leaving directory `/usr/src/NetAddr-IP-4.007/Lite/Util' make[1]: Leaving directory `/usr/src/NetAddr-IP-4.007/Lite' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/imhoff.............ok t/loops..............ok t/masklen............ok t/new-store..........1/7 # Failed test 'Correct return type isa NetAddr::IP' # in t/new-store.t at line 20. # Correct return type isn't defined # Failed test 'Freezing' # in t/new-store.t at line 25. # not a reference at t/new-store.t line 24 # Failed test 'Recovered correct type isa NetAddr::IP' # in t/new-store.t at line 38. # Recovered correct type isn't defined Use of uninitialized value in string at t/new-store.t line 39. Use of uninitialized value in string at t/new-store.t line 39. # Looks like you failed 3 tests of 7. t/new-store.......... Dubious, test returned 3 (wstat 768, 0x300) Failed 3/7 subtests t/old-store..........1/7 # Failed test 'Correct return type isa NetAddr::IP' # in t/old-store.t at line 20. # Correct return type isn't defined # Failed test 'Freezing' # in t/old-store.t at line 25. # not a reference at t/old-store.t line 24 # Failed test 'Recovered correct type isa NetAddr::IP' # in t/old-store.t at line 38. # Recovered correct type isn't defined Use of uninitialized value in string at t/old-store.t line 39. Use of uninitialized value in string at t/old-store.t line 39. # Looks like you failed 3 tests of 7. t/old-store.......... Dubious, test returned 3 (wstat 768, 0x300) Failed 3/7 subtests t/over-arr...........ok t/over-qq............ok t/relops.............ok t/short..............ok t/v4-coalesce........ok t/v4-compact.........ok t/v4-compplus........ok t/v4-hostenum........ok t/v4-re..............ok t/v4-split-bulk......ok t/v4-split-list......ok t/v4-sprefix.........ok t/v4-xprefix.........ok t/v6-re..............ok t/v6-split-bulk......ok t/wildcard...........Can't call method "wildcard" on an undefined value at t/wildcard.t line 19. t/wildcard........... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 8/8 subtests Test Summary Report ------------------- t/new-store.t (Wstat: 768 Tests: 7 Failed: 3) Failed tests: 3-4, 6 Non-zero exit status: 3 t/old-store.t (Wstat: 768 Tests: 7 Failed: 3) Failed tests: 3-4, 6 Non-zero exit status: 3 t/wildcard.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 8 tests but ran 0. Files=21, Tests=9363, 6 wallclock secs ( 0.86 usr 0.01 sys + 5.58 cusr 0.11 csys = 6.56 CPU) Result: FAIL Failed 3/21 test programs. 6/9363 subtests failed. make: *** [test_dynamic] Error 255 ---- mailin01:/# perl -V Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=linux, osvers=2.6.22-3-amd64, archname=i486-linux-gnu-thread-multi uname='linux deneb 2.6.22-3-amd64 #1 smp thu oct 11 15:23:23 utc 2007 i686 gnulinux ' config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN -Dcccdlflags=-fPIC -Darchname=i486-linux-gnu -Dprefix=/usr -Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.8 -Dsitearch=/usr/local/lib/perl/5.8.8 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm -Duseshrplib -Dlibperl=libperl.so.5.8.8 -Dd_dosuid -des' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian 4.1.1-21)', 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=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt perllibs=-ldl -lm -lpthread -lc -lcrypt libc=/lib/libc-2.3.6.so, so=so, useshrplib=true, libperl=libperl.so.5.8.8 gnulibc_version='2.3.6' 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: MULTIPLICITY PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP THREADS_HAVE_PIDS USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API Built under linux Compiled at Nov 5 2007 06:11:48 @INC: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl . System: Debian etch x86 on an AMD 64bit CPU Already tested the perl 5.10 and other stuff - but without success regards Mike -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
On Tue Jan 15 05:48:22 2008, SPOOKYMAN@gmx.de wrote: Show quoted text
> ----- > mailin01:/usr/src/NetAddr-IP-4.007# make > ---
<snip> What happens when you Makefile.PL -noxs does it build and test OK in pure perl mode? That would provide us a clue. Thanks, Michael
Subject: AW: [rt.cpan.org #32323] test - problems with NetAddr-IP-4.007 on debian etch
Date: Sun, 22 Jun 2008 08:07:17 +0200
To: <bug-NetAddr-IP [...] rt.cpan.org>
From: <spookyman [...] gmx.de>
Hi, hmmm at least this was a problem i had a long time ago, but if i remember correctly, i tried the -noxs Options and it failed. On the system which had the problems, i found a backported .deb package, so i could get everything to run. Regards mike Show quoted text
-----Ursprüngliche Nachricht----- Von: Michael Robinton via RT [mailto:bug-NetAddr-IP@rt.cpan.org] Gesendet: Sonntag, 22. Juni 2008 01:16 An: SPOOKYMAN@gmx.de Betreff: [rt.cpan.org #32323] test - problems with NetAddr-IP-4.007 on debian etch <URL: http://rt.cpan.org/Ticket/Display.html?id=32323 > On Tue Jan 15 05:48:22 2008, SPOOKYMAN@gmx.de wrote:
> ----- > mailin01:/usr/src/NetAddr-IP-4.007# make > ---
<snip> What happens when you Makefile.PL -noxs does it build and test OK in pure perl mode? That would provide us a clue. Thanks, Michael
On Sun Jun 22 02:08:41 2008, SPOOKYMAN@gmx.de wrote: Show quoted text
> Hi, > > hmmm at least this was a problem i had a long time ago, > but if i remember correctly, i tried the -noxs Options and it failed. > > On the system which had the problems, i found a backported .deb > package, so i could get everything to run. > > > > Regards mike > > > > > -----Ursprüngliche Nachricht----- > Von: Michael Robinton via RT [mailto:bug-NetAddr-IP@rt.cpan.org] > Gesendet: Sonntag, 22. Juni 2008 01:16 > An: SPOOKYMAN@gmx.de > Betreff: [rt.cpan.org #32323] test - problems with NetAddr-IP-4.007 on > debian etch > > <URL: http://rt.cpan.org/Ticket/Display.html?id=32323 > > > On Tue Jan 15 05:48:22 2008, SPOOKYMAN@gmx.de wrote:
> > ----- > > mailin01:/usr/src/NetAddr-IP-4.007# make > > ---
> > <snip> > > What happens when you > > Makefile.PL -noxs > > does it build and test OK in pure perl mode? > > That would provide us a clue. > > Thanks, > Michael >
There appears to be continuing issues with 64 bit hosts. Neither of the maintainers has 64 bit platforms on which to do maintenance. Is someone can provide account access to such a host it would be helpful. Michael
Please try rev 4.009 and see if the problem still exists
Distro is obsolete, please use most recent release NetAddr::IP v4.013