tags 769265 +patch thanks On Wed, Nov 12, 2014 at 11:50:21AM +0100, Lucas Nussbaum wrote: > > compiling lib/Marpa/R2.c > > Bailout called. Further testing stopped: Could not load Marpa::R2 > > FAILED--Further testing stopped: Could not load Marpa::R2 > > make: *** [debian/stamp-perl-check] Error 255
This is a duplicate of The attached patch fixes it for me, but I am not sure this is a valid workaround, waiting for feedback from upstream. See also https://github.com/jeffreykegler/Marpa--R2/issues/150#issuecomment-64079865 and https://github.com/jeffreykegler/Marpa--R2/issues/150#issuecomment-64085031 Michael
--- ./xs/R2.xs.orig 2014-11-22 16:59:50.708349291 +0100 +++ ./xs/R2.xs 2014-11-22 17:00:02.556179089 +0100 @@ -6428,6 +6428,8 @@ INCLUDE: general_pattern.xsh BOOT: +#undef PERL_VERSION +#define PERL_VERSION 0 marpa_debug_handler_set(marpa_r2_warn); /* vim: set expandtab shiftwidth=2: */