You are not logged in.

#1 2026-04-25 21:36:49

klodep
Member
Registered: 2019-11-25
Posts: 5

[SOLVED] Errors when running the pacman command

When I update my Arch Linux system using the command:

sudo pacman -Syu

I get the following messages:

ldconfig: File /usr/lib/libjavascriptcoregtk-4.1.so.0.10.10 is empty, has not been checked.
ldconfig: File /usr/lib/libwebkit2gtk-4.1.so.0.21.6 is empty, has not been checked.
ldconfig: File /usr/lib/libwebkit2gtk-4.1.so.0 is empty, has not been checked.
ldconfig: file /usr/lib/libopencv_core.so is truncated

ldconfig: file /usr/lib/libopencv_core.so.4.13.0 is truncated

ldconfig: file /usr/lib/libopencv_core.so.413 is truncated

error: command terminated by signal 11: Segmentation fault

However, everything seems to be working fine. How can I fix this issue?

Last edited by klodep (2026-05-03 20:14:53)

Offline

#2 2026-04-25 23:02:50

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,724

Re: [SOLVED] Errors when running the pacman command

You reinstall the packages that include those files. ldconfig will only show corrupt libraries, though, so you probably want to check `pacman -Qkk` to see what all packages are corrupt and need reinstalled.

Offline

#3 2026-05-03 20:01:42

klodep
Member
Registered: 2019-11-25
Posts: 5

Re: [SOLVED] Errors when running the pacman command

Thanks, I've had a lot to do.

Offline

Board footer

Powered by FluxBB