You are not logged in.
Environment: installed on btrfs partition, Hyprland with office, messaging and other apps.
Steps: installed dolphin and kdenlive with `pacman -S dolphin kdenlive`
Problem: can't start dolphin either kdenlive. In terminal getting errors:
kdenlive: error while loading shared libraries: libKF6Bookmarks.so.6: cannot open shared object file: No such file or directory
dolphin: error while loading shared libraries: libKF6NewStuffWidgets.so.6: cannot open shared object file: No such file or directoryand for another boot
kdenlive: error while loading shared libraries: libKF6Crash.so.6: cannot open shared object file: No such file or directory
dolphin: error while loading shared libraries: libKF6NewStuffWidgets.so.6: cannot open shared object file: No such file or directoryTried to `pacman -S dolphin`. Getting list of warning:
warning: could not get file information for usr/bin/dolphin
warning: could not get file information for usr/bin/servicemenuinstaller
warning: could not get file information for usr/include/Dolphin/
warning: could not get file information for usr/include/Dolphin/KVersionControlPlugin
warning: could not get file information for usr/include/Dolphin/dolphinvcs_version.h
warning: could not get file information for usr/include/Dolphin/kversioncontrolplugin.h
warning: could not get file information for usr/include/dolphin_export.h
...What should be installed or configured to make this working?
Thanks ahead!
Update 1:
Tried full plasma installation. Have completely same error type when starting KDE ![]()
If that is a trouble with file system or hdd, how can I check it?
Update 2: SOLUTION
1. Search for corrupted installations
sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files'2. Reinstall found packages
Thanks
Last edited by Bercof (2024-05-14 19:56:54)
Offline
https://archlinux.org/packages/extra/x86_64/kdenlive/ depends on https://archlinux.org/packages/extra/x86_64/kbookmarks/ which provides libKF6Bookmarks.so.6
Let's see how corrupted the installation is:
sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files'Offline
https://archlinux.org/packages/extra/x86_64/kdenlive/ depends on https://archlinux.org/packages/extra/x86_64/kbookmarks/ which provides libKF6Bookmarks.so.6
Let's see how corrupted the installation is:
sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files'
Here is full current output: https://www.dropbox.com/scl/fi/6oiemy38 … 3afev&dl=0
I'm not shure if this is correct one. I've done a lot of things last time:
1. made a full drive backup with clonezilla
2. installed full plasma - same error
3. installed full gnome - error gone! i was able to run all applications I wanted
4. rolled back with timeshift - got error on boot with incorrect fstab mount points (automatic restore not working correctly for me only?)
5. rolled back with clonezilla
Last edited by Bercof (2024-05-13 18:48:16)
Offline
kbookmark is not (longer?) in that list but
convertlit: 3 total files, 1 altered file
ebook-tools: 16 total files, 10 altered files
libatasmart: 19 total files, 10 altered files
libblockdev: 68 total files, 58 altered files
libblockdev-crypto: 8 total files, 5 altered files
libblockdev-fs: 22 total files, 18 altered files
libblockdev-loop: 8 total files, 5 altered files
libblockdev-mdraid: 8 total files, 5 altered files
libblockdev-nvme: 8 total files, 5 altered files
libblockdev-part: 8 total files, 5 altered files
libblockdev-swap: 8 total files, 5 altered files
libbytesize: 121 total files, 44 altered files
libcanberra: 71 total files, 49 altered files
libimobiledevice: 171 total files, 160 altered files
libimobiledevice-glue: 19 total files, 15 altered files
libusbmuxd: 18 total files, 10 altered files
libxpm: 63 total files, 52 altered files
mdadm: 39 total files, 25 altered files
media-player-info: 266 total files, 259 altered files
polkit-qt6: 59 total files, 52 altered files
qca-qt6: 51 total files, 40 altered files
qt6-5compat: 149 total files, 130 altered files
qt6-multimedia: 344 total files, 325 altered files
qt6-multimedia-ffmpeg: 14 total files, 9 altered files
qt6-shadertools: 65 total files, 49 altered files
qt6-speech: 96 total files, 76 altered files
sound-theme-freedesktop: 44 total files, 41 altered files
taglib: 134 total files, 128 altered files
tdb: 25 total files, 15 altered files
udisks2: 415 total files, 241 altered files
upower: 100 total files, 64 altered files
volume_key: 126 total files, 44 altered filesThose packages were all damaged and should be re-installed
Offline
kbookmark is not (longer?) in that list but
convertlit: 3 total files, 1 altered file ebook-tools: 16 total files, 10 altered files libatasmart: 19 total files, 10 altered files libblockdev: 68 total files, 58 altered files libblockdev-crypto: 8 total files, 5 altered files libblockdev-fs: 22 total files, 18 altered files libblockdev-loop: 8 total files, 5 altered files libblockdev-mdraid: 8 total files, 5 altered files libblockdev-nvme: 8 total files, 5 altered files libblockdev-part: 8 total files, 5 altered files libblockdev-swap: 8 total files, 5 altered files libbytesize: 121 total files, 44 altered files libcanberra: 71 total files, 49 altered files libimobiledevice: 171 total files, 160 altered files libimobiledevice-glue: 19 total files, 15 altered files libusbmuxd: 18 total files, 10 altered files libxpm: 63 total files, 52 altered files mdadm: 39 total files, 25 altered files media-player-info: 266 total files, 259 altered files polkit-qt6: 59 total files, 52 altered files qca-qt6: 51 total files, 40 altered files qt6-5compat: 149 total files, 130 altered files qt6-multimedia: 344 total files, 325 altered files qt6-multimedia-ffmpeg: 14 total files, 9 altered files qt6-shadertools: 65 total files, 49 altered files qt6-speech: 96 total files, 76 altered files sound-theme-freedesktop: 44 total files, 41 altered files taglib: 134 total files, 128 altered files tdb: 25 total files, 15 altered files udisks2: 415 total files, 241 altered files upower: 100 total files, 64 altered files volume_key: 126 total files, 44 altered filesThose packages were all damaged and should be re-installed
wow! that really helped! thanks!!!
could I ask some more questions please:
1. could you please explain a little why that may happen? Is this because of btrfs itself? or timeshift tools? or should I point my attention to anything else? may be some links would be also helpfull
2. should I warry about other corrupted packages like:
systemd: 1451 total files, 1 altered file
vlc: 1085 total files, 1 altered filethanks again!
Offline
It really shouldn't happen. Fixing this isn't a normal maintenance nor a fix for a common user error - it's a true error in the system. But there can be different sources. An interrupted pacman operation would be most common (i.e., a power outage during the middle of an update), a drive failure (or at least some bad sectors) would also be a common cause. Next to that, filesystem errors would certainly explain it - but that is just much less likely at baseline. I'm not sure what timeshift tools you use or are asking about, but a poorly-written or poorly-configured backup tool certainly could cause such symptoms - but properly functioning backup software would not.
For systemd and vlc, the 1 altered file is not likely a problem - but you could check what was actually changed: it's most likely just a configuration file users are expected to modify.
The sum total of evidence in this thread also makes me strongly suspect you've been doing partial upgrades. Do not pass the --Sy flags to pacman without also including -u.
Last edited by Trilby (2024-05-14 00:03:30)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
pacman -Qkk system/var/log/journal GUID?
Next to Trilby's list, overly aggressive trimming strategies can be a cause.
For drive "failures", make sure to check https://wiki.archlinux.org/title/Solid_ … leshooting and https://wiki.archlinux.org/title/Solid_ … leshooting
And please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Thank you for help and explanation.
Hope this will never happen again ![]()
Offline