Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Perl-5.22.1 in ARM system

by syphilis (Archbishop)
on Dec 31, 2015 at 23:45 UTC ( [id://1151647]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl-5.22.1 in ARM system
in thread Perl-5.22.1 in ARM system

I am wondering/worried if this failure cause any more issue?

You should send an email to perlbug at perl dot org.

Include the test results that you provided in your first post, and also provide the output of perl -V for the offending perl.
That is, in the directory in which you built perl by running 'make', run ./perl -I./lib -V (though the "-I./lib" is perhaps not needed).
That should spit out all of the configuration information that they'll want to see.

In the meantime, *I* would install the perl you've built and see how it goes - you can always overwrite it (or remove it).
ExtUtils::ParseXS has effect only during the building of a perl extension (ie a module that has a C component that needs to be compiled).
In the usual course of running perl scripts, a problem with ExtUtils::ParseXS is not something that's going to jump up and bite you.
If those failures do bite, it will be when you're building a perl extension - in which case the extension might fail to build, or might fail to pass its test suite.
No guarantees, of course ;-)

Cheers,
Rob

Replies are listed 'Best First'.
Re^4: Perl-5.22.1 in ARM system
by Anonymous Monk on Jan 01, 2016 at 02:33 UTC

    You should send an email to perlbug at perl dot org.

    Nothing wrong with that

    But, here is something else :)

    perl 5.22.1 comes with ExtUtils::ParseXS version 3.28

    This version isn't available on CPAN /standalone, it was never uploaded

    The latest version on CPAN is 3.30

    OP can always get the latest from cpan, get SMUELLER / ExtUtils-ParseXS-3.30

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1151647]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-25 12:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found