Bug #15911
closedafter updating today, pkg stopped working: ld.so.1: python3.9: fatal: relocation error: file /usr/lib/python3.9/vendor-packages/pycurl.cpython-39.so
0%
Description
I updated my OI hipster installation today with pkg update and after the reboot I noticed that pkg(1m) stopped working:
20:39 < Agnar> olbohlen@t470:~$ pkg search libunistring.so.2
20:39 < Agnar> Traceback (most recent call last):
20:39 < Agnar> File "/usr/bin/pkg", line 81, in <module>
20:39 < Agnar> import pycurl
20:39 < Agnar> ImportError: ld.so.1: python3.9: fatal: relocation error: file
/usr/lib/python3.9/vendor-packages/pycurl.cpython-39.so: symbol
curl_slist_free_all: referenced symbol not found
Also mate-terminal stopped working:
20:21 < Agnar> olbohlen@t470:~$ mate-terminal
20:21 < Agnar> ld.so.1: mate-terminal: fatal: libunistring.so.2: open failed:
No such file or directory
20:21 < Agnar> ld.so.1: mate-terminal: fatal: relocation error: file
/usr/lib/64/libidn2.so.0: symbol uc_composition: referenced
symbol not found
20:21 < Agnar> ld.so.1: mate-terminal: fatal: relocation error: file
/usr/lib/64/libgnutls.so.30: symbol idn2_free: referenced symbol
not found
20:21 < Agnar> ld.so.1: mate-terminal: fatal: relocation error: file
/usr/lib/64/libvte-2.91.so.0: symbol gnutls_global_init:
referenced symbol not found
20:21 < Agnar> Killed
I think especially the pkg bug is very urgent and it prevents people from upgrading further.
Updated by Marcel Telka 3 months ago
- Status changed from New to Feedback
Please reboot back to the working BE, mount the non-working one, and then do pkg -R MOUNTPOINT list -u
there. If it shows some possible updates, the please update (pkg -R MOUNTPOINT update -v
) and try pkg -R MOUNTPOINT list -u
again. If the output shows no potential updates then unmount the up-to-date BE and reboot to it. If the output shows some possible updates, then repeat the pkg update
until it does not show any possible updates. If you still have any problem, then please attach output from these commands:
pkg -R MOUNTPOINT list -u pkg -R MOUNTPOINT list -v
Updated by Olaf Bohlen 3 months ago
- Status changed from Feedback to Closed
I had to destroy that BE anyway and after a fresh update today, I'm happy sailing!
So I'll close that issue.
Thanks,
Olaf