On Tue, Jun 11, 2002 at 04:51:17PM +0200, Alex Muntada wrote:
> This is an error report generated automatically by CPANPLUS.
> Below is the error stack during 'make':

Interesting! This should never happen -- an automatic report
for failures during the 'make' stage, which is almost always
missing libraries instead of true module failures.

Report.pm have codes that prevent such cases from sending out,
if you invoke the cpansmoke script with -a.  As other smokers
did not report anything about this module, it seems like a
problem with your setup.

Alex, could you check that

    1) cpansmoke -aps is in effect

    2) cpansmoke contains this line of code in line 89ish:
        $cpantest_conf .= 'maketest_only,' if $auto;

    3) Report.pm should have this in line 110ish:
        return if $self->{_conf}->get_conf('cpantest') =~ /\bmaketest_only\b/i
                          and ($stage !~ /\btest\b/);

If all the above are true, then failures during 'make' and
'perl Makefile' should have never been sent out.  Let me
know if that problem persists.

Thanks,
/Autrijus/

Attachment: msg37377/pgp00000.pgp
Description: PGP signature

Reply via email to