CPAN

 view release on metacpan or  search on metacpan

Todo  view on Meta::CPAN


2007-05-11  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* Uploaded today:

CFRANKS   Perl6-Junction-1.30000.tar.gz           6k   11 May 2007
MARKOV    MailTools-1.77.tar.gz                  47k   11 May 2007

	* If I find a way to reproduce the test breakage, Tim asks for:

	DBI_TRACE=4 DBD_GOFER_TRACE=1 DBI_GOFER_TRACE=4 perl -Mblib t/zvg_85gofer.t > zvg_85gofer.log 2>&1

	* JPRIT/Event-1.08.tar.gz broken by bleadperl but not easy to track.

	http://groups.google.de/group/perl.perl5.porters/browse_frm/thread/f17cb95982764f54/afa5337cf7fe5c7d?lnk=gst&q=Josh+Event&rnum=1&hl=de#afa5337cf7fe5c7d

	But where's the patch? This was a week ago on 31130. Patch uploaded and
	distropref written.

	* SUNGO/POE-API-Peek-1.0802.tar.gz never works but it has only PASSes on
	cpantesters. Dependency on Devel::Size.

	* RIZEN/Config-JSON-1.0.3.tar.gz broke on the day we switched user:

20070417T1509 perl        30970  375 OK    
20070418T2250 perl        30977  443 NOT OK

	Again a predictable filename in /tmp/

	http://rt.cpan.org/Ticket/Display.html?id=27078

2007-05-10  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>

	* PETDANCE / Test::WWW::Mechanize 1.12 is failing all the time.

	There is a cleanup routine that kills the server without further
	diagnostics. The reason why this cleanup is called prematurely is
	"Can\'t locate Encode/ConfigLocal.pm in @INC" what I found out by
	running through the debugger. Called at Encode.pm line 53 !!!

 50 our %Encoding;
 51 our %ExtModule;
 52 require Encode::Config;
 53 eval { require Encode::ConfigLocal };

	Is this a $^S issue? Yes, as already reported by mark@blackmans.org in

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

	* top failing module today is MARKSTOS/CGI-Session-4.20. Does not sound
	familiar. But in fact it failed all runs since 30977, both maint and
	blead. I have already reported to cpantesters but most reports were
	PASS. ARRRG, this is the annoying circular data structures problem in
	JSON::Syck. We seem to have a negative dependency on JSON::Syck. But as
	we always install it because it comes with YAML::Syck we see the
	negative report always.

	And now I discover that there is a 4.20_1 since last November. But it
	fails at the same test.

	* 26664 is reopened by Marek and he asks for a chmod before running
	patch. I'd think we should chmod selectively.

	* Jifty caused a hang in the test suite again. I solved it the same way
	as the other times but this time I had to kill an additional ptee
	process which apparently was still waiting. Frightening.

	* B::Generate seems to be broken. It was also already broken at 23023
	which is my first intermediate point to base binary searches on because
	it is faster than 20002. And the interval [20002,23023] is it.

----Program----
eval q{use B::Generate 1.06};
print $@ ? "N/A" : "OK";
print "\n";

----Output of .../pCWADJn/perl-5.8.0@22314/bin/perl----
OK

----EOF ($?='0')----
----Output of .../pXfp3lj/perl-5.8.0@22315/bin/perl----
N/A

----EOF ($?='0')----

	* JAW/Devel-Profile-1.05.tar.gz looks like a candidate for a binary search.

	It is OK on maint and fails on blead since 30950 (the earliest I have
	ATM). But 23023 fails the same way. So we slip into the [22682,22741]
	interval and binary search starts building new old perls.

  CPAN.pm: Going to build J/JA/JAW/Devel-Profile-1.05.tar.gz

Checking if your kit is complete...
Looks good
Writing Makefile for Devel::Profile
cp Profile.pm blib/lib/Devel/Profile.pm
Manifying blib/man3/Devel::Profile.3
  JAW/Devel-Profile-1.05.tar.gz
  /usr/bin/make -- OK
Running make test
CPAN::Reporter not installed, falling back to testing without
PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/p7UlFTf/perl-5.8.0@22741/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/test1....ok
t/test2....dubious
        Test returned status 0 (wstat 11, 0xb)
t/test3....cannot open prof.out: No such file or directory
t/test3....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
t/test4....dubious
        Test returned status 0 (wstat 11, 0xb)
t/test5....cannot open prof.out: No such file or directory
t/test5....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-2
        Failed 2/2 tests, 0.00% okay
Failed Test Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/test2.t      0    11    ??   ??  ??
t/test3.t      2   512     2    4  1-2



( run in 0.599 second using v1.01-cache-2.11-cpan-d8267643d1d )