Re: Compiling perl.h

2015-07-25 Thread Vincent Pit (VPIT)
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

Re: Using the icc compiler on Linux

2010-08-02 Thread Vincent Pit
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.

Re: Smokers might not install prereqs?

2010-06-10 Thread Vincent Pit
> 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

Re: Blocking apocal's smokerr

2010-01-18 Thread Vincent Pit
> 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. >

Re: catching system "perl ..." in code

2008-12-07 Thread Vincent Pit
> 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

Re: CPAN Testers Report Errors

2008-11-05 Thread Vincent Pit
> 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

Re: CPAN Testers Report Errors

2008-11-05 Thread Vincent Pit
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

[Fwd: Misformed reports]

2008-10-03 Thread Vincent Pit
porter and/or Test::Reporter. Could you upgrade them and see if it fixes the issue? Thanks for testing CPAN modules. Vincent Pit.

Re: Somehow I don't think the dev CPANPLUS is doing the right thing

2008-09-27 Thread 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