Discussion:
OpenBSD 6.9 ports upgrade failures
Артём Мазуров
2021-05-12 09:06:00 UTC
Permalink
Hello.
I'm trying to upgrade ports after upgrading os to 6.9, but I get a lot
of failures from various packages and I don't know how to approach them.
One of those packages is python-3.8.6p0 -> python-3.8.8p0.
quirks-4.9 signed on 2021-05-11T16:31:32Z
Can't install python-3.8.8p0 because of libraries
|library ssl.48.2 not found
| /usr/lib/libssl.so.48.1 (system): minor is too small
| /usr/lib/libssl.so.49.0 (system): bad major
Direct dependencies for python-3.8.6p0->3.8.8p0 resolve to libffi-3.3
sqlite3-3.35.5 gettext-runtime-0.21p1 bzip2-1.0.8p0 xz-5.2.5>Full
dependency tree is sqlite3-3.35.5 gettext-runtime-0.21p1 xz-5.2.5
bzip2-1.0.8p0 libiconv-1.16p0 libffi-3.3
Couldn't find updates for python-3.8.6p0
Couldn't install python-3.8.8p0
What should I make of this ?
Martin
2021-05-12 10:37:35 UTC
Permalink
Hi,

Do you mean packages upgrade by using command:

$ doas pkg_add -uvi ?

If yes, you can remove failed packages for upgrade and reinstall them manually by the command:

$ doas pkg_add package_name

Martin

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
Post by Артём Мазуров
Hello.
I'm trying to upgrade ports after upgrading os to 6.9, but I get a lot
of failures from various packages and I don't know how to approach them.
One of those packages is python-3.8.6p0 -> python-3.8.8p0.
quirks-4.9 signed on 2021-05-11T16:31:32Z
Can't install python-3.8.8p0 because of libraries
|library ssl.48.2 not found
| /usr/lib/libssl.so.48.1 (system): minor is too small
| /usr/lib/libssl.so.49.0 (system): bad major
Direct dependencies for python-3.8.6p0->3.8.8p0 resolve to libffi-3.3
sqlite3-3.35.5 gettext-runtime-0.21p1 bzip2-1.0.8p0 xz-5.2.5>Full
dependency tree is sqlite3-3.35.5 gettext-runtime-0.21p1 xz-5.2.5
bzip2-1.0.8p0 libiconv-1.16p0 libffi-3.3
Couldn't find updates for python-3.8.6p0
Couldn't install python-3.8.8p0
What should I make of this ?
Janne Johansson
2021-05-12 11:23:45 UTC
Permalink
Post by Артём Мазуров
Hello.
I'm trying to upgrade ports after upgrading os to 6.9, but I get a lot
|library ssl.48.2 not found
| /usr/lib/libssl.so.48.1 (system): minor is too small
| /usr/lib/libssl.so.49.0 (system): bad major
This usually means the pkg_add URL is wrong, perhaps because you have
something version-specific in PKG_PATH or /etc/installurl that points
to the wrong place, compared to your OS version.
--
May the most significant bit of your life be positive.
Loading...