You are not logged in.

#1 2023-09-12 19:33:11

cribari
Member
From: Recife, Brazil
Registered: 2016-01-28
Posts: 84
Website

[SOLVED] ldconfig: File (...) is empty, not checked

I'm getting the messages bellow. Would anyone be able to help me fix that? Thank you.

[cribari@rao ~]$ sudo pacman -S falkon
resolving dependencies...
looking for conflicting packages...

Packages (1) falkon-23.08.0-1

Total Download Size:    3.07 MiB
Total Installed Size:  14.28 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 falkon-23.08.0-1-x86_64         3.1 MiB  3.10 MiB/s 00:01 [################################] 100%
(1/1) checking keys in keyring                             [################################] 100%
(1/1) checking package integrity                           [################################] 100%
(1/1) loading package files                                [################################] 100%
(1/1) checking for file conflicts                          [################################] 100%
(1/1) checking available disk space                        [################################] 100%
:: Processing package changes...
(1/1) installing falkon                                    [################################] 100%
Optional dependencies for falkon
    kio: KDE integration [installed]
    purpose: KDE integration [installed]
    libgnome-keyring: gnome keyring integration
    pyside2: Python plugins
ldconfig: File /usr/lib/libtracker-sparql-3.0.so.0.503.0 is empty, not checked.
ldconfig: File /usr/lib/libgtk-3.so is empty, not checked.
ldconfig: File /usr/lib/libgailutil-3.so is empty, not checked.
ldconfig: File /usr/lib/libcolord.so.2.0.5 is empty, not checked.
ldconfig: File /usr/lib/libtracker-sparql-3.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libwoff2dec.so is empty, not checked.
ldconfig: File /usr/lib/libgdk-3.so.0.2406.32 is empty, not checked.
ldconfig: File /usr/lib/libgdk-3.so is empty, not checked.
ldconfig: File /usr/lib/libatk-bridge-2.0.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib/libjsoncpp.so is empty, not checked.
ldconfig: File /usr/lib/libgtk-3.so.0.2406.32 is empty, not checked.
ldconfig: File /usr/lib/libwoff2dec.so.1.0.2 is empty, not checked.
ldconfig: File /usr/lib/libgtk-3.so.0 is empty, not checked.
ldconfig: File /usr/lib/libcloudproviders.so.0.3.4 is empty, not checked.
ldconfig: File /usr/lib/libatk-bridge-2.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libtracker-sparql-3.0.so is empty, not checked.
ldconfig: File /usr/lib/libgailutil-3.so.0 is empty, not checked.
ldconfig: File /usr/lib/libatspi.so.0.0.1 is empty, not checked.
ldconfig: File /usr/lib/libatk-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libre2.so.11 is empty, not checked.
ldconfig: File /usr/lib/libatspi.so is empty, not checked.
ldconfig: File /usr/lib/libatspi.so.0 is empty, not checked.
ldconfig: File /usr/lib/libcloudproviders.so.0 is empty, not checked.
ldconfig: File /usr/lib/libcloudproviders.so is empty, not checked.
ldconfig: File /usr/lib/libwoff2enc.so.1.0.2 is empty, not checked.
ldconfig: File /usr/lib/libwoff2common.so.1.0.2 is empty, not checked.
ldconfig: File /usr/lib/libatk-bridge-2.0.so is empty, not checked.
ldconfig: File /usr/lib/libcolord.so is empty, not checked.
ldconfig: File /usr/lib/libre2.so.11.0.0 is empty, not checked.
ldconfig: File /usr/lib/libcolord.so.2 is empty, not checked.
ldconfig: File /usr/lib/libre2.so is empty, not checked.
ldconfig: File /usr/lib/libatk-1.0.so.0.24813.1 is empty, not checked.
ldconfig: File /usr/lib/libcolordcompat.so is empty, not checked.
ldconfig: File /usr/lib/libjsoncpp.so.25 is empty, not checked.
ldconfig: File /usr/lib/libwoff2enc.so is empty, not checked.
ldconfig: File /usr/lib/libgdk-3.so.0 is empty, not checked.
ldconfig: File /usr/lib/libatk-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libwoff2common.so is empty, not checked.
ldconfig: File /usr/lib/libgailutil-3.so.0.0.0 is empty, not checked.
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...

Last edited by cribari (2023-09-12 20:07:40)


Linux, street photography and Baroque music enthusiast.

Offline

#2 2023-09-12 19:56:08

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,462
Website

Re: [SOLVED] ldconfig: File (...) is empty, not checked

Has anything else suspicous happened recently?  A crash / power-outage during an update?  Other disk-related errors?  Programs not starting?  Etc?

Those belong to a range of packages (at-spi2-core, gtk3, jsoncpp, libcloudproviders, libcolord, re2, tracker3, woff2).  I'd suspect there might be similar issues with other libs.  You would need to at least reinstall those packages.  But I'd be also check pacman -Qkk for other issues, and then probably run a smart test on the disk to get to the root cause.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#3 2023-09-12 19:57:08

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,104

Re: [SOLVED] ldconfig: File (...) is empty, not checked

First check how bad it is:

sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files'

You might have to re-install all packages

Any idea what might have caused this?
Hard reboot?
Power loss?
https://wiki.archlinux.org/title/Solid_ … leshooting ?
https://wiki.archlinux.org/title/SMART ?

Edit: fuck.

Last edited by seth (2023-09-12 19:57:44)

Offline

#4 2023-09-12 20:07:21

cribari
Member
From: Recife, Brazil
Registered: 2016-01-28
Posts: 84
Website

Re: [SOLVED] ldconfig: File (...) is empty, not checked

[SOLVED] It was caused by a power outage. I reinstalled the broken packages with

pacman -S package-name --overwrite '*'

The messages went way. Thank you.


Linux, street photography and Baroque music enthusiast.

Offline

Board footer

Powered by FluxBB