Closed 0xThiebaut closed 1 day ago
Yes, you need to reinstall pkg from our ports tree to ensure a compatible build.
Thanks for the info, seems I missed that part. I would recommend adding this to the opnsense/tools documentation which just mentions "FreeBSD 14.1-RELEASE for amd64" as a build dependency.
Normally the versions should be in sync so the issue does not pop up. Unfortunately a lot of other work made us fall behind (and we do not particularity need the newer stuff in pkg).
Maybe we can just improve the error message to ask user to install our version?
Maybe we can just improve the error message to ask user to install our version?
That would be ideal indeed, alongside some instructions on how to perform this install?
Unfortunately a lot of other work made us fall behind
Absolutely understandable, I'm grateful for OPNsense to exist and be opensource. Thanks for the swift responses!
fa856d166fb4 should do the trick :)
On a stock
14.1-RELEASE
,make ports
fails due to a mismatch of the installedpkg
version.On a side-note, where could I find the documentation to bump the package myself?