Your message dated Tue, 29 Nov 2011 13:07:54 -0500
with message-id <[email protected]>
and subject line whoops!
has caused the Debian Bug report #648938,
regarding Perl Subroutine IO::Socket::INET6::sockaddr_in6 redefined
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.)


-- 
648938: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648938
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: perl-base
Version: 5.14.2-5

A Perl-Subroutine gets double exported, when LWP::UserAgent / HTTP::Request is used on a HTTPS target.
Package libsocket6-perl 0.23-1+b2 is installed due to a dependancy chain.

sockaddr_in6 is exported by both modules
 /usr/lib/perl/5.14/Socket.pm
 /usr/lib/perl5/Socket6.pm

The attached example script should trigger this problem.
Regards, Alexander Kurz
#!/usr/bin/perl -w
# ---------
# example script to trigger a export-conflict
# between /usr/lib/perl/5.14/Socket.pm and /usr/lib/perl5/Socket6.pm
# Package libsocket6-perl 0.23-1+b2 is installed due to a dependancy chain.
#
# Subroutine IO::Socket::INET6::sockaddr_in6 redefined at
# /usr/share/perl/5.14/Exporter.pm line 67.
#  at /usr/share/perl5/IO/Socket/INET6.pm line 21
# ---------
use HTTP::Request;
use LWP::UserAgent;
use strict;

my $useragent = LWP::UserAgent->new ();
my $request = HTTP::Request->new ('GET' => 'https://www.ccc.de/');
my $response = $useragent->request ($request);

--- End Message ---
--- Begin Message ---
reopen 648939
fixed 648938 2.67-0.1
thanks

whoops!  I closed the wrong bug in the changelog for
libio-socket-inet6-perl 2.67-0.1.

I apologize for the confusion!

        --dkg of the off-by-one errors

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to