Open emielpopla opened 10 months ago
It's a problem with fpm cross-building - see https://github.com/jordansissel/fpm/issues/1880.
My work-around:
mkdir -p pp zz
tar Jxf defguard-gateway.pkg -C zz
sed -e 's,Linux:5,FreeBSD:13,' zz/+MANIFEST > MANIFEST
rm zz/+COMPACT_MANIFEST zz/+MANIFEST
pkg create -M MANIFEST -o pp -r zz
@moubctez that should be in our CI then during packaging - since we have a workaround. Adding to backlog.
@teon The work-around only works on FreeBSD.
@moubctez and thats what I mean - to do this workaround for opnsesne/freebsd package during CI since it has errors.
@moubctez we need FreeBSD runner / a way to reliably build FreeBSD + OPNSense package.
@moubctez please release gateway 0.7.1 with freebsd & opnsense packages. 🙏
I tried to install the gateway on my OPNsense router but it gives me the following error.
I could force install it but that may bring more unknown problems with it.