[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help: libnet-imap-server-perl



On Sat, Mar 22, 2014 at 04:50:07PM +0000, Daniel Lintott wrote:
 
> I've just been looking at libnet-imap-server-perl again, after updating
> it in February, but sadly still experiencing a test failure, that I
> didn't see initially... see [0] for the details.

This is probably due to Net::Server::Coro being IPv4-only.
I've just filed #742393 about this.

Patching lib/Net/IMAP/Server/Test.pm with
-        PeerAddr        => 'localhost',
+        PeerAddr        => '127.0.0.1',

seems to make the test failure go away here.

> Looking through PET today, I can across the same bug, reported elsewhere
> [1]... which after lots of reading and search the Perl VCS should be
> fixed... I believe!
 
> [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607674

This doesn't seem to be the same bug.  I can't reproduce it, and the
upstream ticket [rt.cpan.org #68282] says it was due to [rt.cpan.org
#61577] / [perl #112736], which was #659075 on our side and fixed in
perl/5.14.2-11 (thanks to Daniel Kahn Gillmor.) 

I've sent a note to #607674 but didn't close it quite yet,
maybe intrigeri can confirm?
-- 
Niko Tyni   ntyni@debian.org


Reply to: