On Mon Sep 25 07:04:34 2006, SZABGAB wrote:
Show quoted text> Would it be possible to add reporting on very early failures as well?
> E.g. while I was trying to upgrade Archive::Any I got the following.
> Would it be possible to send failure reports on such events as well?
Show quoted text> make: *** [Build] Error 2
> /usr/bin/make -- NOT OK
> Running make test
> Can't test without successful make
> Running make install
> make had returned bad status, install seems impossible
> Failed during this command:
> CMOORE/Archive-Any-0.093.tar.gz : make NO
>
This is similar to "#21566: What to do if a module does not compile?"
There's a logic issue in what to report -- it's not clear if this is in
the mandate of CPAN Testers. It seems like an "NA" result, to me.
Seeing this output made it clearer to me what the issues are. Right
now, CPAN.pm doesn't get to the point of running tests if make/Build
fails. So there would need to be some bigger surgery. It might mean
that CPAN::Reporter just adds a make() reporting function and it gets
integrated to CPAN the same way as it does for test. I'll take it up
with Andreas.