Your message dated Sat, 31 Oct 2009 23:30:32 +0000
with message-id <[email protected]>
and subject line Bug#489014: fixed in libnet-snmp-perl 5.2.0-3
has caused the Debian Bug report #489014,
regarding libnet-snmp-perl: IPv6 transport breaks with Socket6 >= 0.20
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 [email protected]
immediately.)
--
489014: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489014
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libnet-snmp-perl
Version: 5.2.0-1
Severity: important
Socket6.pm 0.20 introduced the following change
* Socket6.pm: Make the AF_INET6 and PF_INET6 exports optional.
They are exported from Socket on 5.10.0, and it contlicts with
Socket6.
This leads to the following errors when using Net::SNMP::Transport::UDP6 or
Net::SNMP::Transport::TCP6
be...@obelix:~$ perl -e 'use Net::SNMP::Transport::TCP6'
"PF_INET6" is not exported by the Socket6 module
Can't continue after import errors at
/usr/share/perl5/Net/SNMP/Transport/TCP6.pm line 24
BEGIN failed--compilation aborted at
//usr/share/perl5/Net/SNMP/Transport/TCP6.pm line 27.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
The fix is pretty easy, but I'm not sure how to make it version-dependant:
In /usr/share/perl5/Net/SNMP/Transport/TCP6.pm and
/usr/share/perl5/Net/SNMP/Transport/UDP6.pm
* remove PF_INET6 from the list "use Socket6 0.19 qw( ... )"
* add "use Socket qw( PF_INET6 );"
There might be another better fix (it says "optional" in the ChangeLog after
all).
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.22.14
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libnet-snmp-perl depends on:
ii perl 5.10.0-11 Larry Wall's Practical Extraction
libnet-snmp-perl recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: libnet-snmp-perl
Source-Version: 5.2.0-3
We believe that the bug you reported is fixed in the latest version of
libnet-snmp-perl, which is due to be installed in the Debian FTP archive:
libnet-snmp-perl_5.2.0-3.diff.gz
to main/libn/libnet-snmp-perl/libnet-snmp-perl_5.2.0-3.diff.gz
libnet-snmp-perl_5.2.0-3.dsc
to main/libn/libnet-snmp-perl/libnet-snmp-perl_5.2.0-3.dsc
libnet-snmp-perl_5.2.0-3_all.deb
to main/libn/libnet-snmp-perl/libnet-snmp-perl_5.2.0-3_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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jochen Friedrich <[email protected]> (supplier of updated libnet-snmp-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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 30 Oct 2009 16:16:33 +0100
Source: libnet-snmp-perl
Binary: libnet-snmp-perl
Architecture: source all
Version: 5.2.0-3
Distribution: unstable
Urgency: low
Maintainer: Jochen Friedrich <[email protected]>
Changed-By: Jochen Friedrich <[email protected]>
Description:
libnet-snmp-perl - Script SNMP connections
Closes: 489014 552939
Changes:
libnet-snmp-perl (5.2.0-3) unstable; urgency=low
.
* Depend on perl > 5.10.0 and add patch for IPv6 sockets.
(Closes: #489014). Thanks to Bernhard Schmidt <[email protected]>.
* Add examples back which have been lost in 5.2.0-2.
* Build depend on netbase (Closes: #552939).
Checksums-Sha1:
d18c8788af7cd71f446b33e7920aba09724e7282 1050 libnet-snmp-perl_5.2.0-3.dsc
0fd785e965751461c3cfebfd39935f1f6f4f3c66 3606 libnet-snmp-perl_5.2.0-3.diff.gz
9c2483794d0371d95ff8d45f8a474e1089cbb509 110674
libnet-snmp-perl_5.2.0-3_all.deb
Checksums-Sha256:
e5f41f01dd746cfcf19a520ccdf77a1ba982a76d2edb17d603d8f6510cbea62d 1050
libnet-snmp-perl_5.2.0-3.dsc
4d94ffb39be84fd8c7d741c8ebc6653287ad0a6ce62f330f1ca11c120c5ce991 3606
libnet-snmp-perl_5.2.0-3.diff.gz
5663365e6cd9a01b5023550cc7398b27666a3b572d35d87de9b8d1f4610b7ffd 110674
libnet-snmp-perl_5.2.0-3_all.deb
Files:
4a02a115a762ea19baed07ab331edb2d 1050 perl optional
libnet-snmp-perl_5.2.0-3.dsc
98afb2862f00547179ae3c771ce816ea 3606 perl optional
libnet-snmp-perl_5.2.0-3.diff.gz
47616afc36256864dcc92b80a2e8c789 110674 perl optional
libnet-snmp-perl_5.2.0-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFK6w9Y0fhX0Y/ocz0RAv3XAJwP18wIs023071vjPqc3rokZzQ8CgCgnYNR
fSAOA7Yen7Z6zREgcdFlfqc=
=ubub
-----END PGP SIGNATURE-----
--- End Message ---