Created attachment 194545 [details] cln-aarch64.patch Simple fix.
Created attachment 194617 [details] cln-aarch64.patch v2 oops, looks like we also need the cl_low.h thing, otherwise linking to the library complains about that symbol. Also, removed the exception.h patch because it's obsolete, we currently end up with: #include <string> #include <stdexcept> #include <string>
Wait, actually, looks like I'm still getting the error...
I am currently testing the patch on an aarch64 run.
A commit references this bug: Author: linimon Date: Fri Jun 29 07:36:15 UTC 2018 New revision: 473530 URL: https://svnweb.freebsd.org/changeset/ports/473530 Log: Fix build on aarch64. Tested for no-harm on amd64. PR: 229262 Submitted by: greg at unrelenting.technology Approved by: portmgr (tier-2 blanket) Changes: head/math/cln/Makefile head/math/cln/files/patch-src_base_low_cl__low__div.cc head/math/cln/files/patch-src_base_low_cl__low__mul.cc
Committed with tier-2 hat, thanks.