Your message dated Tue, 15 May 2018 00:21:25 +0200
with message-id <[email protected]>
and subject line Re: libnet-dns-perl: Argument "AI_NUMERICHOST" isn't numeric
in subroutine entry at [...]Resolver/Base.pm line 743
has caused the Debian Bug report #636548,
regarding libnet-dns-perl: Argument "AI_NUMERICHOST" isn't numeric in
subroutine entry at [...]Resolver/Base.pm line 743
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.)
--
636548: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636548
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libnet-dns-perl
Version: 0.66-2
Severity: normal
Net::DNS will output the following error (at least) when calling the mx()
function with warnings enabled:
| Argument "AI_NUMERICHOST" isn't numeric in subroutine entry at
| /usr/lib/perl5/Net/DNS/Resolver/Base.pm line 743.
Short script to reproduce:
------------------------------
#!/usr/bin/perl -W
use strict;
use Net::DNS;
my $resolver = Net::DNS::Resolver->new(udp_timeout => 15, tcp_timeout => 15);
my @mxrr = mx($resolver,'debian.org');
------------------------------
That did not happen with libnet-dns-perl 0.63-2 from old-stable.
Google knows of (just) one other mention of this warning (at least as far
as I could find) at <https://bugzilla.redhat.com/show_bug.cgi?id=445314>,
but that was not helpful for me.
Regards,
-thh
-- System Information:
Debian Release: 6.0.2
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-028stab091.2 (SMP w/1 CPU core)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=ANSI_X3.4-1968) (ignored:
LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash
Versions of packages libnet-dns-perl depends on:
ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib
ii libdigest-hmac-perl 1.02+dfsg-1 module for creating standard messa
ii libnet-ip-perl 1.25-2 Perl extension for manipulating IP
ii perl [libmime-base64-p 5.10.1-17squeeze2 Larry Wall's Practical Extraction
ii perl-base [perlapi-5.1 5.10.1-17squeeze2 minimal Perl system
libnet-dns-perl recommends no packages.
Versions of packages libnet-dns-perl suggests:
ii libio-socket-inet6-perl 2.65-1.1 Object interface for AF_INET6 doma
-- no debconf information
--- End Message ---
--- Begin Message ---
I'm closing this bug as I'm unable to reproduce it on current testing,
stable or even oldoldstable (wheezy). My guess is that it had to do with
Perl 5.10 and has since disappeared.
Thank you for taking the time to report it, and for providing code that
makes it possible to validate the bug even after so many years.
Florian
--- End Message ---