"net/sendemail" fails after updating Perl

2011-05-21 Thread Jerry
The port: "/net/sendemail" builds fine after the update to Perl; however, it no longer runs. It terminates with this error message: Subroutine IO::Socket::INET6::sockaddr_in6 redefined at /usr/local/lib/perl5/5.14.0/Exporter.pm line 67. at /usr/local/lib/perl5/site_perl/5.14.0/IO/Socket/INET6.pm

Re: "net/sendemail" fails after updating Perl

2011-05-21 Thread Doug Barton
On 05/21/2011 05:36, Jerry wrote: The port: "/net/sendemail" builds fine after the update to Perl; however, it no longer runs. It terminates with this error message: Subroutine IO::Socket::INET6::sockaddr_in6 redefined at /usr/local/lib/perl5/5.14.0/Exporter.pm line 67. at /usr/local/lib/perl

Re: "net/sendemail" fails after updating Perl

2011-05-21 Thread Ruslan Mahmatkhanov
21.05.2011 22:30, Doug Barton пишет: Check /usr/local/lib/perl5/ and /usr/local/lib/perl5/site_perl to see if you still have modules installed from the previous version of perl. If you do, use pkg_info -W to find what module, and reinstall it. If you use portmaster, 'portmaster p5' is usually su

Re: "net/sendemail" fails after updating Perl

2011-05-21 Thread Jerry
On Sat, 21 May 2011 22:38:33 +0400 Ruslan Mahmatkhanov articulated: > 21.05.2011 22:30, Doug Barton пишет: > > > Check /usr/local/lib/perl5/ and /usr/local/lib/perl5/site_perl to > > see if you still have modules installed from the previous version > > of perl. If you do, use pkg_info -W to find

Re: "net/sendemail" fails after updating Perl

2011-05-21 Thread Jase Thew
On 21/05/2011 23:30, Jerry wrote: On Sat, 21 May 2011 22:38:33 +0400 Ruslan Mahmatkhanov articulated: 21.05.2011 22:30, Doug Barton пишет: Check /usr/local/lib/perl5/ and /usr/local/lib/perl5/site_perl to see if you still have modules installed from the previous version of perl. If you do, u

Re: "net/sendemail" fails after updating Perl

2011-05-22 Thread Jerry
On Sun, 22 May 2011 03:14:06 +0100 Jase Thew articulated: > On 21/05/2011 23:30, Jerry wrote: > > On Sat, 21 May 2011 22:38:33 +0400 > > Ruslan Mahmatkhanov articulated: > > > >> 21.05.2011 22:30, Doug Barton пишет: > >> > >>> Check /usr/local/lib/perl5/ and /usr/local/lib/perl5/site_perl to > >

Re: "net/sendemail" fails after updating Perl

2011-05-22 Thread Hajimu UMEMOTO
Hi, > On Sat, 21 May 2011 08:36:45 -0400 > Jerry 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

Re: "net/sendemail" fails after updating Perl

2011-05-22 Thread Marco Beishuizen
On Sat, 21 May 2011, the wise Jerry wrote: The port: "/net/sendemail" builds fine after the update to Perl; however, it no longer runs. It terminates with this error message: Subroutine IO::Socket::INET6::sockaddr_in6 redefined at /usr/local/lib/perl5/5.14.0/Exporter.pm line 67. at /usr/local/

Re: "net/sendemail" fails after updating Perl

2011-05-22 Thread Ruslan Mahmatkhanov
22.05.2011 02:30, Jerry пишет: On Sat, 21 May 2011 22:38:33 +0400 Ruslan Mahmatkhanov articulated: 21.05.2011 22:30, Doug Barton пишет: Check /usr/local/lib/perl5/ and /usr/local/lib/perl5/site_perl to see if you still have modules installed from the previous version of perl. If you do, use

Re: "net/sendemail" fails after updating Perl

2011-05-22 Thread Jase Thew
On 22/05/2011 12:13, Jerry wrote: [snip] Been there, done that; however, the problem still exists. If you had read my original post you would have been aware of that. Yes, you are quite right - I apologise for only having scanned your OP. Regards, Jase. _

Re: "net/sendemail" fails after updating Perl

2011-05-22 Thread Jerry
On Sun, 22 May 2011 19:00:52 +0200 (CEST) Marco Beishuizen articulated: {SNIP} > I'm getting this same error message with spamd: > ... > /usr/local/etc/rc.d/sa-spamd restart > Stopping spamd. > Waiting for PIDS: 44108. > Starting spamd. > Subroutine IO::Socket::INET6::sockaddr_in6 redefined at

Re: "net/sendemail" fails after updating Perl

2011-05-22 Thread Sahil Tandon
On Sun, 2011-05-22 at 21:18:24 +0400, Ruslan Mahmatkhanov wrote: > 22.05.2011 02:30, Jerry пишет: > >I have a feeling that more will be crawling out of the woodwork. In > >any case, it is a problem that needs solving. > > No, it just took my mind that switching to the 5.14, is not mandatory > so

