pkg 2.0 fails check
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Jan 2025 07:05:15 UTC
pkg 2.0 is giving check errors:
# TZ=UTC date
Sat 25 Jan 2025 06:41:37 UTC
# /bin/freebsd-version -rku
14.2-RELEASE
14.2-RELEASE
14.2-RELEASE
# pkg --version
2.0.0
# /usr/sbin/pkg repos
FreeBSD: {
url : "pkg+http://pkg.FreeBSD.org/FreeBSD:14:amd64/latest",
enabled : yes,
priority : 0,
mirror_type : "SRV",
signature_type : "FINGERPRINTS",
fingerprints : "/usr/share/keys/pkg"
}
# /usr/sbin/pkg update
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
# /usr/sbin/pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (0 candidates): 100%
Processing candidates (0 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
# /usr/sbin/pkg check --dependencies --checksums
Checking all packages: 100%
dovecot is missing a required shared library: libz.so.6
dovecot is missing a required shared library: libwrap.so.6
dovecot is missing a required shared library: libthr.so.3
dovecot is missing a required shared library: libssl.so.30
dovecot is missing a required shared library: libpam.so.6
dovecot is missing a required shared library: libm.so.5
dovecot is missing a required shared library: liblzma.so.5
dovecot is missing a required shared library: libcrypto.so.30
dovecot is missing a required shared library: libcrypt.so.5
dovecot is missing a required shared library: libc.so.7
dovecot is missing a required shared library: libbz2.so.4
pkg is missing a required shared library: libz.so.6
pkg is missing a required shared library: libutil.so.9
pkg is missing a required shared library: libthr.so.3
pkg is missing a required shared library: libssl.so.30
pkg is missing a required shared library: libm.so.5
pkg is missing a required shared library: libjail.so.1
pkg is missing a required shared library: libelf.so.2
pkg is missing a required shared library: libcrypto.so.30
pkg is missing a required shared library: libc.so.7
pkg is missing a required shared library: libarchive.so.7
Any pointers on how to fix this?
pkg upgrade -f of the affected packages makes no difference.