is wireguard available on arm64

Peter Libassi peter at libassi.se
Wed Jan 1 11:31:59 UTC 2020


Tried to compile the go ports on my RPI3, and yes the go and go14 is not supported on aarch64. go-devel came a little further before giving up:

root at bsd1:/usr/ports # svn update /usr/ports
Updating '.':
At revision 521712.

root at bsd1:/usr/ports/lang/go-devel # make install
.
.
cmd/link/internal/riscv64
cmd/link/internal/s390x
cmd/link/internal/wasm
cmd/link/internal/x86
cmd/link
go build cmd/compile/internal/ssa: /usr/ports/lang/go-devel/work/go-a5bfd9da1d1b24f326399b6b75558ded14514f23/pkg/tool/freebsd_arm64/compile: signal: killed
go tool dist: FAILED: /usr/ports/lang/go-devel/work/go-a5bfd9da1d1b24f326399b6b75558ded14514f23/pkg/tool/freebsd_arm64/go_bootstrap install -gcflags=all= -ldflags=all= -v -i cmd/asm cmd/cgo cmd/compile cmd/link: exit status 1
*** Error code 2

Stop.
make: stopped in /usr/ports/lang/go-devel


BTW I must say, the FreeBSD documentation is excellent!



> 31 dec. 2019 kl. 11:06 skrev Mikaël Urankar <mikael.urankar at gmail.com>:
> 
> Le lun. 30 déc. 2019 à 22:12, Peter Libassi <peter at libassi.se> a écrit :
>> 
>> I’m s newbie on BSD. Just installed freebsd on a RPI3 using the image https://download.freebsd.org/ftp/releases/arm64/aarch64/ISO-IMAGES/12.1/FreeBSD-12.1-RELEASE-arm64-aarch64-RPI3.img.xz
>> 
>> which gave me release:
>> 
>> FreeBSD bsd1 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC  arm64
>> 
>> pkg install wireguard gives message:
>> 
>> Updating FreeBSD repository catalogue...
>> FreeBSD repository is up to date.
>> All repositories are up to date.
>> pkg: No packages available to install matching 'wireguard' have been found in the repositories
>> 
>> 
>> on the Port web site i find: wireguard-1.0.20191226
>> 
>> what am i doing wrong?
> 
> Nothing :)
> 
> go for arm64 is available as lang/go-devel. You'll need to compile it
> manually as we only provide packages for the quarterly branch on
> RELEASE version of FreeBSD (and go-devel hasn't landed in the
> quarterly branch yet).



More information about the freebsd-arm mailing list