Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2019 12:03:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237432] devel/libffcall: Remove BROKEN on aarch64
Message-ID:  <bug-237432-7788-004mpbq1QP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237432-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237432-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237432

--- Comment #2 from Greg V <greg@unrelenting.technology> ---
(In reply to Kubilay Kocak from comment #1)

Fully native, just make installed on a packet c2.large.arm (Ampere eMAG).

Just tested FFI specifically in CLISP (which presumably uses this FFI libra=
ry
for=E2=80=A6 well, FFI):

(use-package "FFI")
(def-call-out gethostname1 (:name "gethostname")
  (:arguments (name (c-ptr (c-array-max character 256)) :out :alloca) (len
int))
  (:return-type int) (:language :stdc) (:library :default))
(gethostname1 256)

does work fine.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237432-7788-004mpbq1QP>