https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14759
--- Comment #30 from David Cook <[email protected]> --- (In reply to Colin Campbell from comment #25) > Text::Unaccent does not build on 64bit systems, the tests fail because of > errors in the ccode. There has been a patch for that for four years but it > looks like the upstream code is moribund. If you look at the test results it > now fails on all linux test builds. The module has not been kept up to date > to handle modern perl strings. I think the debian version may be patched to > fix the bug in 64bit tests but it is buggy and should not be relied on. > Suggest moving to Text::Unaccent::PurPerl be prioritized I just ran into this again. Can't build on a 64 bit system running Perl 5.26. If you do force the build and install, you'll just get difficult to diagnose 500 errors in Koha. As Colin mentioned, there's been known issues for this for ages: https://rt.cpan.org/Public/Dist/Display.html?Name=Text-Unaccent I've gone to https://packages.debian.org/stretch/libtext-unaccent-perl to see if I can find the patch that Debian uses. I reckon http://deb.debian.org/debian/pool/main/libt/libtext-unaccent-perl/libtext-unaccent-perl_1.08-1.3.diff.gz is the patch but the Debian CDN keeps timing out on me. When I try with curl, it seems like the CDN is refusing connections on port 80 and 443, so something looks like it's up with Debian... -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
