Date: Mon, 23 May 2011 22:09:30 +0900 From: Hajimu UMEMOTO <ume@mahoroba.org> To: Jerry <jerry@seibercom.net> Cc: itetcu@freebsd.org, freebsd-ports@freebsd.org, janos.mohacsi@bsd.hu Subject: Re: "net/sendemail" fails after updating Perl Message-ID: <ygelixxva0l.wl%ume@mahoroba.org> In-Reply-To: <20110521083645.346e7b40@seibercom.net> References: <20110521083645.346e7b40@seibercom.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--Multipart_Mon_May_23_22:09:30_2011-1 Content-Type: text/plain; charset=US-ASCII Hi, # I've CC'ed the maintainer of p5-IO-Socket-INET6. >>>>> On Sat, 21 May 2011 08:36:45 -0400 >>>>> Jerry <jerry@seibercom.net> said: jerry> The port: "/net/sendemail" builds fine after the update to Perl; jerry> however, it no longer runs. It terminates with this error message: jerry> Subroutine IO::Socket::INET6::sockaddr_in6 redefined at /usr/local/lib/perl5/5.14.0/Exporter.pm line 67. jerry> at /usr/local/lib/perl5/site_perl/5.14.0/IO/Socket/INET6.pm line 21 I noticed that the p5-IO-Socket-INET6 ports is slightly old (2.65). The latest version 2.67 fixed this warning message. Please try 2.67. The patch to ports/net/p5-IO-Socket-INET6 is attached. I confirmed that the warning message is not out with 2.67. However, it is still warning, and I think it doesn't terminate. So, I'm not sure if 2.67 fixes your actual problem, though. Sincerely, --Multipart_Mon_May_23_22:09:30_2011-1 Content-Type: text/x-patch; type=patch; charset=US-ASCII Content-Disposition: attachment; filename="p5-IO-Socket-INET6-2.67.diff" Content-Transfer-Encoding: 7bit Index: Makefile diff -u Makefile.orig Makefile --- Makefile.orig 2010-08-10 01:17:30.000000000 +0900 +++ Makefile 2011-05-23 20:05:47.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= IO-Socket-INET6 -PORTVERSION= 2.65 +PORTVERSION= 2.67 CATEGORIES= net perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo diff -u distinfo.orig distinfo --- distinfo.orig 2011-03-21 03:44:26.000000000 +0900 +++ distinfo 2011-05-23 20:06:02.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (IO-Socket-INET6-2.65.tar.gz) = 05aeeb3effaa1f9f3fa07410a5b2cfc3d07aa366327028ffa427f5c0b2bfb925 -SIZE (IO-Socket-INET6-2.65.tar.gz) = 17686 +SHA256 (IO-Socket-INET6-2.67.tar.gz) = dd90e417cbd37047b71469ec99e79fe89a3bb5103769fc9c76b3c87d8cb019b2 +SIZE (IO-Socket-INET6-2.67.tar.gz) = 18096 --Multipart_Mon_May_23_22:09:30_2011-1 Content-Type: text/plain; charset=US-ASCII -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ --Multipart_Mon_May_23_22:09:30_2011-1--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ygelixxva0l.wl%ume>