opnsense/tools

Build for ROCKPRO64 Fails

mestafin opened this issue · 0 comments

I am trying to build OPNsense 23.1 for RockPro64

I am doing a cross-compile on a vm running FreebSD 13.1

I am following the recommended steps:

# pkg install git
# cd /usr
# git clone https://github.com/opnsense/tools
# cd tools

In MakeFile I updated the entry:

DEVICE? = ROCKPRO64

# make update

# make base kernel

# make xtools

# make packages

This fails with the following message:

....

>>> Creating package mirror set for 23.1.5_241-aarch64... done
-rw-r--r--  1 root  wheel   434M Apr 22 11:00 packages-23.1.5_241-aarch64.tar
>>> ERROR: The build encountered fatal issues!
>>> Aborted version 1.1.10 for archivers/snappy (snappy)
>>> Aborted version 2.0.45 for dns/dnscrypt-proxy2 (dnscrypt-proxy2)
>>> Aborted version 1.26.1_1 for net-mgmt/telegraf (telegraf)
>>> Aborted version 4.36.2_13 for net/v2ray (v2ray)
>>> Aborted version 0.0.20220316_13,1 for net/wireguard-go (wireguard-go)
>>> Aborted version 1.0.1_1,1 for security/clamav (clamav)
>>> Aborted version 1.4.6_2 for security/crowdsec (crowdsec)
>>> Aborted version 1.8.7_12 for security/vault (vault)
>>> Aborted version 7.17.9_4 for sysutils/beats7 (beats7)
>>> Aborted version 1.12.4_8 for sysutils/consul (consul)
>>> Aborted version 2.12.5_1 for textproc/minify (minify)
>>> Aborted version 0.5.5_1 for www/c-icap-modules (c-icap-modules)
>>> Aborted version 5.3.4_2 for www/e2guardian (e2guardian)
*** Error code 1

Stop.
make: stopped in /usr/tools

....

Any advice please?