Re: No more email delivery of cpan-testers

2008-02-11 Thread David Cantrell
is dependent on receiving all of these > emails, please let us know. I don't have anything that depends on the test reports, but I do use the notifications that PAUSE sends to the list. Can those please continue to be allowed through? They appear to have a From: address of [EMAIL PROTECT

Re: FAIL Sys-Syslog-0.18 i686-linux 2.4.27-3-686

2008-01-31 Thread David Cantrell
S?bastien Aperghis-Tramoni wrote: > David Cantrell wrote: > >Seems that I was testing an old version. 0.24 works fine. > I just realised from the subject that your smoke bot indeed tested an > old version: 0.18 dates back from august 2006. I don't mind that much > a

Re: FAIL Test-Pod-Coverage-1.08 i386-freebsd 6.1-release

2008-01-31 Thread David Cantrell
bundled with perl 5.10.0, rendering XML::SAX completely unusable despite it passing all its tests and the *code* being fine - it just wasn't installing properly. -- David Cantrell | London Perl Mongers Deputy Chief Heretic fdisk format reinstall, doo-dah, doo-dah; fdisk format reinstall, it's the Windows way

Re: FAIL Test-Pod-Coverage-1.08 i386-freebsd 6.1-release

2008-01-31 Thread David Cantrell
. A bad idea, I will revert to the old settings. It's much better to use CPAN.pm's distribution preferences files to automatically answer questions for common pre-requisites: http://shorterlink.org/3838 -- David Cantrell | Enforcer, South London Linguistic Massive When a man is

Re: Odd Test::Class failure

2008-01-31 Thread David Cantrell
akefile.PL which I thought should result in a N/A or some > such rather than a failure? Am I mistaken? I believe that very old perls don't understand X.Y.Z versions (you actually have 5.6.1 in Makefile.PL). Changing it to 5.006001 will, I think, fix that. -- David Cantrell | http://ww

Re: FAIL XML-Validator-Schema-1.09 i686-linux 2.4.27-3-686

2008-01-30 Thread David Cantrell
On Wed, Jan 30, 2008 at 02:47:51PM -0500, Sam Tregar wrote: > On Jan 30, 2008 1:46 PM, David Cantrell <[EMAIL PROTECTED]> wrote: > > exit(0) before calling WriteMakefile(). > Hmm, that's a chicken-or-egg problem. If I try to check before > WriteMakefile() then y

Re: FAIL XML-Validator-Schema-1.09 i686-linux 2.4.27-3-686

2008-01-30 Thread David Cantrell
On Thu, Jan 31, 2008 at 09:02:08AM +1300, Grant McLean wrote: > On Wed, 2008-01-30 at 18:33 +0000, David Cantrell wrote: > > Sort of. The fault appears to be with XML::SAX, which is broken > > when installed using CPAN.pm. > That certainly didn't used to be the cas

Re: FAIL XML-Validator-Schema-1.09 i686-linux 2.4.27-3-686

2008-01-30 Thread David Cantrell
On Wed, Jan 30, 2008 at 01:41:10PM -0500, Sam Tregar wrote: > On Jan 30, 2008 1:33 PM, David Cantrell <[EMAIL PROTECTED]> wrote: > > Sort of. The fault appears to be with XML::SAX, which is broken > > when installed using CPAN.pm... > I was thinking about releasing a

Re: FAIL XML-Validator-Schema-1.09 i686-linux 2.4.27-3-686

2008-01-30 Thread David Cantrell
of compile-time; immediately before that eval, strip anything that looks like m{build/XML-SAX.*/lib/XML/SAX/$} from @INC This will then have to be tested using a mini-CPAN I've CCed the XML::SAX author on this email. -- David Cantrell | Official London Perl Mongers Bad Influence

Re: erroneous FAIL reports related to Cwd / PathTools

2008-01-15 Thread David Cantrell
5.10.0 on FreeBSD, NetBSD, Solaris and OS X. I am re-testing the affected distributions as we speak. If you don't hear anything else from me about them, then you can assume that they're fine. And yes, I have notified PathTools's author. -- David Cantrell | London Perl Monge

Re: FAIL Apache2-AuthenSmb-0.01 i686-linux 2.4.27-3-686

2008-01-14 Thread David Cantrell
n it. That is that when running under CPAN.pm or CPANPLUS, I/O can be buffered, so the questions that the obfuscated code asks can't be seen until after the user has answered them. The simple fix is to delete the obfuscated code and to switch to using ExtUtils::MakeMaker, and use

