Re: Module::Build 0.30_01 - please test

2008-12-12 Thread David Cantrell
[Added CC to cpan-testers-discuss]

On Thu, Dec 11, 2008 at 07:25:37PM -0800, Eric Wilhelm wrote:

 Testers, it would be great if you could run through a sampling of 
 distros out-of-band (to not annoy authors with our alpha bugs.)  David, 
 do you have a write-up from the procedure you used on this last time?
   http://www.nntp.perl.org/group/perl.qa/2008/09/msg11418.html

1  build a new perl
 sh Configure -Dprefix=$HOME/mbtestperl -de
 (IIRC I didn't bother with any combinations of threads, 64bit-ness
 etc, as those shouldn't affect M::B itself)
2  install the official version of M::B and CPAN::Reporter
3  take a backup in a tarball; also backup ~/.cpanreporter/reports-sent.db
4  delete ~/.cpanreporter/reports-sent.db, disable all email sending,
5  configure C::R to never ever need manual intervention
6  test a bunch of modules
 for i in `cat list_of_modules`; do
   path_to_perl/bin/perl -MCPAN -e install qw($i)
 done
7  move the new ~/.cpanreporter/reports-sent.db aside
8  delete that perl, restore from the tarball (this gets rid of any cruft
 left over from the previous round of testing)
9  install the dev version of M::B
10 repeat step 6
11 send Eric the old reports-sent.db and the new one generated in step
 10

Or you can do the two test runs in parallel with two identical
(apart from -Dprefix) builds of perl, if you set PERL_CPAN_REPORTERDIR
differently in the environment for the two smokers.

Hopefully I'll have the time to do all this myself in the few days
before Christmas, but I'm sure it would be a good idea for at least one
other person to do it.

-- 
David Cantrell | Enforcer, South London Linguistic Massive

What a lovely day!  Now watch me spoil it for you.


Re: Module::Build 0.30_01 - please test

2008-12-12 Thread David Golden
On Fri, Dec 12, 2008 at 8:58 AM, David Cantrell da...@cantrell.org.ukwrote:

 Hopefully I'll have the time to do all this myself in the few days
 before Christmas, but I'm sure it would be a good idea for at least one
 other person to do it.


I have it running now -- though not quite so vanilla a set up.  Results
probably around Monday.

David


compat Makefile.PL bombs when Build.PL does exit(0)

2008-12-12 Thread Eric Wilhelm
Hi all,

I don't have time to triage all of the M::B bugs and we really need to 
get some of these cleared out.

This one looks like it may have been resolved within the last year and 
possibly been made a non-issue by recent cpantesters improvements.  
Could I please have a volunteer to look into whether this bug is still 
there?

  https://rt.cpan.org/Ticket/Display.html?id=32018

Thanks,
Eric
-- 
So malloc calls a timeout and starts rummaging around the free chain,
sorting things out, and merging adjacent small free blocks into larger
blocks. This takes 3 1/2 days.
--Joel Spolsky
---
http://scratchcomputing.com
---