tools
tools copied to clipboard
OPNsense release engineering toolkit
I compile according to this step. I only want to compile the software required by opnsense, but it seems that all packages have been compiled. Is there a command like...
Add documentation on how to resolve the pkg problem when starting with a new fresh FreeBSD 13.1 install.
There are two cases, I don't know where to configure 1. I added a new software package, which is not in ports. I want to compile it into the installation...
ports.sh uses a chroot'ed built version of pkg for doing the pkg create while bundle_packages (common.sh) uses the pkg version installed on the system. It has been observed this can...
Building master (native aarch64 build) results in failure when building the nut package. Relevant log below. ```` + PKGLIST=nut + echo '>>> Installing packages in /usr/obj/usr/tools/config/22.1/OpenSSL:aarch64: nut' >>> Installing packages...
I just stumbled upon a minor problem with make clean-core. It seems to look for files with an "-aarch64.txz" ending but when you compile with DEVICE=RPI, then the files end...
Hi. i build from source code version 22.7, machine FreeBSD 13.1 and i have problem with build go with make packages DEVICE=ARM64 I dont know how to fix.. ``` ==>...
So swtched yesterday to 22.7 and while making a first build attempt (native aarch64) building fails a show below: ``` ld: error: can't create dynamic relocation R_AARCH64_ABS64 against local symbol...
Fixes build on aarch64 by disable node_exporter and nut. Building these packages would fail due to freeipmi unavailability. Fixes: #303