Re: UNKNOWN Tk-SelFile-0.02 x86_64-linux-thread-multi-ld 2.6.22.10

2008-01-04 Thread David Cantrell
0.something for years - Test::More being an obvious example. > I think this program should be removed. There's no particular reason to remove it. -- David Cantrell | Official London Perl Mongers Bad Influence One person can change the world, but most of the time they shouldn't -- Marge Simpson

Re: FAIL Win32-API-0.47 i486-linux-gnu-thread-multi 2.6.22.10

2007-12-17 Thread David Cantrell
() with the message "OS unsupported". You can use Devel::AssertOS for this - the use-devel-assertos script that comes with it will do all that's necessary to update your Makefile.PL and bundle the module with your code. -- David Cantrell | Cake Smuggler Extraordinaire Seven o&

Re: FAIL Font-TTF-Scripts-0.10 amd64-freebsd 6.2-prerelease

2007-11-22 Thread David Cantrell
fferences in Ghostscript from one machine to the next were enough to "break" my output files, despite them appearing to be identical. Is this catching you out here? -- David Cantrell | http://www.cantrell.org.uk/david Erudite is when you make a classical allusion to a feather. Kinky is when you use the whole chicken.

Re: UNKNOWN httpd_ctl-1.04 i686-linux 2.4.27-3-686

2007-11-14 Thread David Cantrell
tribution not installed >> Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.03 cusr 0.00 >> csys = 0.06 CPU) >> Result: NOTESTS UNKNOWN means that CPAN::Reporter couldn't determine whether your code passed or failed its tests, or that it didn't have any tests at

Re: Perl PAR:Packer Installation Problem

2007-11-14 Thread David Cantrell
[EMAIL PROTECTED] wrote: > I am not able to install the perl PAR:Packer module on my linux box. > ... > Can someone help please? Yes. That someone would be the author, whose address is [EMAIL PROTECTED] -- David Cantrell | http://www.cantrell.org.uk/david 23.5 degrees of axia

Re: FAIL DBD-ODBC-1.15_1 cygwin-thread-multi-64int 1.5.24(0.15642)

2007-11-07 Thread David Cantrell
uot;use DBI 1.21"; if($@) { warn(" Something's badly broken with your environment, I couldn't install DBI "); exit(0); } Do that for every non-core module you want to use in Makefile.PL. -- David Cantrell | Cake Smuggler Extraordi

Re: [Fwd: Re: FAIL Search-Xapian-1.0.4.0 MSWin32-x86-multi-thread 5.1]

2007-11-04 Thread David Cantrell
d bogus reports like that one, but provided I'm paying attention I *can* send reports for errors such as the author requiring but forgetting to bundle Module::Install. Replies to cpan-testers-discuss please. -- David Cantrell | London Perl Mongers Deputy Chief Heretic What profiteth a man, if he win a flame war, yet lose his cool?

Re: FAIL DBD-mysql-4.005 alpha-netbsd 2.1.0_stable

2007-10-28 Thread David Cantrell
> > Output from '/arpa/af/d/drhyde/perl-5.9.5/bin/perl5.9.5 Makefile.PL': > > Can't locate DBI/DBD.pm in @INC ... > This is a problem with your setup! The problem is that you didn't declare DBI::DBD as a pre-req. -- David Cantrell | top google result for &

Re: FAIL Tk-TIFF-0.10_50 i486-linux-gnu-thread-multi 2.6.18.3

2007-10-26 Thread David Cantrell
then you're better off grabbing it from CVS than from the CPAN: http://drhyde.cvs.sourceforge.net/drhyde/perlmodules/Devel-CheckLib/ -- David Cantrell | A machine for turning tea into grumpiness For every vengeance, there is an equal and opposite revengeance. -- Cartoon Law X

Re: FAIL NetSNMP-LogParser-1.0470 i386-freebsd-64int 6.1-release

