Hi,
I wanted to refresh my development system for the new year so today I
did a sysupgrade and everything appears to have gone fine, ending up
with (full dmesg @ end).
OpenBSD 6.8-current (GENERIC.MP) #259: Sun Jan 3 15:25:58 MST 2021
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
I deleted all my packages as it was chaos and I wanted to start from
scratch. However, I am getting some kind of library issues that I
haven't seen before (not that I do this very often!)
desktop# pkg_add git
quirks-3.506 signed on 2021-01-03T15:41:44Z
Can't install gettext-runtime-0.21p0 because of libraries
|library c++.5.0 not found
| /usr/lib/libc++.so.4.0 (system): bad major
| /usr/lib/libc++.so.6.0 (system): bad major
|library c++abi.3.0 not found
| /usr/lib/libc++abi.so.2.1 (system): bad major
| /usr/lib/libc++abi.so.4.0 (system): bad major
Direct dependencies for gettext-runtime-0.21p0 resolve to libiconv-1.16p0
Full dependency tree is libiconv-1.16p0
Can't install git-2.30.0: can't resolve gettext-runtime-0.21p0
Couldn't install gettext-runtime-0.21p0 git-2.30.0
I have tried doing a pkg_add of gettext-runtime and it fails the same way.
Looking on the mirror I am using, it seems like I should be using the
version(s) from the snapshot:
desktop# cat /etc/installurl
ftp://mirror.csclub.uwaterloo.ca/pub/OpenBSD/
ftp> dir gettext-*
150 Opening ASCII mode data connection for file list
-rw-r--r-- 1 ftp ftp 325064 Jan 3 15:36
gettext-runtime-0.21p0.tgz
ftp> dir git*
150 Opening ASCII mode data connection for file list
-rw-r--r-- 1 ftp ftp 18831803 Jan 3 15:36 git-2.30.0.tgz
Is there anyone that can give me a clue as to what's going on?
Thanks,
Steve W.