jeffreykegler / Marpa--R2

Parse any language you can describe in BNF
https://jeffreykegler.github.io/Marpa-web-site/
Other
157 stars 23 forks source link

fails to build on i386 and s390x #150

Closed jonassmedegaard closed 9 years ago

jonassmedegaard commented 10 years ago

Debian packaged Marpa::R2 builds fine in general, but i386 and s390x consistently fail: https://buildd.debian.org/status/logs.php?pkg=libmarpa-r2-perl

NB! Debian packaging uses patched code to compile the C code separately, so as to apply configure and make flags in accordance to policies of Debian. Patch is here: https://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmarpa-r2-perl.git;a=blob;f=debian/patches/2001_libmarpa_external_linkage.patch

I fully understand if you have no desire to support my ugly patching, but would then appreciate help finding an alternative approach which supports hardening flags and multiarch support.