2007-10-15 Thread David Cantrell
On Sun, Oct 14, 2007 at 09:09:24PM +0200, Slaven Rezic wrote: > You have some possibilities to resolve this: > > * Preserve the old PERL5LIB: $ENV{'PERL5LIB'} = "blib/lib:$ENV{PERL5LIB}"; Using a colon as the seperator is not portable. You want to use $Config{p

Re: FAIL ack-1.67_02 amd64-freebsd 6.2-release

2007-10-09 Thread David Cantrell
The problem is that squash is running under -T and thus PERL5LIB is > not used (see perldoc perlrun). File::Next was there on my system, but > only in a PERL5LIB-specified path. This is why I tell CPAN.pm to *install* modules as it tests them, and not just to test them. -- David Cantrell | Min

Re: FAIL Devel-CheckOS-1.1 i486-linux-gnu-thread-multi 2.6.18.3

2007-10-06 Thread David Cantrell
...ok > t/13-assertos-blah-invalid...ok > t/14-assertos-multi..ok > t/XX-autodetected-linux-as-Unix.. Failed 1/1 subtests That's odd. Please can you do the following: perl Makefile.PL|tee>makefilepl.output make test|tee>test.output and send me *.ou

Re: PASS Devel-CheckOS-1.0 i686-linux-64int 2.6.22-1-k7

2007-10-03 Thread David Cantrell
n/build/Devel-CheckOS-1.0-znZTAS/blib/lib/Devel/AssertOS/Linux.pm > line 5. > ok > > ... > > Summary of my perl5 (revision 5 version 9 subversion 5) configuration: That warning qbout Exporter is a bit of a puzzler, especially when it found Exporter just fine earlier when the *

Re: Please test dev version of CPAN + CPAN::Reporter

2007-08-20 Thread David Cantrell
t default to no, to avoid false positives. Quite a few build failures are down to things like me not having some obscure C library installed. -- David Cantrell | Godless Liberal Elitist When a man is tired of London, he is tired of life -- Samuel Johnson

Re: FAIL scriptdist-0.14 i686-linux 2.4.27-3-686

2007-08-15 Thread David Cantrell
It's harder to track down cos the test harness messes with the environment making it difficult to test in isolation, but changing the backticks to this makes it clear ... `perl -e 'print "foo\n"';perl -v;perl -c $file 2>&1;perl -e 'print "foo\n"'` -- David Cantrell | top google result for "internet beard fetish club" fdisk format reinstall, doo-dah, doo-dah; fdisk format reinstall, it's the Windows way

Re: FAIL Business-ISBN-2.00_01 i686-linux 2.4.27-3-686

2007-08-15 Thread David Cantrell
t; /home/david/_/_/perl-5.6.2/.cpan/build/Business-ISBN-2.00_01-bm7VyZ/blib/lib/Business/ISBN.pm > line 71 This is correct - Exporter later grew this additional code to support that: if ($pkg eq "Exporter" and @_ and $_[0] eq "import") { *{$callpkg."::import"

Re: FAIL grepurl-0.10 i686-linux 2.4.27-3-686

2007-08-15 Thread David Cantrell
[looks closer] oh, it's a script. Probably a safe assumption to make then, I suppose. Even so, that's the reason for the failure report. -- David Cantrell | A machine for turning tea into grumpiness Googling for "Swedish lizard overlord" gives this sig as the first result. WHAT DOES THAT TELL YOU, EH? EH?

Offline testing

2007-08-11 Thread David Cantrell
o the staging server, run tests using the local mini-CPAN and saving test result emails to disk, then get the emails back from the staging server to my laptop and dump them into my mail server. Sensible? Anyone already done this? -- David Cantrell | Cake Smuggler Extraordinaire For every ve

Re: FAIL Data-Compare-0.16 i686-linux-64int 2.4.22-rc2-ac2

2007-08-07 Thread David Cantrell
On Mon, Aug 06, 2007 at 02:21:52PM +0100, David Cantrell wrote: > On Sun, Aug 05, 2007 at 07:31:31PM +0200, [EMAIL PROTECTED] wrote: > > PERL5LIB = /home/sand/.cpan/build/File-Find-Rule-0.30-nR40Z9/blib/arch ... > > t/taintCan't locate File/Find/Rule.pm in

Re: FAIL Data-Compare-0.16 i686-linux-64int 2.4.22-rc2-ac2

2007-08-06 Thread David Cantrell
ay, the only reason that you're running in Taint mode is because my test script made you do it. I can trust my code :-) Or should I skip the test if PERL5LIB is set? -- David Cantrell | London Perl Mongers Deputy Chief Heretic For every vengeance, there is an e

Re: Reporting failures in pre-requisites

2007-08-03 Thread David Cantrell
On Fri, Aug 03, 2007 at 02:31:02PM +0100, David Cantrell wrote: > On Fri, Aug 03, 2007 at 08:30:09AM -0400, DAGOLDEN wrote: > > Interesting idea, but the risk of false positives (i.e FAIL) is high > > so direct notification is probably not a great idea. I think this > >

Re: Reporting failures in pre-requisites

2007-08-03 Thread David Cantrell
test results for dependency distros based on META.yml > (not perfect, but easy). and better, I think. [bangs on keyboard like a crazed gibbon to create a prototype] -- David Cantrell | London Perl Mongers Deputy Chief Heretic Nuke a disabled unborn gay baby whale for JESUS!

Reporting failures in pre-requisites

2007-08-03 Thread David Cantrell
couldn't be installed on some random platform because the latest version of one of my dependencies is broken. It would let me either find an alternative dependency, eliminate the dependency if I can trivially code around it, or help the other author fix his bug. Thoughts? -- David Cantre

Re: FAIL Mediawiki-Blame-0.0.1 i686-linux 2.4.27-3-686

2007-07-31 Thread David Cantrell
I apologise. I will re-test shortly and let you know the result. -- David Cantrell | London Perl Mongers Deputy Chief Heretic If you have received this email in error, please add some nutmeg and egg whites, whisk, and place in a warm oven for 40 minutes.

Re: Returned mail: see transcript for details

2007-07-12 Thread David Cantrell
--- The following addresses had permanent fatal errors - > ><[EMAIL PROTECTED]> > >(reason: 550 the lights are out (sf)) The 550 status is the important bit. It means "Requested action not taken: mailbox unavailable". See http://www.greenend.org.uk/rjk/2000/05/21/

Re: FAIL Devel-Profiler-0.04 i686-linux 2.4.27-3-686

2007-06-21 Thread David Cantrell
would run them were I to try to install your module at work where we use /opt/perl/... which is also not in the path. -- David Cantrell | Reality Engineer, Ministry of Information NANOG makes me want to unplug everything and hide under the bed -- brian d foy

Re: UNKNOWN Mango-0.01000_05 OpenBSD.i386-openbsd 3.5

2007-06-01 Thread David Cantrell
bad interaction between CPAN, > Module::Install and your use of auto_install. I don't see anything obvious in your Makefile.PL that couldn't be achieved using the standard tools. If the same problem occurs with them, then I'll investigate. -- David Cantrell | Cake Smuggler Extraordina

Re: FAIL Bryar-3.0 i486-linux-gnu-thread-multi 2.6.17.13.vtrl22.01

2007-05-08 Thread David Cantrell
rmission denied > make: *** [tt2_install] Error 13 ... a failure in your testing environment. -- David Cantrell | top google result for "internet beard fetish club" On the bright side, if sendmail is tied up routing spam and pointless uknot posts, it's not wavin

Re: FAIL Number-Phone-1.5601 i686-linux-thread-multi-64int-ld 2.4.26

2007-03-15 Thread David Cantrell
PAUSE hadn't finished transferring Number::Phone 1.57 to the CPAN by the time you ran your tests. Everything *should* just work now from what I can tell (and I've not changed anything - honest!), but please could you re-test Number-Phone-UK-DetailedLocations-1.3 and let me know what happens?

Re: FAIL KinoSearch-0.20_02 OpenBSD.i386-openbsd 3.5

2007-03-12 Thread David Cantrell
nntp.perl.org/group/perl.daily-build/2004/04/msg676.html It appears that perl itself was fixed to avoid this bug, but anything else that uses OpenBSD's libc still suffers from it. I'll be upgrading to OpenBSD 4 soon. -- David Cantrell | Godless Liberal Elitist Good advice is al

Re: FAIL Test-LectroTest-0.3500 MSWin32-x86-multi-thread 5.0

2007-03-09 Thread David Cantrell
line sources use rationing I suppose I need a fake source of evenly distributed unpredictable data (a chunk from the middle of a bzip2 file would do) - and to test the test, I suppose I need a fake source of unevenly distributed data as well :-) Suggestions on how to implement the test would be

Re: FAIL Net-Random-1.3 sun4-solaris-thread-multi 2.9

2007-02-28 Thread David Cantrell
andom: random.org buffer nearly empty > Use of uninitialized value in hash element at t/all.t line 44. > Use of uninitialized value in numeric lt (<) at t/all.t line 46. > Use of uninitialized value in numeric gt (>) at t/all.t line 46. I don't like it, but I think the only way

Re: FAIL Test-Group-0.06 i686-linux 2.4.27-3-686

2007-02-26 Thread David Cantrell
Tried to use 'Test::Group'. # Error: Can't localize through a reference at # /home/david/_/_/perl-5.6.2/. cpan/build/Test-Group-0.06/blib/lib/Test/Group.pm line 640. and so on. If you would like temporary access to a machine with 5.6.2 installed so you can work on that, I can

Re: FAIL Test-Class-0.23 i686-linux 2.4.27-3-686

2007-02-26 Thread David Cantrell
so nothing notices that they're there. So I've CCed Schwern on this. Whether it's a bug or just that my test rig is a bit perverse I dunno :-) Anyway, I'd already noticed this for Test::Simple, and deleted the old version by hand. I've now done the same for the old Test

Re: FAIL Games-Tournament-Swiss-0.03 i686-linux 2.4.27-3-686

2007-02-26 Thread David Cantrell
;C1'; use constant C2 => 'C2'; [and so on] If it would help, I can give you a temporary account with perl 5.6.2 installed. -- David Cantrell | Reality Engineer, Ministry of Information Feature: an incorrectly implemented bug

Re: FAIL Alvis-QueryFilter-0.2 OpenBSD.i386-openbsd 3.5

2007-02-23 Thread David Cantrell
v perl -w $ /usr/bin/env bash: /usr/bin/env: No such file or directory Now OK, that's on Unicos, but I'm sure I've come across the same problem on one of {some random Linux distro|OS X|*BSD|Sun}. $^X trumps env, but it looks like Probe::Perl trumps $^X, at least on VMS. -- David Ca

Re: FAIL Alvis-QueryFilter-0.2 OpenBSD.i386-openbsd 3.5

2007-02-23 Thread David Cantrell
up within a day or so and test it again. I only notify authors of failures, so please check the cpan-testers mailing list archive for the email saying that it PASSed - if you can't find it there after a few days, let me know and I'll run the tests again and make sure to let you know what

FAIL perl-5.8.8 alpha-netbsd 2.1.0_stable

2007-02-14 Thread David Cantrell
#x27; || $^O eq 'NetWare' || $^O eq 'dos' || $^O eq 'MacOS' || ($^O eq 'VMS' && !$Config{'d_sigaction'})) { print "1..0\n"; exit 0; } } -- David Cantrell

Re: How to become a tester

2007-02-12 Thread David Cantrell
shall follow. Don't forget to exclude test results for your own modules - you certainly don't want those going to the bit bucket. -- David Cantrell | top google result for "topless karaoke murders" Please stop rolling your Jargon Dice and explain the problem you are having to

Re: How to become a tester

2007-02-12 Thread David Cantrell
On Mon, Feb 12, 2007 at 11:47:33AM -0500, David Golden wrote: > >David Cantrell <[EMAIL PROTECTED]> wrote: > >> Prompted by one of barbie's wibblings in his journal, I've decided to > >> become a tester. But the http://testers.cpan.org/ page is out of date

How to become a tester

2007-02-11 Thread David Cantrell
I need to write some procmail rules so that everyone elses FAILS and PASSes don't swamp me ... -- David Cantrell | Cake Smuggler Extraordinaire What profiteth a man, if he win a flame war, yet lose his cool?

Re: FAIL Data-Compare-0.13 i686-linux 2.6.8.1

2004-12-09 Thread David Cantrell
ap the 'use File::Find::Rule' line in Data::Compare in 'eval { ... }' and let me know if that fixes it. Alternatively, please provide a test case which will fail for the current version of Data::Compare on perl 5.8.x. -- David Cantrell | Benevolent Dictator Of The World Sobol's Law of Telecom Utilities: Telcos are malicious; cablecos are simply clueless.

Re: FAIL Net-Random-1.1 i386-netbsd-64int 1.6

2004-09-09 Thread David Cantrell
------- > t/all.t 201 5.00% 16 How many times did this happen? -- David Cantrell | Official London Perl Mongers Bad Influence

Re: UNKNOWN Acme-Pony-1.1.2 darwin-2level 7.3.0

2004-09-03 Thread David Cantrell
On Fri, Sep 03, 2004 at 01:22:12PM +0200, Lupe Christoph wrote: > Quoting David Cantrell <[EMAIL PROTECTED]>: > > It's an Acme module. Who cares. > If you feel that way, why did you bother to upload it to CPAN at all? > Why did you bother to write it? You obviousl

Re: UNKNOWN Acme-Pony-1.1.2 darwin-2level 7.3.0

2004-09-03 Thread David Cantrell
ion. It's an Acme module. Who cares. > Additional comments: > > Hello, David Cantrell! Thanks for uploading your works to CPAN. > > Would it be too much to ask for a simple test script in the next > release, so people can verify which platforms can successfully > insta

Re: FAIL Tie-Scalar-Decay-1.1 ppc-linux 2.4.2

2001-05-21 Thread David Cantrell
s somewhat sensitive to system load and speed. I don't consider this to be a bug in Tie::Scalar::Decay itself, as the module behaves correctly - it does in fact decay at the correct speed regardless of the machine load - and more an artifact of most systems not being RTOSes. So I've r