Your message dated Tue, 29 Dec 2009 11:32:30 +0000
with message-id <e1npajs-0001hr...@ries.debian.org>
and subject line Bug#560617: fixed in libio-socket-multicast6-perl 0.03-2
has caused the Debian Bug report #560617,
regarding libio-socket-multicast6-perl: FTBFS: tests failed
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.)
--
560617: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560617
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libio-socket-multicast6-perl
Version: 0.03-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> /usr/bin/fakeroot debian/rules clean
> dh clean
> dh_testdir
> dh_auto_clean
> dh_clean
> dpkg-source -b libio-socket-multicast6-perl-0.03
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building libio-socket-multicast6-perl using existing
> libio-socket-multicast6-perl_0.03.orig.tar.gz
> dpkg-source: info: building libio-socket-multicast6-perl in
> libio-socket-multicast6-perl_0.03-1.diff.gz
> dpkg-source: info: building libio-socket-multicast6-perl in
> libio-socket-multicast6-perl_0.03-1.dsc
> debian/rules build
> dh build
> dh_testdir
> dh_auto_configure
> Creating custom builder _build/lib/MyModuleBuilder.pm in _build/lib
> Checking whether your kit is complete...
> Looks good
>
> Checking prerequisites...
> Looks good
>
> Creating new 'Build' script for 'IO-Socket-Multicast6' version '0.03'
> dh_auto_build
> Copying lib/IO/Socket/Multicast6.pm -> blib/lib/IO/Socket/Multicast6.pm
> Manifying blib/lib/IO/Socket/Multicast6.pm ->
> blib/libdoc/IO::Socket::Multicast6.3pm
> dh_auto_test
>
> # Failed test 'Creating IO::Socket::Multicast6 object'
> # at t/00use.t line 11.
> Can't call method "close" on an undefined value at t/00use.t line 15.
> # Looks like you planned 3 tests but ran 2.
> # Looks like you failed 1 test of 2 run.
> # Looks like your test exited with 2 just after 2.
> t/00use.t ........
> Dubious, test returned 2 (wstat 512, 0x200)
> Failed 2/3 subtests
>
> # Failed test 'Create IPv4 multicast socket'
> # at t/05interface.t line 35.
> Can't call method "mcast_if" on an undefined value at t/05interface.t line 37.
> # Looks like you planned 10 tests but ran 3.
> # Looks like you failed 1 test of 3 run.
> # Looks like your test exited with 2 just after 3.
> t/05interface.t ..
> Dubious, test returned 2 (wstat 512, 0x200)
> Failed 8/10 subtests
>
> # Failed test 'Create IPv4 multicast socket'
> # at t/10loopback.t line 15.
> Can't call method "mcast_loopback" on an undefined value at t/10loopback.t
> line 17.
> # Looks like you planned 9 tests but ran 2.
> # Looks like you failed 1 test of 2 run.
> # Looks like your test exited with 2 just after 2.
> t/10loopback.t ...
> Dubious, test returned 2 (wstat 512, 0x200)
> Failed 8/9 subtests
>
> # Failed test 'Create IPv4 multicast socket'
> # at t/10ttl.t line 15.
> Can't call method "mcast_ttl" on an undefined value at t/10ttl.t line 17.
> # Looks like you planned 9 tests but ran 2.
> # Looks like you failed 1 test of 2 run.
> # Looks like your test exited with 2 just after 2.
> t/10ttl.t ........
> Dubious, test returned 2 (wstat 512, 0x200)
> Failed 8/9 subtests
>
> # Failed test 'Create IPv4 multicast socket'
> # at t/20add-drop.t line 15.
> Can't call method "mcast_add" on an undefined value at t/20add-drop.t line 17.
> # Looks like you planned 7 tests but ran 2.
> # Looks like you failed 1 test of 2 run.
> # Looks like your test exited with 2 just after 2.
> t/20add-drop.t ...
> Dubious, test returned 2 (wstat 512, 0x200)
> Failed 6/7 subtests
>
> # Failed test 'Create IPv4 multicast socket'
> # at t/30send.t line 19.
> Can't call method "send" on an undefined value at t/30send.t line 21.
> # Looks like you planned 5 tests but ran 2.
> # Looks like you failed 1 test of 2 run.
> # Looks like your test exited with 2 just after 2.
> t/30send.t .......
> Dubious, test returned 2 (wstat 512, 0x200)
> Failed 4/5 subtests
>
> # Failed test 'Create IPv4 multicast socket'
> # at t/35mcastsend.t line 17.
> Can't call method "mcast_dest" on an undefined value at t/35mcastsend.t line
> 20.
> # Looks like you planned 11 tests but ran 2.
> # Looks like you failed 1 test of 2 run.
> # Looks like your test exited with 2 just after 2.
> Failed 7/7 test programs. 7/15 subtests failed.
> t/35mcastsend.t ..
> Dubious, test returned 2 (wstat 512, 0x200)
> Failed 10/11 subtests
>
> Test Summary Report
> -------------------
> t/00use.t (Wstat: 512 Tests: 2 Failed: 1)
> Failed test: 2
> Non-zero exit status: 2
> Parse errors: Bad plan. You planned 3 tests but ran 2.
> t/05interface.t (Wstat: 512 Tests: 3 Failed: 1)
> Failed test: 3
> Non-zero exit status: 2
> Parse errors: Bad plan. You planned 10 tests but ran 3.
> t/10loopback.t (Wstat: 512 Tests: 2 Failed: 1)
> Failed test: 2
> Non-zero exit status: 2
> Parse errors: Bad plan. You planned 9 tests but ran 2.
> t/10ttl.t (Wstat: 512 Tests: 2 Failed: 1)
> Failed test: 2
> Non-zero exit status: 2
> Parse errors: Bad plan. You planned 9 tests but ran 2.
> t/20add-drop.t (Wstat: 512 Tests: 2 Failed: 1)
> Failed test: 2
> Non-zero exit status: 2
> Parse errors: Bad plan. You planned 7 tests but ran 2.
> t/30send.t (Wstat: 512 Tests: 2 Failed: 1)
> Failed test: 2
> Non-zero exit status: 2
> Parse errors: Bad plan. You planned 5 tests but ran 2.
> t/35mcastsend.t (Wstat: 512 Tests: 2 Failed: 1)
> Failed test: 2
> Non-zero exit status: 2
> Parse errors: Bad plan. You planned 11 tests but ran 2.
> Files=7, Tests=15, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.28 cusr 0.07
> csys = 0.39 CPU)
> Result: FAIL
> dh_auto_test: perl Build test returned exit code 2
> make: *** [build] Error 2
The full build log is available from:
http://people.debian.org/~lucas/logs/2009/12/10/libio-socket-multicast6-perl_0.03-1_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Source: libio-socket-multicast6-perl
Source-Version: 0.03-2
We believe that the bug you reported is fixed in the latest version of
libio-socket-multicast6-perl, which is due to be installed in the Debian FTP
archive:
libio-socket-multicast6-perl_0.03-2.diff.gz
to
main/libi/libio-socket-multicast6-perl/libio-socket-multicast6-perl_0.03-2.diff.gz
libio-socket-multicast6-perl_0.03-2.dsc
to
main/libi/libio-socket-multicast6-perl/libio-socket-multicast6-perl_0.03-2.dsc
libio-socket-multicast6-perl_0.03-2_all.deb
to
main/libi/libio-socket-multicast6-perl/libio-socket-multicast6-perl_0.03-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 560...@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-multicast6-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: Tue, 29 Dec 2009 12:22:05 +0100
Source: libio-socket-multicast6-perl
Binary: libio-socket-multicast6-perl
Architecture: source all
Version: 0.03-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-multicast6-perl - module for sending and receiving IPv4 and IPv6
multicast messages
Closes: 560617
Changes:
libio-socket-multicast6-perl (0.03-2) unstable; urgency=low
.
* Add a patch to skip interfaces without addresses in test suite; add quilt
framework.
* Add a build dependency on netbase (closes: #560617).
Checksums-Sha1:
81c8b07f4885bece4bce61700bd87cd9a77a7971 2250
libio-socket-multicast6-perl_0.03-2.dsc
3d881ae4c0e5959011b6a2ca0861301c15212952 1829
libio-socket-multicast6-perl_0.03-2.diff.gz
b44fdd6f20ee712178b6d52a3db18d79892b02c8 16390
libio-socket-multicast6-perl_0.03-2_all.deb
Checksums-Sha256:
aad7380a4427b3708e25eb88ce74cf264d9c343cfa685879b1ac60a41c947e2a 2250
libio-socket-multicast6-perl_0.03-2.dsc
92faeeeaa393e9efcd391ee36aa9d469dfd5bba0725d8d78c789c34e5aec0875 1829
libio-socket-multicast6-perl_0.03-2.diff.gz
780d7d3d5ce725588f14cce2c50fa6ff4f6543a177ab6484310283ce2b5bad06 16390
libio-socket-multicast6-perl_0.03-2_all.deb
Files:
4a30e0a6ce2328ca7fefb237c4a1d8b8 2250 perl optional
libio-socket-multicast6-perl_0.03-2.dsc
93a816b295224690fcf051603eca26a0 1829 perl optional
libio-socket-multicast6-perl_0.03-2.diff.gz
a9c787e43db28b87ec4a90522c1e6370 16390 perl optional
libio-socket-multicast6-perl_0.03-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJLOearAAoJELs6aAGGSaoGhJoP/RI0xSaRQLS1dYeKOsIYZZFx
4vkIPME2FRd9WWYXkfNhTphwOZybWOoBWwkOhLO18AIXfAFVxg1rQxVAwA71FvA2
RU52tL7YU5wt7ahsypVWFmnVee0pJMGkPYy6zTyoeq1wX5cFmQrahy7VDBuhJkNF
X4cOpXA5/AKFbmUR1qSR7CrTc6mkuyGug3zHhO0/WDGHxQH5rwRti/p/PJava1MP
m33Q2tOrTv73Lm9P5DYla9LtPqmWFtL5GKIh4I9L870PgmoM1/FYf5L/Hd9yooKv
+1O3q3k5XC9LXCfUbihirIvjCIiwn4UkbHuwKLxojzqqFr948TS4/fhkU70yz5VW
4hLz9fsVp8XIHNibrcEDEQZ8zseP7RVqCX0KpkucFnz8sPdTOinbiSSTVwVu/8oi
si1Hjj5ViUyXtiONs+k5v+0+4oW+dIT1B0yt4w3gTX1Rjqf4aBmZe7KZHcXwhdCx
ra1EMKwoLyqQ8DK7FcX1hUW6/grcrxGMbN2Mm6S8kB0P//mbTUG6ktJW+q9bBz6a
vn4wia8trSM70ZT+05HWRPf2nUgZuJxh3pYD+QwGOZTeMBhvUas3XjKolOkmLov8
/Ef+3JpCOLQTq6H2uKgnI5uSk5HZKhcr8EdSw0EUgWr2TGR0Pko9EGm1DbN1nNHb
ZmucxjgH07KPNlaFOwSK
=a2v1
-----END PGP SIGNATURE-----
--- End Message ---