Re: "net/sendemail" fails after updating Perl

2011-05-23 Thread Hajimu UMEMOTO
Hi, # I've CC'ed the maintainer of p5-IO-Socket-INET6. > On Sat, 21 May 2011 08:36:45 -0400 > Jerry 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::INET

Re: "net/sendemail" fails after updating Perl

2011-05-23 Thread Jerry
On Mon, 23 May 2011 22:09:30 +0900 Hajimu UMEMOTO articulated: > Hi, > > # I've CC'ed the maintainer of p5-IO-Socket-INET6. > > > On Sat, 21 May 2011 08:36:45 -0400 > > Jerry said: > > jerry> The port: "/net/sendemail" builds fine after the update to > jerry> Perl; however, it no long

Re: "net/sendemail" fails after updating Perl

2011-05-23 Thread Marco Beishuizen
On Mon, 23 May 2011, the wise Jerry wrote: I have confirmed that the program does run even though it emits that warning. I have noticed that users of "spamd" and perhaps others are experiencing the same phenomena. I am not sure if it causes "spamd" to terminate or not. In my case spamd someti

Re: "net/sendemail" fails after updating Perl

2011-05-23 Thread Jerry
On Mon, 23 May 2011 17:52:41 +0200 (CEST) Marco Beishuizen articulated: > In my case spamd sometimes terminates, and sometimes not. I don't > know when or why unfortunately. Did you try the patch from Hajimu UMEMOTO in a previous post? I cannot do it until this evening. I am wondering if it mig

Re: "net/sendemail" fails after updating Perl

2011-05-23 Thread Marco Beishuizen
On Mon, 23 May 2011, the wise Jerry wrote: In my case spamd sometimes terminates, and sometimes not. I don't know when or why unfortunately. Did you try the patch from Hajimu UMEMOTO in a previous post? I cannot do it until this evening. I am wondering if it might correct your problem also. I

Re: "net/sendemail" fails after updating Perl

2011-05-23 Thread Jerry
On Mon, 23 May 2011 19:09:51 +0200 (CEST) Marco Beishuizen articulated: > On Mon, 23 May 2011, the wise Jerry wrote: > > >> In my case spamd sometimes terminates, and sometimes not. I don't > >> know when or why unfortunately. > > > > Did you try the patch from Hajimu UMEMOTO in a > > previous

Re: "net/sendemail" fails after updating Perl

2011-05-23 Thread Marco Beishuizen
On Mon, 23 May 2011, the wise Jerry wrote: OK, I just used the patch and updated the port and all is well. To patch the port Makefile, cd to /usr/ports/net/p5-IO-Socket-INET6 and then place the patch into that directory. You can name the patch anything you like; ie, New_Make for example. Then a

Re: "net/sendemail" fails after updating Perl

2011-05-23 Thread Jerry
On Mon, 23 May 2011 21:07:27 +0200 (CEST) Marco Beishuizen articulated: > Yes, all went flawlessly. Spamd now starts without the error. Thanks > for the help! I'll send the PR too. Don't thank me, thank Hajimu UMEMOTO , he was the one who figured it out. Hopefully the maintainer of the "net/p5-I

Re: "net/sendemail" fails after updating Perl

2011-05-30 Thread Mohacsi Janos
Dear All, I have just submitted an update to net/p5-IO-Socket-INET6. http://www.freebsd.org/cgi/query-pr.cgi?pr=157427 Sorry for the long delay. Janos Mohacsi Head of HBONE+ project Network Engineer, Deputy Director of Network Planning and Projects NIIF/HUNGARNET, HUNGARY Key 70EF9882: D

net/sendemail fails with perl 5.14 (INET6) (was: Re: "net/sendemail" fails after updating Perl)

2011-05-22 Thread Ion-Mihai Tetcu
On Sun, 22 May 2011 21:21:44 +0900 Hajimu UMEMOTO wrote: > Hi, > > > On Sat, 21 May 2011 08:36:45 -0400 > > Jerry said: > > jerry> The port: "/net/sendemail" builds fine after the update to > jerry> Perl; however, it no longer runs. It terminates with this > jerry> error message: > >

Re: net/sendemail fails with perl 5.14 (INET6) (was: Re: "net/sendemail" fails after updating Perl)

2011-05-22 Thread Hajimu UMEMOTO
Hi, > On Sun, 22 May 2011 15:51:35 +0300 > Ion-Mihai Tetcu said: > jerry> The port: "/net/sendemail" builds fine after the update to > jerry> Perl; however, it no longer runs. It terminates with this > jerry> error message: > > jerry> Subroutine IO::Socket::INET6::sockaddr_in6 redefined