[MacPorts] #59040: hyperscan issue with rspamd
MacPorts
noreply at macports.org
Sun Sep 15 12:27:23 UTC 2019
#59040: hyperscan issue with rspamd
---------------------+--------------------
Reporter: hbsimon | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port:
---------------------+--------------------
I have rspamd failing with illegal instruction 4 and the failure was
tracked to hyperscan by rspamd support.
ticket https://github.com/rspamd/rspamd/issues/3035.
Reply from this ticket:
I believe this should be addressed to the maintainer of Hyperscan port.
Your machine has SSSE3 instructions that are necessary for Hyperscan
(according to http://intel.github.io/hyperscan/dev-
reference/getting_started.html#requirements), however it seems that your
hyperscan wants more, probably compiled by default with -march=native and
without FAT_RUNTIME option. Nonetheless, it is not an Rspamd issue.
Ah, and FAT_RUNTIME is Linux only option, heh. It seems you need to
recompile hyperscan for your -march=core2 case.
Can hyperscan be build with this option in macports.
--
Ticket URL: <https://trac.macports.org/ticket/59040>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list