Open igalic opened 8 months ago
some more data points:
CLOUD-INIT
has no effect.pkg update
, the order is FreeBSD
(declared in /etc
), FreeBSD-base
(declared in /usr/local/etc
) and then CLOUD-INIT
(also declared in /usr/local/etc
):
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
Updating FreeBSD-base repository catalogue...
pkg: An error occured while fetching package
FreeBSD-base repository is up to date.
Updating CLOUD-INIT repository catalogue...
CLOUD-INIT repository is up to date.
All repositories are up to date.
if you don't play with the priority in the repository definition then this is expected
@bapt from the original report
These two commands pick a different repository, even tho the
cloud-init
repo has higher versions and a higherpriority
;
Did you go through with install the packages using both commands and compared the pkg info
output? Do the packages once installed (registered) show up with the names and origins you expect or do the repositories contain similar yet different packages? What happens when you attempt to override the repository selection with -r <repo>
?
in a multi-repo setup, running
pkg install py39-cloud-init-devel
yields a different result frompkg install net/cloud-init-devel
:vs
These two commands pick a different repository, even tho the
cloud-init
repo has higher versions and a higherpriority
;