opn-repo
opn-repo copied to clipboard
pkg update fails
Hi,
I'm on OPNsense 22.7 and trying to install AdGuard Home.
After adding the repository configuration (https://www.routerperformance.net/mimugmail.conf), pkg update fails with the following diagnostics:
Updating OPNsense repository catalogue...
OPNsense repository is up to date.
Updating mimugmail repository catalogue...
pkg: https://opn-repo.routerperformance.net/repo/FreeBSD:13:aarch64/meta.txz: Not Found
repository mimugmail has no meta file, using default settings
pkg: https://opn-repo.routerperformance.net/repo/FreeBSD:13:aarch64/packagesite.pkg: Not Found
pkg: https://opn-repo.routerperformance.net/repo/FreeBSD:13:aarch64/packagesite.txz: Not Found
Unable to update repository mimugmail
Error updating repositories!
Is it just that the repo for FreeBSD 13 and aarch64 is not there? If so, is there a hope to get it? :)
No aarch support, sorry
Michael,
in the +MANIFEST you could use:
"abi": "FreeBSD:*:amd64" - this would allow package install on both BSD12 and BSD13
or even
"abi": "FreeBSD:*:*" - this would allow package install on any architecture (incl aarch64)
Also, we don't need "arch": tag when "abi": already includes the architecture. I am not including arch: field in my +MANIFEST and pkg build does not complain.