Hello,
After upgrading from FreeBSD 14.3 to 15.0, my installation ran into the following issues:
1. When trying running pkg I always got this error:
I managed to solve this considering the advise posted on https://forums.freebsd.org/threads/two-issues-after-upgrading-to-version-15.100592/
by using
2. Then I updated all the packages.
pkg reports that all the packages of 15.0 are up to date.
But although my 14.3 installation didn't have any ports collection until the upgrade (to my knowledge), pkg now refers to some ports and conflicting packages.
Current outputs of pkg update / upgrade:
How to proceed to solve the listed conflicts.
I am not experienced with ports.
Thanks in advance
Bob
After upgrading from FreeBSD 14.3 to 15.0, my installation ran into the following issues:
1. When trying running pkg I always got this error:
Code:
ld-elf.so.1: Shared object "libutil.so.9" not found, required by "pkg"
by using
Code:
pkg bootstrap -f
2. Then I updated all the packages.
pkg reports that all the packages of 15.0 are up to date.
But although my 14.3 installation didn't have any ports collection until the upgrade (to my knowledge), pkg now refers to some ports and conflicting packages.
Current outputs of pkg update / upgrade:
Code:
$ doas 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 repository catalogue...
Fetching meta.conf: 0%
FreeBSD repository is up to date.
All repositories are up to date.
Code:
$ doas pkg upgrade
Updating FreeBSD-ports repository catalogue...
Fetching meta.conf: 0%
FreeBSD-ports repository is up to date.
Updating FreeBSD-ports-kmods repository catalogue...
FreeBSD-ports-kmods repository is up to date.
Updating FreeBSD repository catalogue...
Fetching meta.conf: 0%
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (477 candidates): 100% 477 B 0.5 k/s 00:01
Processing candidates (477 candidates): 100% 477 B 0.2 k/s 00:02
Checking integrity... done (20 conflicting)
- talloc243-2.4.3 [FreeBSD-ports] conflicts with talloc-2.4.1_1 [installed] on /usr/local/include/pytalloc.h
- talloc243-2.4.3 [FreeBSD-ports] conflicts with talloc-2.4.1_1 [FreeBSD] on /usr/local/include/pytalloc.h
- talloc243-2.4.3 [FreeBSD-ports] conflicts with talloc-2.4.1_1 [FreeBSD-ports] on /usr/local/include/pytalloc.h
- luajit-openresty-2.1.20250826 [FreeBSD-ports] conflicts with luajit-2.1.0.20251208 [installed] on /usr/local/bin/luajit
- luajit-openresty-2.1.20250826 [FreeBSD-ports] conflicts with luajit-2.1.0.20251208 [FreeBSD] on /usr/local/bin/luajit
- mozjpeg-4.1.5 [FreeBSD-ports] conflicts with jpeg-turbo-3.1.3 [installed] on /usr/local/bin/cjpeg
- mozjpeg-4.1.5 [FreeBSD-ports] conflicts with jpeg-turbo-3.1.3 [FreeBSD] on /usr/local/bin/cjpeg
- mozjpeg-4.1.5 [FreeBSD-ports] conflicts with jpeg-turbo-3.1.2 [FreeBSD-ports] on /usr/local/bin/cjpeg
- svt-av1-hdr-3.1.3 [FreeBSD-ports] conflicts with svt-av1-3.1.2 [installed] on /usr/local/bin/SvtAv1EncApp
- svt-av1-hdr-3.1.3 [FreeBSD-ports] conflicts with svt-av1-3.1.2 [FreeBSD] on /usr/local/bin/SvtAv1EncApp
- libebur128-1.2.6 [FreeBSD-ports] conflicts with ebur128-0.1.10_10 [installed] on /usr/local/include/ebur128.h
- libebur128-1.2.6 [FreeBSD-ports] conflicts with ebur128-0.1.10_10 [FreeBSD] on /usr/local/include/ebur128.h
- talloc242-2.4.2_3 [FreeBSD-ports] conflicts with talloc243-2.4.3 [FreeBSD-ports] on /usr/local/include/pytalloc.h
- talloc242-2.4.2_3 [FreeBSD] conflicts with talloc243-2.4.3 [FreeBSD-ports] on /usr/local/include/pytalloc.h
- talloc242-2.4.2_3 [FreeBSD-ports] conflicts with talloc-2.4.1_1 [installed] on /usr/local/include/pytalloc.h
- talloc242-2.4.2_3 [FreeBSD-ports] conflicts with talloc-2.4.1_1 [FreeBSD] on /usr/local/include/pytalloc.h
- talloc242-2.4.2_3 [FreeBSD-ports] conflicts with talloc-2.4.1_1 [FreeBSD-ports] on /usr/local/include/pytalloc.h
- talloc242-2.4.2_3 [FreeBSD] conflicts with talloc-2.4.1_1 [installed] on /usr/local/include/pytalloc.h
- fam-2.6.10_10 [FreeBSD-ports] conflicts with gamin-0.1.10_10 [installed] on /usr/local/include/fam.h
- fam-2.6.10_10 [FreeBSD-ports] conflicts with gamin-0.1.10_10 [FreeBSD] on /usr/local/include/fam.h
Checking integrity... done (0 conflicting)
Your packages are up to date.
Code:
$ freebsd-version
15.0-RELEASE-p1
How to proceed to solve the listed conflicts.
I am not experienced with ports.
Thanks in advance
Bob