opn-repo icon indicating copy to clipboard operation
opn-repo copied to clipboard

pkg update fails

Open ok11 opened this issue 2 years ago • 2 comments
trafficstars

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? :)

ok11 avatar May 29 '23 18:05 ok11

No aarch support, sorry

mimugmail avatar May 29 '23 19:05 mimugmail

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.

mihakralj avatar Aug 15 '23 02:08 mihakralj