pkg broken?

From: Dan Mahoney (Ports) <freebsd_at_gushi.org>
Date: Wed, 03 Sep 2025 01:20:18 UTC
Hey all,

After an update today to what looks like snap20250828153719.pkg, it would seem pkg doesn’t want to play ball.

root@poudriere-pkb:/etc/pkg # pkg update
Updating FreeBSD-ports repository catalogue...
FreeBSD-ports repository is up to date.
Updating FreeBSD-ports-kmods repository catalogue...
FreeBSD-ports-kmods repository is up to date.
Updating FreeBSD-base repository catalogue...
FreeBSD-base repository is up to date.
Updating FreeBSD repository catalogue...
pkg: packagesite URL error for pkg+http://pkg.FreeBSD.org/FreeBSD:15:amd64/latest/meta.conf -- pkg+:// implies SRV mirror type
pkg: packagesite URL error for pkg+http://pkg.FreeBSD.org/FreeBSD:15:amd64/latest/meta.txz -- pkg+:// implies SRV mirror type
repository FreeBSD has no meta file, using default settings
pkg: packagesite URL error for pkg+http://pkg.FreeBSD.org/FreeBSD:15:amd64/latest/data.pkg -- pkg+:// implies SRV mirror type
pkg: packagesite URL error for pkg+http://pkg.FreeBSD.org/FreeBSD:15:amd64/latest/data.tzst -- pkg+:// implies SRV mirror type
pkg: packagesite URL error for pkg+http://pkg.FreeBSD.org/FreeBSD:15:amd64/latest/packagesite.pkg -- pkg+:// implies SRV mirror type
pkg: packagesite URL error for pkg+http://pkg.FreeBSD.org/FreeBSD:15:amd64/latest/packagesite.tzst -- pkg+:// implies SRV mirror type
Unable to update repository FreeBSD
Error updating repositories!
root@poudriere-pkb:/etc/pkg # uname -a
FreeBSD poudriere-pkb.isc.org 15.0-PRERELEASE FreeBSD 15.0-PRERELEASE main-n280004-00c9ebbbc653 GENERIC amd64
root@poudriere-pkb:/etc/pkg # freebsd-version
15.0-PRERELEASE

Running bootstrap doesn’t seem to help:

root@poudriere-pkb:/etc/pkg # /usr/sbin/pkg bootstrap -f
The package management tool is not yet installed on your system.
Do you want to fetch and install it now? [y/N]: y
Bootstrapping pkg from pkg+https://pkg.FreeBSD.org/FreeBSD:15:amd64/latest, please wait...
Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
Installing pkg-2.2.2...
package pkg is already installed, forced install
Extracting pkg-2.2.2: 100%

My /etc/pkg/FreeBSD.conf was replaced by a repo that changed FreeBSD-kmods to FreeBSD-ports-kmods but is almost otherwise identical.  My pkgbase repo seems to be behaving, but….I think pkg stops on any failures.

Ideas?

-Dan