You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a local repo with higher priority than the public one. When I run pkg bootstrap on 13.4-p4, I get this error:
[root@base-13_4 ~]# pkg bootstrap -y
Bootstrapping pkg from file:///var/db/pkgrepo/repos/FreeBSD:13:amd64/latest, please wait...
pkg: Error fetching file:///var/db/pkgrepo/repos/FreeBSD:13:amd64/latest/Latest/pkg.txz: No such file or directory
A pre-built version of pkg could not be found for your system.
Consider changing PACKAGESITE or installing it from ports: 'ports-mgmt/pkg'.
Things that work around this:
grabbing a copy of the pkg pkg, adding it to my repo, and symlinking Latest/pkg.txz to it;
adding -r FreeBSD to the command.
Normally, pkg will seemlessly fall through to the public repo for anything I don't have locally. Why doesn't pkg-bootstrap do the same?
The text was updated successfully, but these errors were encountered:
I have a local repo with higher priority than the public one. When I run pkg bootstrap on 13.4-p4, I get this error:
Things that work around this:
-r FreeBSD
to the command.Normally, pkg will seemlessly fall through to the public repo for anything I don't have locally. Why doesn't pkg-bootstrap do the same?
The text was updated successfully, but these errors were encountered: