Skip Menu |

This queue is for tickets about the MIME-tools CPAN distribution.

Report information
The Basics
Id: 31082
Status: resolved
Priority: 0/
Queue: MIME-tools

People
Owner: dmo+pause [...] dmo.ca
Requestors: SREZIC [...] cpan.org
Cc: Mark [...] Overmeer.net
AdminCc:

Bug Information
Severity: Important
Broken in: 5.425
Fixed in: (no value)



Subject: Smtptest.t hangs with perl 5.10.0/freebsd
This is the last line of output from make test: t/Smtpsend...........Undefined subroutine &Mail::Internet::mailaddress called at /usr/local/src/CPAN/build/MailTools-2.01-HgO1wg/blib/lib/Mail/Internet.pm line 383. And then nothing happens. A gdb backtrace shows: #0 0x2761fc65 in accept () from /lib/libc.so.6 #1 0x080d7df2 in Perl_pp_accept () Regards, Slaven
Subject: Re: [rt.cpan.org #31082] Smtptest.t hangs with perl 5.10.0/freebsd
Date: Thu, 29 Nov 2007 16:42:29 -0500
To: Slaven_Rezic via RT <bug-MIME-tools [...] rt.cpan.org>
From: "Dave O'Neill" <dmo [...] dmo.ca>
On Thu, Nov 29, 2007 at 04:20:32PM -0500, Slaven_Rezic via RT wrote: Show quoted text
> > This is the last line of output from make test: > > t/Smtpsend...........Undefined subroutine &Mail::Internet::mailaddress > called at > /usr/local/src/CPAN/build/MailTools-2.01-HgO1wg/blib/lib/Mail/Internet.pm > line 383.
That looks like a MailTools issue, not a MIME-tools issue. Cheers, Dave
Subject: Re: [rt.cpan.org #31082] Smtptest.t hangs with perl 5.10.0/freebsd
Date: Thu, 29 Nov 2007 16:59:42 -0500
To: bug-MIME-tools [...] rt.cpan.org
From: "David F. Skoll" <dfs [...] roaringpenguin.com>
Dave O'Neill via RT wrote: Show quoted text
> On Thu, Nov 29, 2007 at 04:20:32PM -0500, Slaven_Rezic via RT wrote:
Show quoted text
>> t/Smtpsend...........Undefined subroutine &Mail::Internet::mailaddress >> called at >> /usr/local/src/CPAN/build/MailTools-2.01-HgO1wg/blib/lib/Mail/Internet.pm >> line 383.
Show quoted text
> That looks like a MailTools issue, not a MIME-tools issue.
Yes, I agree. However, the test should not hang, and I have committed a change that will make the test finish (but fail) rather than hang. This change will be in the next release. Regards, David.
On Thu Nov 29 16:43:00 2007, dmo@dmo.ca wrote: Show quoted text
> On Thu, Nov 29, 2007 at 04:20:32PM -0500, Slaven_Rezic via RT wrote:
> > > > This is the last line of output from make test: > > > > t/Smtpsend...........Undefined subroutine &Mail::Internet::mailaddress > > called at > >
/usr/local/src/CPAN/build/MailTools-2.01-HgO1wg/blib/lib/Mail/Internet.pm Show quoted text
> > line 383.
> > That looks like a MailTools issue, not a MIME-tools issue. > > Cheers, > Dave
Indeed, there's a similar report at http://rt.cpan.org/Ticket/Display.html?id=31070
Subject: Re: [rt.cpan.org #31082] Smtptest.t hangs with perl 5.10.0/freebsd
Date: Fri, 30 Nov 2007 09:38:54 +0100
To: Slaven_Rezic via RT <bug-MIME-tools [...] rt.cpan.org>
From: Mark Overmeer <mark [...] overmeer.net>
* Slaven_Rezic via RT (bug-MIME-tools@rt.cpan.org) [071129 22:41]: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=31082 > > > On Thu Nov 29 16:43:00 2007, dmo@dmo.ca wrote:
> > On Thu, Nov 29, 2007 at 04:20:32PM -0500, Slaven_Rezic via RT wrote:
> > > > > > This is the last line of output from make test: > > > > > > t/Smtpsend...........Undefined subroutine &Mail::Internet::mailaddress > > > called at > > >
> /usr/local/src/CPAN/build/MailTools-2.01-HgO1wg/blib/lib/Mail/Internet.pm
> > > line 383.
> > > > That looks like a MailTools issue, not a MIME-tools issue.
Mail::Internet used mailaddress() around the clean Exporter interface, which caused confusion. Fixed in 2.02 -- Thanks, MarkOv ------------------------------------------------------------------------ Mark Overmeer MSc MARKOV Solutions Mark@Overmeer.net solutions@overmeer.net http://Mark.Overmeer.net http://solutions.overmeer.net
Tests should no longer hang.