FAIL Net-Pcap-0.15 i486-linux-gnu-thread-multi 2.6.22-3-amd64
  Home FAQ Contact Sign in
perl.cpan.testers only
 
Advanced search
POPULAR GROUPS

more...

perl.cpan.testers Profile…
 Up
FAIL Net-Pcap-0.15 i486-linux-gnu-thread-multi 2.6.22-3-amd64         


Author: Icerider
Date: Dec 3, 2007 05:59

This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible. See
http://testers.cpan.org/

Please cc any replies to cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.

--
Dear Sebastien Aperghis-Tramoni,

This is a computer-generated report for Net-Pcap-0.15
on perl-5.8.8, created automatically by CPAN-Reporter-1.06
and sent to the CPAN Testers mailing list.

If you have received this email directly, it is because the person testing
your distribution chose to send a copy to your CPAN email address; there
may be a delay before the official report is received and processed
by CPAN Testers.
Show full article (5.95Kb)
3 Comments
Re: FAIL Net-Pcap-0.15 i486-linux-gnu-thread-multi 2.6.22-3-amd64         


Author: saper
Date: Dec 3, 2007 07:40

Hello,

ICERIDER gmail.com> wrote:
> Dear Sebastien Aperghis-Tramoni,
>
> This is a computer-generated report for Net-Pcap-0.15
> on perl-5.8.8, created automatically by CPAN-Reporter-1.06
> and sent to the CPAN Testers mailing list.
>
> If you have received this email directly, it is because the person testing
> your distribution chose to send a copy to your CPAN email address; there
> may be a delay before the official report is received and processed
> by CPAN Testers.

Unless I'm wrong, this report should not have been send because there is a
dependency issue, where the module need an external library unavailable
on the system. Makefile.PL checks for its presence and die() if it cannot
be found, as shown in the output below.

I thought this was the sanctionned way to signal to auto-smokers that a
dependency was not found. Has this changed?
> ------------------------------
> PROGRAM OUTPUT
> ------------------------------
>
> Output from '/usr/bin/perl Makefile.PL PREFIX=~/ SITELIBEXP=~/lib/perl5
> LIB=~/lib/perl5 INSTALLMAN1DIR=~/share/man/man1...
Show full article (1.85Kb)
no comments
Re: FAIL Net-Pcap-0.15 i486-linux-gnu-thread-multi 2.6.22-3-amd64         


Author: Dagolden
Date: Dec 3, 2007 08:06

On Dec 3, 2007 10:40 AM, Sébastien Aperghis-Tramoni cpan.org> wrote:
> Unless I'm wrong, this report should not have been send because there is a
> dependency issue, where the module need an external library unavailable
> on the system. Makefile.PL checks for its presence and die() if it cannot
> be found, as shown in the output below.
>
> I thought this was the sanctionned way to signal to auto-smokers that a
> dependency was not found. Has this changed?

Just exit, don't die. If Makefile.PL exits with an error, that's a
FAIL. (unless you happen to use one of the special "OS Unsupported"
strings)

If you exit 0 without creating a Makefile, CPAN/CPANPLUS will not
continue, nor will they send an error message.

David
no comments
Re: FAIL Net-Pcap-0.15 i486-linux-gnu-thread-multi 2.6.22-3-amd64         


Author: saper
Date: Dec 3, 2007 08:52

David Golden wrote:
> On Dec 3, 2007 10:40 AM, Sébastien Aperghis-Tramoni wrote:
>
>> Unless I'm wrong, this report should not have been send because there is a
>> dependency issue, where the module need an external library unavailable
>> on the system. Makefile.PL checks for its presence and die() if it cannot
>> be found, as shown in the output below.
>>
>> I thought this was the sanctionned way to signal to auto-smokers that a
>> dependency was not found. Has this changed?
>
> Just exit, don't die. If Makefile.PL exits with an error, that's a
> FAIL. (unless you happen to use one of the special "OS Unsupported"
> strings)
>
> If you exit 0 without creating a Makefile, CPAN/CPANPLUS will not
> continue, nor will they send an error message.

Ok, thanks for the clarification.
I'll modify this for the next release.
Show full article (0.91Kb)
no comments