In file included from /usr/lib/perl/5.18/CORE/perl.h:2513:0,
from src/pymechanize.c:297:
/usr/lib/perl/5.18/CORE/handy.h:873:1: error: unknown type name ‘EXTCONST’
EXTCONST U32 PL_charclass[];
^
You did not include EXTERN.h before perl.h.
Note that this list isn't suited
OTOH, perl builds fine with icc, so you can just build another perl and
smoke with it (which was what I was doing for some time).
Vincent.
> A possible change to my Build.PL is it'd start paying attention to
> @INC and blib/arch to find possibly not-actually-installed files.
>
> --- a/Build.PL
> +++ b/Build.PL
> @@ -39,11 +39,23 @@ my $build = Module::Build->new(
>
> create_readme => 1,
> dynamic_config => 1,
> -include
> On Mon, Jan 18, 2010 at 07:33:55AM -0500, David Golden wrote:
>> On Mon, Jan 18, 2010 at 4:03 AM, Barbie
>> wrote:
>> > I'd rather block at my end, as it will lay the groundwork for similar
>> > protection in the future. I'll then look at "deleting" his reports
>> from
>> > the past few weeks.
>
> When calling out to perl doing system "perl ..." is incorrect first of
> all because the current perl might not be the one in PATH.
>
> It is better to use $^X or to use Probe::Perl
>
> So I wonder if there could be (or if there already is) a CPAN smoker setup
> where the only "perl" in PATH is
> Hi Vincent,
>
> It looks like ptkftp is the culprit [1], as Chris thankfully spotted.
> Unfortunately the upload isn't correctly formatted for the smoke tools
> to break it down into distribution name and version. As such the report
> gets mangled. I've sent Jim a mail, so hopefully the next rel
ve any questions about the CPAN testers mechanisms, please
> don't hesitate to ask. For more information about CPAN Testers, please
> see the CPAN Testers Wiki - http://wiki.cpantesters.org - or join the
> CPAN Testers Discuss mailing list by sending a blank email to
> [EMAIL PR
porter and/or Test::Reporter.
Could you upgrade them and see if it fixes the issue?
Thanks for testing CPAN modules.
Vincent Pit.
Chris 'BinGOs' Williams a écrit :
> The subject line pretty much sums it up.
>
> CPANPLUS-0.85_04
>
> I have been testing against one of Andreas' CPAN test distributions the stuff
> I have been
> doing with CPANPLUS::Dist::Build and noticed that it was generating UNKNOWNs.
>
> It only occurred