Re: Marpa::R2 8.000000 is out

2018-12-26 Thread Jeffrey Kegler
On my system, commands to examine the file are nm, objdump and ldd. They have man pages and the ld.so man page describes environment variables which can be set to do tracing. The environment variable can be tricky to use -- a bad choice can make your current terminal session unusable. First thin

Re: Marpa::R2 8.000000 is out

2018-12-26 Thread krishna . sajn
Hi Jeff, File exists, how to verify the link loader ? # ls -ltr /tmp/ITM_Audit_Scripts/Marpa-R2-8.00/blib/arch/auto/Marpa/R2/R2.so -rwx--1 root system 1176733 Dec 26 12:07 /tmp/ITM_Audit_Scripts/Marpa-R2-8.00/blib/arch/auto/Marpa/R2/R2.so root@czapms22 /tmp/ITM_Audit_Sc

Re: Marpa::R2 8.000000 is out

2018-12-26 Thread Jeffrey Kegler
My first guess would be that the crucial messages are the ones in this series: # Can't load > '/tmp/ITM_Audit_Scripts/Marpa-R2-8.00/blib/arch/auto/Marpa/R2/R2.so' > for module Marpa::R2: rtld: 0712-001 Symbol _marpa_v_trace was referenced > # from module > /tmp/ITM_Audit_Scripts/Marpa-R2

Re: Marpa::R2 8.000000 is out

2018-12-26 Thread krishna . sajn
Hi Jeff Perl and the compilers I am using, I can able install all dependency modules, Only getting issue with Marpa::R2 module. /usr/opt/perl5/bin/perl -V --- XLC - xlc_r -q32 /usr/opt/perl5_5203/bin/perl -V --- GCC - gcc -maix64 -maix64 /usr/bin/p

Re: Marpa::R2 8.000000 is out

2018-12-26 Thread Jeffrey Kegler
This error typically means a bad Perl installation, or that Marpa::R2 was built with a Perl different from the one that is attempting to load it. Best, jeffrey On Wed, Dec 26, 2018 at 2:41 PM wrote: > Hi Jeff, > > Getting error while installing the Marpa::R2 module. > > # perl Build test > Usin

Re: Marpa::R2 8.000000 is out

2018-12-26 Thread krishna . sajn
Hi Jeff, Getting error while installing the Marpa::R2 module. # perl Build test Using built-in Libmarpa t/00-load.t Bailout called. Further testing stopped: Could not load Marpa::R2 # Can't load '/tmp/ITM_Audit_Scripts/Marpa-R2-8.00/blib/arch/auto/Marpa/R2/R2.so' for module

Marpa::R2 8.000000 is out

2018-12-17 Thread Jeffrey Kegler
I have uploaded a new indexed release of Marpa::R2: 8.00: https://metacpan.org/pod/distribution/Marpa-R2/pod/Marpa_R2.pod It fixes a bug, which under unusual circumstances caused the integer arguments of $recce->resume() or $recce->lexeme_complete() to be ignored. -- You received this messag