On 4/23/2014 12:35 PM, Gibbs, David wrote:
On 4/23/2014 11:25 AM, Kevin A. McGrail wrote:
Can you run prove -v t/sa_compile.t  and send that output?
I think something else is going wrong here ...

$prove -v t/sa_compile.t
t/sa_compile.t ..
re2c version (001203) new enough? yes
1..5
# Running under perl version 5.010000 for linux
# Current time local: Wed Apr 23 11:30:07 2014
# Current time GMT:   Wed Apr 23 16:30:07 2014
# Using Test.pm version 1.25
         cd .. && make tardist
make: *** No rule to make target `/usr/lib/perl5/Config.pm', needed by 
`Makefile'.  Stop.
'cd .. && make tardist' failed: exit 2 at t/SATest.pm line 987.
Dubious, test returned 2 (wstat 512, 0x200)
Ok, I just used an old RH73 with gcc3.7.3 in /usr/local and compiled re2c 0.13.6.

Not showing an issue on trunk or 3.4.0...

prove t/sa_compile.t
t/sa_compile....ok 2/5Apr 23 17:33:44.005 [32486] info: generic: base extraction starting. this can take a while... Apr 23 17:33:44.005 [32486] info: generic: extracting from rules of type body_0 100% [========================================================================================================================================================================================================] 7.81 rules/sec 00m00s DONE 100% [========================================================================================================================================================================================================] 337.62 bases/sec 00m00s DONE Apr 23 17:33:44.150 [32486] info: body_0: 1 base strings extracted in 0 seconds
t/sa_compile....ok
All tests successful.
Files=1, Tests=5, 22 wallclock secs (12.96 cusr +  3.17 csys = 16.13 CPU)


Looking at the initial prove -f output, you are failing to do a make tardist

t/sa_compile....re2c version (001306) new enough? yes
1..5
# Running under perl version 5.008006 for linux
# Current time local: Wed Apr 23 17:38:53 2014
# Current time GMT:   Wed Apr 23 21:38:53 2014
# Using Test.pm version 1.25
        cd .. && make tardist

If you run make distclean and then perl Makefile.PL and then make tardist, does that work?

Regards,
KAM

Reply via email to