Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 21308
Status: stalled
Priority: 5/
Queue: Net-XMPP

People
Owner: dapatrick [...] cpan.org
Requestors: LGODDARD [...] cpan.org
link [...] redbrick.dcu.ie
Cc:
AdminCc:

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



Tests in t/2_client_jabberd1.4.t are failing because the account in the file is no longer valid. Maybe someone changed the password? The jabber server in questions allows registration but so I have added an account for test-netjabber2. With this account specified the tests pass. I think the jabber server is owner by the module owner.
Subject: Test hangs
Show quoted text
cpan> install Net::XMPP
Running install for module Net::XMPP Running make for R/RE/REATMON/Net-XMPP-1.0.tar.gz Is already unwrapped into directory /root/.cpan/build/Net-XMPP-1.0 Has already been processed within this session Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "- e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1_load.................ok t/2_client_jabberd1.4....ok 1/5 Show quoted text
cpan> exit
Lockfile removed. bash-3.00# perl -V Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=linux, osvers=2.6.12.6-xen3_12.1_rhel4.1, archname=i686- linux uname='linux rnddev 2.6.12.6-xen3_12.1_rhel4.1 #1 smp tue jan 31 14:04:08 pst 2006 i686 i686 i386 gnulinux ' config_args='' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef 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 -Wdeclaration-after- statement -I/usr/local/include -D_LARGEFILE_SOURCE - D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after- statement -I/usr/local/include' ccversion='', gccversion='3.4.5 20051201 (Red Hat 3.4.5-2)', 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=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc libc=/lib/libc-2.3.4.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.3.4' 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: PERL_MALLOC_WRAP USE_LARGE_FILES USE_PERLIO Built under linux Compiled at Jun 7 2006 07:50:37 @INC: /usr/local/lib/perl5/5.8.8/i686-linux /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8/i686-linux /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl . bash-3.00#
From: hacker [...] cpan.org
This is due to the test trying to connect to a server that appears to be down. When I run the test, it times out and continues. If this is not the case for you, please let me know. I just took over the maintenance of this module and have not figured out what to do about this test yet. On Wed Sep 20 09:03:41 2006, LGODDARD wrote: Show quoted text
> cpan> install Net::XMPP
> Running install for module Net::XMPP > Running make for R/RE/REATMON/Net-XMPP-1.0.tar.gz > Is already unwrapped into directory /root/.cpan/build/Net-XMPP-1.0 > Has already been processed within this session > Running make test > PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "- > e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/1_load.................ok > t/2_client_jabberd1.4....ok 1/5
> cpan> exit
> Lockfile removed. > bash-3.00# perl -V > Summary of my perl5 (revision 5 version 8 subversion 8) configuration: > Platform: > osname=linux, osvers=2.6.12.6-xen3_12.1_rhel4.1, archname=i686- > linux > uname='linux rnddev 2.6.12.6-xen3_12.1_rhel4.1 #1 smp tue jan 31 > 14:04:08 pst 2006 i686 i686 i386 gnulinux ' > config_args='' > hint=recommended, useposix=true, d_sigaction=define > usethreads=undef use5005threads=undef 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 -Wdeclaration-after- > statement -I/usr/local/include -D_LARGEFILE_SOURCE - > D_FILE_OFFSET_BITS=64', > optimize='-O2', > cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after- > statement -I/usr/local/include' > ccversion='', gccversion='3.4.5 20051201 (Red Hat 3.4.5-2)', > 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=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc > perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc > libc=/lib/libc-2.3.4.so, so=so, useshrplib=false, libperl=libperl.a > gnulibc_version='2.3.4' > 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: PERL_MALLOC_WRAP USE_LARGE_FILES USE_PERLIO > Built under linux > Compiled at Jun 7 2006 07:50:37 > @INC: > /usr/local/lib/perl5/5.8.8/i686-linux > /usr/local/lib/perl5/5.8.8 > /usr/local/lib/perl5/site_perl/5.8.8/i686-linux > /usr/local/lib/perl5/site_perl/5.8.8 > /usr/local/lib/perl5/site_perl > . > bash-3.00#
Subject: Test passes on Strawberry Perl after notest install XML::Stream
I can no longer reproduce this in 1.02, on Strawberry Perl 5.10.1.
I'm not super happy with the way this test is written.  I'm going to change it soonish to use credentials set by the user running the test, or skip if credentials are not available.