Your message dated Fri, 09 Dec 2011 20:50:42 +0000
with message-id <e1rz7p0-0000po...@franck.debian.org>
and subject line Bug#651537: fixed in libio-socket-inet6-perl 2.69-2
has caused the Debian Bug report #651537,
regarding libio-socket-inet6-perl: FTBFS: Test failures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
651537: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651537
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libio-socket-inet6-perl
Version: 2.69-1
Severity: serious

From my pbuilder build log:

...
   dh_auto_test
make[1]: Entering directory `/tmp/buildd/libio-socket-inet6-perl-2.69'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
IO::Socket::INET6: sock_info: Bad protocol 'tcp' at t/blocking.t line 34.
# Looks like your test exited with 2 before it could output anything.
t/blocking.t .......... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests 
t/configure6.t ........ ok
IO::Socket::INET6: sock_info: Bad protocol 'tcp' at t/host6.t line 35.
t/host6.t ............. 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
Use of uninitialized value $proto in getprotobynumber at 
/tmp/buildd/libio-socket-inet6-perl-2.69/blib/lib/IO/Socket/INET6.pm line 171.
Use of uninitialized value in hash element at 
/tmp/buildd/libio-socket-inet6-perl-2.69/blib/lib/IO/Socket/INET6.pm line 171.
Use of uninitialized value in subroutine entry at 
/tmp/buildd/libio-socket-inet6-perl-2.69/blib/lib/IO/Socket/INET6.pm line 185.
...
Use of uninitialized value $protocol in socket at 
/usr/lib/perl/5.14/IO/Socket.pm line 80.
Use of uninitialized value $type in socket at /usr/lib/perl/5.14/IO/Socket.pm 
line 80.
t/listen_port_only.t .. skipped: failed to create inet6 listener
t/pod-coverage.t ...... skipped: Test::Pod::Coverage 1.04 required for testing 
POD coverage
t/pod.t ............... ok

Test Summary Report
-------------------
t/blocking.t        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 2 tests but ran 0.
t/host6.t           (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t/io_multihomed6.t  (Wstat: 24064 Tests: 0 Failed: 0)
  Non-zero exit status: 94
  Parse errors: Bad plan.  You planned 8 tests but ran 0.
t/io_sock6.t        (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 20 tests but ran 0.
t/io_udp6.t         (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 7 tests but ran 0.
Files=9, Tests=2,  2 wallclock secs ( 0.13 usr  0.03 sys +  0.53 cusr  0.15 
csys =  0.84 CPU)
Result: FAIL
Failed 5/9 test programs. 0/2 subtests failed.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/tmp/buildd/libio-socket-inet6-perl-2.69'
dh_auto_test: make -j1 test returned exit code 2
make: *** [build] Error 29
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Looks like the package is missing a Build-Depends on netbase.
-- 
Daniel Schepler



--- End Message ---
--- Begin Message ---
Source: libio-socket-inet6-perl
Source-Version: 2.69-2

We believe that the bug you reported is fixed in the latest version of
libio-socket-inet6-perl, which is due to be installed in the Debian FTP archive:

libio-socket-inet6-perl_2.69-2.debian.tar.gz
  to 
main/libi/libio-socket-inet6-perl/libio-socket-inet6-perl_2.69-2.debian.tar.gz
libio-socket-inet6-perl_2.69-2.dsc
  to main/libi/libio-socket-inet6-perl/libio-socket-inet6-perl_2.69-2.dsc
libio-socket-inet6-perl_2.69-2_all.deb
  to main/libi/libio-socket-inet6-perl/libio-socket-inet6-perl_2.69-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 651...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated 
libio-socket-inet6-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 09 Dec 2011 20:52:49 +0100
Source: libio-socket-inet6-perl
Binary: libio-socket-inet6-perl
Architecture: source all
Version: 2.69-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description: 
 libio-socket-inet6-perl - object interface for AF_INET6 domain sockets
Closes: 651537
Changes: 
 libio-socket-inet6-perl (2.69-2) unstable; urgency=low
 .
   [ Fabrizio Regalli ]
   * Replaced changelog with copyright word in d/changelog
 .
   [ gregor herrmann ]
   * Add build dependency on netbase (debian/control) and check if
     localhost exists before running tests (debian/rules). Thanks to Daniel
     Schepler for the bug report. (Closes: #651537)
   * Remove versions from (build) dependencies, nothing older in the
     archive.
   * Lowercase short description.
   * Switch to debhelper compatibility level 8.
   * Add /me to Uploaders.
   * Add libtest-pod-coverage-perl to Build-Depends-Indep.
   * Add a patch to fix a spelling mistake.
Checksums-Sha1: 
 2272651627867d3ac276314dc5cd86cc3a82ca91 2262 
libio-socket-inet6-perl_2.69-2.dsc
 cd324910d233e26cc7626f272278df9facf6ee92 3258 
libio-socket-inet6-perl_2.69-2.debian.tar.gz
 4e2504d92ff811a78f7e3d3486da285eccbb30e0 17054 
libio-socket-inet6-perl_2.69-2_all.deb
Checksums-Sha256: 
 38dc55f3d73ce6d8fe012442338aad6a3ad7ac14e33fbc9173f53b0ef6ce6547 2262 
libio-socket-inet6-perl_2.69-2.dsc
 60ef1fea5d239a7ffba105b95eeafe7d78735412e04f96b336ff7fd8029135b7 3258 
libio-socket-inet6-perl_2.69-2.debian.tar.gz
 066fed21641e77fece067fb789f6ce22c1b705dfe0cd4c72006bdf8a80740f4c 17054 
libio-socket-inet6-perl_2.69-2_all.deb
Files: 
 2433cac82ec5d5ff62193929d634d53f 2262 perl optional 
libio-socket-inet6-perl_2.69-2.dsc
 7136e02b4e0be35d792470798fb1d3b7 3258 perl optional 
libio-socket-inet6-perl_2.69-2.debian.tar.gz
 c963a7bfe254edab554f82ad78f54b55 17054 perl optional 
libio-socket-inet6-perl_2.69-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJO4md9AAoJELs6aAGGSaoGuBMP/A504hSNHXaqkYxMXqc+q3xa
sBv5LZBk9/dEiaAamE+8IPwQVTx5P9p91A2NXjYC1Q1E1Dtk9JpgkJJiOylVqgEu
F72j1t7+ThVLjBakIvCR3ZxZ+PPdFwX/UKgQxrwoWoWQx8O7GXtL1sRIck73d+ZZ
NWfUq6oiESSLVydpFqwN+8EuiZN4vgGK31bMc2poyUku5QLLy72mEK+52/ZaYPb3
aH5Cq3vVyLapz5eZwtOJOSbcGGpv9XRRVzcxVC83e8jfQ4oGclIwMknpuWg7rsYe
5wPnFa03z/zEjVjEYz5id7su9+kcHeHOv2xi9zxqWRy8fSAgbt9XRKMlFhWc1Gq/
e3WxfqNDqLSa7F8O3xGeN7FVMKI07gvCPWcjreA0PAzs5OMmcR214svT6iNThdB3
QcwAAFMacBViJb7YAv3W200ds7LKsJbwDhnpKm28UzfCVl9bZGguBf7gpcdkfARe
uuBllu5izZjpMyKhw+c1c0R4OXTwMjhEPtNq+e321RX7cLuF8AEX5u8DNdFM8eje
sZl5eQNNdSPH1wDk6F8j0sXKGWXUp3FlxNsFwcrmQZqdOtRPNQdlfhnaTr/3+r48
Qos1l380/FfAe6dmxOV8RHN66whnSkxlyY6iC4KclNwoDpBkfsKLn2ETCW2hVHOD
yTj3LDMsGRqBQE8EDiaN
=3zRh
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to