Thanks for the info!

I usually use https to get the packages, but don't know how to do a "dir gettext-*" when using the https world.  I'm kind of old school :D

Cheers,
Steve W.

On 04/01/2021 1:46 p.m., Stuart Henderson wrote:
On 2021/01/04 13:31, Steve Williams wrote:
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
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
Unfortunate timing as key system libraries have had version bumps
recently. Wait for a new package build (usually a few days on the
faster cpu architectures) and try again.

: 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

This is saying that you have libc++.so.4.0 and libc++.so.6.0 but
the packages were built against libc++.so.5.0. (And similar for
the various c++abi versions).

desktop# cat /etc/installurl
ftp://mirror.csclub.uwaterloo.ca/pub/OpenBSD/
FWIW for when things are back in sync, pkg_add is likely to be
noticeably quicker with http:// instead of ftp://.

Reply via email to