Re: ship it

2008-07-16 Thread Andreas J. Koenig
 On Tue, 15 Jul 2008 22:10:20 -0500, Ken Williams [EMAIL PROTECTED] 
 said:

   On Tue, Jul 15, 2008 at 10:07 PM, Ken Williams [EMAIL PROTECTED] wrote:
  On Tue, Jul 15, 2008 at 2:11 AM, Andreas J. Koenig
  [EMAIL PROTECTED] wrote:
  Take for example
  report http://www.nntp.perl.org/group/perl.cpan.testers/1875271.
  
  How horribly bizarre.  We don't even use Devel::Autoflush anywhere.
  Maybe it's some Test:: module barfing?

   Actually, suspiciously, CPAN::Reporter seems to be what uses
   Devel::Autoflush.  Is this part of the problem?

Yes, but usually this problem only occurs if the tested module calls a
wrong perl. My first perl in the $PAT|H does not have Devel::Autoflush
installed but the perls I'm testing usually have it installed. The
@INC path in the report contains '.../etc/perl
/usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5
/usr/share/perl5...' which clearly is the system perl (the first in
the $PATH).

What I do not understand yet is who calls this wrong perl and how it
happens.

-- 
andreas


Re: ship it

2008-07-16 Thread Andy Armstrong

On 16 Jul 2008, at 04:07, Ken Williams wrote:


On Tue, Jul 15, 2008 at 2:11 AM, Andreas J. Koenig
[EMAIL PROTECTED] wrote:

Take for example
report http://www.nntp.perl.org/group/perl.cpan.testers/1875271.


How horribly bizarre.  We don't even use Devel::Autoflush anywhere.
Maybe it's some Test:: module barfing?



I think it /might/ be CPAN::Reporter. I had a similar looking failure  
attempting to install mod_perl2 last night. Worked fine when I built  
it manually but in CPAN with CPAN::Reporter enabled I got a failure  
like that. I know CPAN::Reporter uses Devel::Autoflush.


Specifically the Perl I was using was below /alt/local but the error  
message suggested that Devel::Autoflush was being sought on the system  
Perl's @INC path. I didn't have time to characterise it more fully.


--
Andy Armstrong, Hexten





Re: Devel::Autoflush failures

2008-07-16 Thread Andy Armstrong

On 16 Jul 2008, at 05:03, David Golden wrote:

CPAN::Reporter versions 1.15_56 and 1.16 had broken implementations.
1.1601 is fine -- that said, things can still break if running some
custom perl (not first in path) and some script calls 'perl' that
doesn't have Devel::Autoflush installed.

If you can point me at problem output, I'll help diagnose.  (I've been
triaging emails so I may have missed it.)



Ah - that'll be the problem with mod_perl2 - apxs is written in Perl  
and uses sysperl.


--
Andy Armstrong, Hexten





Fwd: CPAN Upload: D/DA/DAGOLDEN/CPAN-Reporter-1.16_50.tar.gz

2008-07-16 Thread David Golden
Andy -- please give this a try with mod_perl2 when your mirror syncs up.

David


-- Forwarded message --
From: PAUSE [EMAIL PROTECTED]
Date: Wed, Jul 16, 2008 at 9:53 AM
Subject: CPAN Upload: D/DA/DAGOLDEN/CPAN-Reporter-1.16_50.tar.gz
To: David Golden [EMAIL PROTECTED]


The uploaded file

   CPAN-Reporter-1.16_50.tar.gz

has entered CPAN as

 file: $CPAN/authors/id/D/DA/DAGOLDEN/CPAN-Reporter-1.16_50.tar.gz
 size: 101547 bytes
  md5: eeed3a95e5dd2d291c121f4f4ff3b019

No action is required on your part
Request entered by: DAGOLDEN (David Golden)
Request entered on: Wed, 16 Jul 2008 13:53:26 GMT
Request completed:  Wed, 16 Jul 2008 13:53:56 GMT

Thanks,
--
paused, v1016


Re: CPAN Upload: D/DA/DAGOLDEN/CPAN-Reporter-1.16_50.tar.gz

2008-07-16 Thread Andy Armstrong

On 16 Jul 2008, at 14:56, David Golden wrote:
Andy -- please give this a try with mod_perl2 when your mirror syncs  
up.



Will do, thanks :)

--
Andy Armstrong, Hexten





Re: Devel::Autoflush failures

2008-07-16 Thread David E. Wheeler

On Jul 16, 2008, at 19:58, Andreas J. Koenig wrote:


Thanks, this indeed solved the problem. I've now installed both
CPAN::Reporter 1.16_51 and Module::Build 0.2808_02 on most of my
smokers. The first PASS has arrived:

http://www.nntp.perl.org/group/perl.cpan.testers/2008/07/msg1902249.html


So if I understand correctly, that just leaves the version comparison  
issues I reported, yes?


  http://www.nntp.perl.org/group/perl.module.build/2008/07/msg1418.html

Yes?

Best,

David