You are not logged in.

#1 2024-04-03 15:35:00

bogo
Member
Registered: 2023-11-08
Posts: 9

Can't access the system after failed upgrade [Solved]

Hello, yesterday my system upgrade failed and earlier I upgraded the system trough live-usb as told in https://wiki.archlinux.org/title/Pacman … an_upgrade (Usually when that happens I just use arch-chroot and upgrade like that but this time I did not because of errors...). This did not fix the issue and trying I couldn't troubleshoot because of the errors I had when I used arch-chroot, which are single lines like:

systemctl: error while loading shared libraries: /usr/lib/libblkid.so.1: file too short
pacman: error while loading shared libraries: /usr/lib/liblzma.so.5: file too short

Using ls returns nothing, though I can change current directory using cd. I found out outside arch-chroot that /usr/lib/liblzma.so.5 and  /usr/lib/libblkid.so.1 are indeed empty.
I tried using

pacstrap -K /mnt --overwrite base libgcrypt libgpg-error systemd-libs

and this did not fix it. If any more details are needed, I am willing to provide them.

Last edited by bogo (2024-04-03 20:46:19)

Offline

#2 2024-04-03 15:56:09

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

Re: Can't access the system after failed upgrade [Solved]

Use pacman's --sysroot or --root option from the ISO to reinstall xz and util-linux-libs. You generally shouldn't be using pacstrap on an already installed system.

Offline

#3 2024-04-03 16:30:31

bogo
Member
Registered: 2023-11-08
Posts: 9

Re: Can't access the system after failed upgrade [Solved]

This did not seem to fix the system. Pacman  did not work at first  because of a similar error with libassuan.so.0, so I reinstalled gnupg. This fixed pacman, but not the system. ls still does not work properly and checking bootctl I find out that /boot//vmlinuz-linux and /boot//initramfs-linux.img are missing; neofetch returns 'Unknown OS detected: '', aborting...'. I now have no idea what the issue is.

Offline

#4 2024-04-03 16:32:16

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

Re: Can't access the system after failed upgrade [Solved]

By 'system upgrade failed', I'm assuming you mean something crashed. You need to finish the update, and reinstall all packages that were part of that update.

Offline

#5 2024-04-03 16:40:30

bogo
Member
Registered: 2023-11-08
Posts: 9

Re: Can't access the system after failed upgrade [Solved]

I did that. I used pacman -Syu and during it, my system crashed. I tried doing what was written in the wiki and the upgrade  got finished, but did not fix the system. Tried other stuff on the forums.
Edit: when trying to install linux, I get countless errors like

...
ldconfig: File /usr/lib/libusbmuxd-2.0.so.7 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlModels.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickParticles.so is empty, not checked.
...

I don't know how I managed to break the system so much with a failed upgrade

Last edited by bogo (2024-04-03 16:50:38)

Offline

#6 2024-04-03 16:49:19

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

Re: Can't access the system after failed upgrade [Solved]

"...and reinstall all packages that were part of that update"

Offline

#7 2024-04-03 17:13:20

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: Can't access the system after failed upgrade [Solved]

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

Everything that shows up w/ a broken or missing mtree need to be first re-installed "--dbonly"
Then re-install those packages and everything with deviating files where you're not certain that they're an intentional local modification (a lot of files in /etc)

Offline

#8 2024-04-03 17:18:11

bogo
Member
Registered: 2023-11-08
Posts: 9

Re: Can't access the system after failed upgrade [Solved]

I am trying to reinstall linux but at the end I get

call to execv failed (Exec format error)
error: command failed to execute correctly

Also how do I see what packages were part of the update? Pacman logs only show that system upgrades were attempted.

Edit: Didn't see seth's comment. Currently doing his suggestion

Last edited by bogo (2024-04-03 17:19:42)

Offline

#9 2024-04-03 17:21:32

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

Re: Can't access the system after failed upgrade [Solved]

At this point, it's probably easiest to just reinstall all packages.

https://wiki.archlinux.org/title/Pacman … ependency?

Last edited by Scimmia (2024-04-03 17:33:02)

Offline

#10 2024-04-03 17:29:41

bogo
Member
Registered: 2023-11-08
Posts: 9

Re: Can't access the system after failed upgrade [Solved]

I seem to not be able to install most of he essential stuff like linux and the amd-ucode because of the error mentioned in my previous reply. Here's a the full output for installing linux:

[root@archiso /]# pacman -S linux
warning: linux-6.8.2.arch2-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) linux-6.8.2.arch2-1

Total Installed Size:  132.48 MiB
Net Upgrade Size:        0.00 MiB

:: Proceed with installation? [Y/n] 
(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) reinstalling linux                                                                                                                       [#######################################################################################] 100%
ldconfig: File /usr/lib/libusbmuxd-2.0.so.7 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlModels.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickParticles.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsAnimation.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libbd_nvme.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Basic.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFSDeviceIntegration.so.6 is empty, not checked.
ldconfig: File /usr/lib/libgirepository-1.0.so.1.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6Gui.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6SvgWidgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libtracker-sparql-3.0.so is empty, not checked.
ldconfig: File /usr/lib/libxkbcommon-x11.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsQmlModels.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6Concurrent.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6XcbQpa.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6XcbQpa.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Sql.so.6 is empty, not checked.
ldconfig: File /usr/lib/libOSMesa.so.8.0.0 is empty, not checked.
ldconfig: File /usr/lib/libxkbcommon-x11.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6WlShellIntegration.so is empty, not checked.
ldconfig: File /usr/lib/libQt6SvgWidgets.so is empty, not checked.
ldconfig: File /usr/lib/libpangoft2-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlXmlListModel.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsAnimation.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libbd_loop.so.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglClientHwIntegration.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTest.so.6 is empty, not checked.
ldconfig: File /usr/lib/libbd_crypto.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSettings.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Sql.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libbd_crypto.so.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Basic.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libgirepository-1.0.so.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Quick.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libbd_swap.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libusbmuxd-2.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Network.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libbd_swap.so is empty, not checked.
ldconfig: File /usr/lib/libKF6NewStuffWidgets.so.6.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsGbmSupport.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickEffects.so is empty, not checked.
ldconfig: File /usr/lib/libgbm.so.1 is empty, not checked.
ldconfig: File /usr/lib/libbd_fs.so is empty, not checked.
ldconfig: File /usr/lib/libPlasmaActivities.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6SvgWidgets.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libpangoxft-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libKF6NewStuffCore.so.6.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Basic.so is empty, not checked.
ldconfig: File /usr/lib/libpangocairo-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libbtrfsutil.so.1 is empty, not checked.
ldconfig: File /usr/lib/libbd_part.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libGLX_mesa.so is empty, not checked.
ldconfig: File /usr/lib/libbd_nvme.so.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6ShaderTools.so is empty, not checked.
ldconfig: File /usr/lib/libEGL_mesa.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTemplates2.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WlShellIntegration.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6Xml.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Material.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsGbmSupport.so is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGLWidgets.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Material.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTest.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libpciaccess.so.0.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTemplates2.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Core5Compat.so.6 is empty, not checked.
ldconfig: File /usr/lib/libkdecorations2private.so.11 is empty, not checked.
ldconfig: File /usr/lib/libkdecorations2private.so.6.0.3 is empty, not checked.
ldconfig: File /usr/lib/libbd_utils.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Network.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Universal.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglClientHwIntegration.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6Test.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickLayouts.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libGLX_indirect.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6Gui.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsSupport.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libbd_swap.so.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSharedImage.so.6 is empty, not checked.
ldconfig: File /usr/lib/libbd_loop.so is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsSupport.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapes.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTest.so is empty, not checked.
ldconfig: File /usr/lib/libpciaccess.so is empty, not checked.
ldconfig: File /usr/lib/libKF6NewStuffWidgets.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSharedImage.so is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsSupport.so is empty, not checked.
ldconfig: File /usr/lib/libpango-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libbd_fs.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFSDeviceIntegration.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Universal.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositor.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6Widgets.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6Quick.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Widgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libpangoft2-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libblockdev.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSharedImage.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libbtrfs.so.0.1 is empty, not checked.
ldconfig: File /usr/lib/libkdecorations2.so.6 is empty, not checked.
ldconfig: File /usr/lib/libpangocairo-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libglapi.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickParticles.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libgbm.so.1.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlXmlListModel.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Network.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlLocalStorage.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libbtrfsutil.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandClient.so is empty, not checked.
ldconfig: File /usr/lib/libX11-xcb.so.1 is empty, not checked.
ldconfig: File /usr/lib/libPlasma.so.6 is empty, not checked.
ldconfig: File /usr/lib/libglapi.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGL.so.6 is empty, not checked.
ldconfig: File /usr/lib/libX11.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Widgets.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Gui.so is empty, not checked.
ldconfig: File /usr/lib/libKF6NewStuffWidgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Core.so.6 is empty, not checked.
ldconfig: File /usr/lib/libbd_part.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Qml.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlXmlListModel.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libX11.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTemplates2.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libGLX_mesa.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6Sql.so is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFSDeviceIntegration.so is empty, not checked.
ldconfig: File /usr/lib/libQt6DBus.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6PrintSupport.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlLocalStorage.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Core.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libpciaccess.so.0 is empty, not checked.
ldconfig: File /usr/lib/libimobiledevice-glue-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libEGL_mesa.so.0 is empty, not checked.
ldconfig: File /usr/lib/libbd_loop.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Impl.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2.so is empty, not checked.
ldconfig: File /usr/lib/libQt6ShaderTools.so.6 is empty, not checked.
ldconfig: File /usr/lib/libpangocairo-1.0.so.0.5200.2 is empty, not checked.
ldconfig: File /usr/lib/libbtrfs.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Svg.so is empty, not checked.
ldconfig: File /usr/lib/libgirepository-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libOSMesa.so.8 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGLWidgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Universal.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libKF6NewStuffCore.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglClientHwIntegration.so is empty, not checked.
ldconfig: File /usr/lib/libxatracker.so.2 is empty, not checked.
ldconfig: File /usr/lib/libPlasmaQuick.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsQmlModels.so.6 is empty, not checked.
ldconfig: File /usr/lib/libbd_part.so.3 is empty, not checked.
ldconfig: File /usr/lib/libX11-xcb.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsAnimation.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGL.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libusbmuxd-2.0.so.7.0.0 is empty, not checked.
ldconfig: File /usr/lib/libimobiledevice-1.0.so.6.0.0 is empty, not checked.
ldconfig: File /usr/lib/libPlasmaActivities.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlWorkerScript.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so.6 is empty, not checked.
ldconfig: File /usr/lib/libbd_utils.so.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libpangoxft-1.0.so.0.5200.2 is empty, not checked.
ldconfig: File /usr/lib/libkdecorations2private.so is empty, not checked.
ldconfig: File /usr/lib/libbd_fs.so.3 is empty, not checked.
ldconfig: File /usr/lib/libbd_nvme.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositor.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6DBus.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickLayouts.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Test.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so is empty, not checked.
ldconfig: File /usr/lib/libpango-1.0.so.0.5200.2 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlModels.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Impl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsFolderListModel.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsFolderListModel.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Svg.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsGbmSupport.so.6 is empty, not checked.
ldconfig: File /usr/lib/libgbm.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlWorkerScript.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libbd_mdraid.so.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickWidgets.so is empty, not checked.
ldconfig: File /usr/lib/libbd_mdraid.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6Concurrent.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Core5Compat.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandClient.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libkdecorations2.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlLocalStorage.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Concurrent.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Quick.so is empty, not checked.
ldconfig: File /usr/lib/libimobiledevice-glue-1.0.so.0.2.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6PrintSupport.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WlShellIntegration.so.6 is empty, not checked.
ldconfig: File /usr/lib/libblockdev.so.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6XcbQpa.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Core5Compat.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libPlasmaActivities.so.6.0.3 is empty, not checked.
ldconfig: File /usr/lib/libbtrfsutil.so.1.3.0 is empty, not checked.
ldconfig: File /usr/lib/libOSMesa.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickWidgets.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libbtrfs.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libX11-xcb.so.1.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickEffects.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglCompositorHwIntegration.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libbd_mdraid.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapes.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCore.so.6 is empty, not checked.
ldconfig: File /usr/lib/libpangoxft-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglCompositorHwIntegration.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSettings.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libPlasma.so.6.0.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so is empty, not checked.
ldconfig: File /usr/lib/libimobiledevice-1.0.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2.so.6 is empty, not checked.
ldconfig: File /usr/lib/libpangoft2-1.0.so.0.5200.2 is empty, not checked.
ldconfig: File /usr/lib/libimobiledevice-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libxatracker.so.2.5.0 is empty, not checked.
ldconfig: File /usr/lib/libbd_utils.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Qml.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCore.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libPlasmaQuick.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Qml.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCore.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsFolderListModel.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so.6 is empty, not checked.
ldconfig: File /usr/lib/libpango-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Xml.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickParticles.so.6 is empty, not checked.
ldconfig: File /usr/lib/libX11.so.6.4.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlWorkerScript.so.6 is empty, not checked.
ldconfig: File /usr/lib/libEGL_mesa.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCompiler.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickLayouts.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Core.so is empty, not checked.
ldconfig: File /usr/lib/libQt6PrintSupport.so.6 is empty, not checked.
ldconfig: File /usr/lib/libGLX_mesa.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libtracker-sparql-3.0.so.0.701.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6Test.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libimobiledevice-glue-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libbd_crypto.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGL.so is empty, not checked.
ldconfig: File /usr/lib/libQt6ShaderTools.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Impl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCompiler.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandClient.so.6 is empty, not checked.
ldconfig: File /usr/lib/libtracker-sparql-3.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libxatracker.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickWidgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglCompositorHwIntegration.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6DBus.so is empty, not checked.
ldconfig: File /usr/lib/libblockdev.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Material.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickEffects.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsQmlModels.so is empty, not checked.
ldconfig: File /usr/lib/libPlasmaQuick.so.6.0.3 is empty, not checked.
ldconfig: File /usr/lib/libglapi.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6Svg.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6Xml.so is empty, not checked.
ldconfig: File /usr/lib/libKF6NewStuffCore.so is empty, not checked.
ldconfig: File /usr/lib/libPlasma.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlModels.so is empty, not checked.
ldconfig: File /usr/lib/libxkbcommon-x11.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libkdecorations2.so.6.0.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGLWidgets.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCompiler.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapes.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositor.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSettings.so.6 is empty, not checked.
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Updating module dependencies...
(3/3) Updating linux initcpios...
call to execv failed (Exec format error)
error: command failed to execute correctly

Offline

#11 2024-04-03 17:32:09

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

Re: Can't access the system after failed upgrade [Solved]

It installed fine, the hook that generated the initramfs failed, likely because of the filesystem corruption. You have to reinstall all corrupt packages, or as I said, easiest to just reinstall all of them.

Offline

#12 2024-04-03 17:32:20

bogo
Member
Registered: 2023-11-08
Posts: 9

Re: Can't access the system after failed upgrade [Solved]

Is there a chance that there will be any data loss when reinstalling all packages?

Offline

#13 2024-04-03 17:33:20

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

Re: Can't access the system after failed upgrade [Solved]

no

Offline

#14 2024-04-03 18:03:11

bogo
Member
Registered: 2023-11-08
Posts: 9

Re: Can't access the system after failed upgrade [Solved]

Should I use --overwrite '*' bacause pacman refuses to install the packages due to 'file exists in filesystem'?

Offline

#15 2024-04-03 18:04:44

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,314

Re: Can't access the system after failed upgrade [Solved]

No.
Fix the packages w/ a broken mtree by first installing them w/ "--dbonly".

Offline

#16 2024-04-03 19:27:43

bogo
Member
Registered: 2023-11-08
Posts: 9

Re: Can't access the system after failed upgrade [Solved]

This does not seem to help much. This is the last part of the output of pacman -S $(pacman -Qnq) --dbonly:

                xorg-xset-1.2.5-1  xorg-xsetroot-1.1.3-1  xorg-xvinfo-1.1.5-1  xorg-xwayland-23.2.5-1  xorg-xwd-1.0.9-1  xorg-xwininfo-1.1.6-1  xorg-xwud-1.0.6-1  xorgproto-2024.1-2  xsettingsd-1.0.2-1  xterm-390-1  xvidcore-1.3.7-2
                xxhash-0.8.2-1  xz-5.6.1-3  yajl-2.1.0-6  yaml-cpp-0.8.0-1  yt-dlp-2024.03.10-1  ytfzf-2.6.2-1  zbar-0.23.90-3  zenity-4.0.1-1  zeromq-4.3.5-2  zimg-3.0.5-1  zix-0.4.2-2  zlib-1:1.3.1-1  zstd-1.5.5-1  zvbi-0.2.42-1
                zxing-cpp-2.2.1-1

Total Installed Size:  12255.02 MiB
Net Upgrade Size:          0.00 MiB

:: Proceed with installation? [Y/n] 
(1468/1468) checking keys in keyring                                                                                                           [#######################################################################################] 100%
(1468/1468) checking package integrity                                                                                                         [#######################################################################################] 100%
(1468/1468) loading package files                                                                                                              [#######################################################################################] 100%
:: Processing package changes...
ldconfig: File /usr/lib/libusbmuxd-2.0.so.7 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlModels.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickParticles.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsAnimation.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libbd_nvme.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Basic.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFSDeviceIntegration.so.6 is empty, not checked.
ldconfig: File /usr/lib/libgirepository-1.0.so.1.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6Gui.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6SvgWidgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libtracker-sparql-3.0.so is empty, not checked.
ldconfig: File /usr/lib/libxkbcommon-x11.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsQmlModels.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6Concurrent.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6XcbQpa.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6XcbQpa.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Sql.so.6 is empty, not checked.
ldconfig: File /usr/lib/libOSMesa.so.8.0.0 is empty, not checked.
ldconfig: File /usr/lib/libxkbcommon-x11.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6WlShellIntegration.so is empty, not checked.
ldconfig: File /usr/lib/libQt6SvgWidgets.so is empty, not checked.
ldconfig: File /usr/lib/libpangoft2-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlXmlListModel.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsAnimation.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libbd_loop.so.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglClientHwIntegration.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTest.so.6 is empty, not checked.
ldconfig: File /usr/lib/libbd_crypto.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSettings.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Sql.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libbd_crypto.so.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Basic.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libgirepository-1.0.so.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Quick.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libbd_swap.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libusbmuxd-2.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Network.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libbd_swap.so is empty, not checked.
ldconfig: File /usr/lib/libKF6NewStuffWidgets.so.6.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsGbmSupport.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickEffects.so is empty, not checked.
ldconfig: File /usr/lib/libgbm.so.1 is empty, not checked.
ldconfig: File /usr/lib/libbd_fs.so is empty, not checked.
ldconfig: File /usr/lib/libPlasmaActivities.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6SvgWidgets.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libpangoxft-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libKF6NewStuffCore.so.6.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Basic.so is empty, not checked.
ldconfig: File /usr/lib/libpangocairo-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libbtrfsutil.so.1 is empty, not checked.
ldconfig: File /usr/lib/libbd_part.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libGLX_mesa.so is empty, not checked.
ldconfig: File /usr/lib/libbd_nvme.so.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6ShaderTools.so is empty, not checked.
ldconfig: File /usr/lib/libEGL_mesa.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTemplates2.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WlShellIntegration.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6Xml.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Material.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsGbmSupport.so is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGLWidgets.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Material.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTest.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libpciaccess.so.0.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTemplates2.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Core5Compat.so.6 is empty, not checked.
ldconfig: File /usr/lib/libkdecorations2private.so.11 is empty, not checked.
ldconfig: File /usr/lib/libkdecorations2private.so.6.0.3 is empty, not checked.
ldconfig: File /usr/lib/libbd_utils.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Network.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Universal.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglClientHwIntegration.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6Test.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickLayouts.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libGLX_indirect.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6Gui.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsSupport.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libbd_swap.so.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSharedImage.so.6 is empty, not checked.
ldconfig: File /usr/lib/libbd_loop.so is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsSupport.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapes.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTest.so is empty, not checked.
ldconfig: File /usr/lib/libpciaccess.so is empty, not checked.
ldconfig: File /usr/lib/libKF6NewStuffWidgets.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSharedImage.so is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsSupport.so is empty, not checked.
ldconfig: File /usr/lib/libpango-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libbd_fs.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFSDeviceIntegration.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Universal.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositor.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6Widgets.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6Quick.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Widgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libpangoft2-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libblockdev.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSharedImage.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libbtrfs.so.0.1 is empty, not checked.
ldconfig: File /usr/lib/libkdecorations2.so.6 is empty, not checked.
ldconfig: File /usr/lib/libpangocairo-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libglapi.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickParticles.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libgbm.so.1.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlXmlListModel.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Network.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlLocalStorage.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libbtrfsutil.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandClient.so is empty, not checked.
ldconfig: File /usr/lib/libX11-xcb.so.1 is empty, not checked.
ldconfig: File /usr/lib/libPlasma.so.6 is empty, not checked.
ldconfig: File /usr/lib/libglapi.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGL.so.6 is empty, not checked.
ldconfig: File /usr/lib/libX11.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Widgets.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Gui.so is empty, not checked.
ldconfig: File /usr/lib/libKF6NewStuffWidgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Core.so.6 is empty, not checked.
ldconfig: File /usr/lib/libbd_part.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Qml.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlXmlListModel.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libX11.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTemplates2.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libGLX_mesa.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6Sql.so is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFSDeviceIntegration.so is empty, not checked.
ldconfig: File /usr/lib/libQt6DBus.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6PrintSupport.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlLocalStorage.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Core.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libpciaccess.so.0 is empty, not checked.
ldconfig: File /usr/lib/libimobiledevice-glue-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libEGL_mesa.so.0 is empty, not checked.
ldconfig: File /usr/lib/libbd_loop.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Impl.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2.so is empty, not checked.
ldconfig: File /usr/lib/libQt6ShaderTools.so.6 is empty, not checked.
ldconfig: File /usr/lib/libpangocairo-1.0.so.0.5200.2 is empty, not checked.
ldconfig: File /usr/lib/libbtrfs.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Svg.so is empty, not checked.
ldconfig: File /usr/lib/libgirepository-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libOSMesa.so.8 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGLWidgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Universal.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libKF6NewStuffCore.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglClientHwIntegration.so is empty, not checked.
ldconfig: File /usr/lib/libxatracker.so.2 is empty, not checked.
ldconfig: File /usr/lib/libPlasmaQuick.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsQmlModels.so.6 is empty, not checked.
ldconfig: File /usr/lib/libbd_part.so.3 is empty, not checked.
ldconfig: File /usr/lib/libX11-xcb.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsAnimation.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGL.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libusbmuxd-2.0.so.7.0.0 is empty, not checked.
ldconfig: File /usr/lib/libimobiledevice-1.0.so.6.0.0 is empty, not checked.
ldconfig: File /usr/lib/libPlasmaActivities.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlWorkerScript.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so.6 is empty, not checked.
ldconfig: File /usr/lib/libbd_utils.so.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libpangoxft-1.0.so.0.5200.2 is empty, not checked.
ldconfig: File /usr/lib/libkdecorations2private.so is empty, not checked.
ldconfig: File /usr/lib/libbd_fs.so.3 is empty, not checked.
ldconfig: File /usr/lib/libbd_nvme.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositor.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6DBus.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickLayouts.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Test.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so is empty, not checked.
ldconfig: File /usr/lib/libpango-1.0.so.0.5200.2 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlModels.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Impl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsFolderListModel.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsFolderListModel.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Svg.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsGbmSupport.so.6 is empty, not checked.
ldconfig: File /usr/lib/libgbm.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlWorkerScript.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libbd_mdraid.so.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickWidgets.so is empty, not checked.
ldconfig: File /usr/lib/libbd_mdraid.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6Concurrent.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Core5Compat.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandClient.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libkdecorations2.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlLocalStorage.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Concurrent.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Quick.so is empty, not checked.
ldconfig: File /usr/lib/libimobiledevice-glue-1.0.so.0.2.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6PrintSupport.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WlShellIntegration.so.6 is empty, not checked.
ldconfig: File /usr/lib/libblockdev.so.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6XcbQpa.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Core5Compat.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libPlasmaActivities.so.6.0.3 is empty, not checked.
ldconfig: File /usr/lib/libbtrfsutil.so.1.3.0 is empty, not checked.
ldconfig: File /usr/lib/libOSMesa.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickWidgets.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libbtrfs.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libX11-xcb.so.1.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickEffects.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglCompositorHwIntegration.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libbd_mdraid.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapes.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCore.so.6 is empty, not checked.
ldconfig: File /usr/lib/libpangoxft-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglCompositorHwIntegration.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSettings.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libPlasma.so.6.0.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so is empty, not checked.
ldconfig: File /usr/lib/libimobiledevice-1.0.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2.so.6 is empty, not checked.
ldconfig: File /usr/lib/libpangoft2-1.0.so.0.5200.2 is empty, not checked.
ldconfig: File /usr/lib/libimobiledevice-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libxatracker.so.2.5.0 is empty, not checked.
ldconfig: File /usr/lib/libbd_utils.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Qml.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCore.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libPlasmaQuick.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Qml.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCore.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsFolderListModel.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so.6 is empty, not checked.
ldconfig: File /usr/lib/libpango-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Xml.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickParticles.so.6 is empty, not checked.
ldconfig: File /usr/lib/libX11.so.6.4.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlWorkerScript.so.6 is empty, not checked.
ldconfig: File /usr/lib/libEGL_mesa.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCompiler.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickLayouts.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Core.so is empty, not checked.
ldconfig: File /usr/lib/libQt6PrintSupport.so.6 is empty, not checked.
ldconfig: File /usr/lib/libGLX_mesa.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libtracker-sparql-3.0.so.0.701.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6Test.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libimobiledevice-glue-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libbd_crypto.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGL.so is empty, not checked.
ldconfig: File /usr/lib/libQt6ShaderTools.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Impl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCompiler.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandClient.so.6 is empty, not checked.
ldconfig: File /usr/lib/libtracker-sparql-3.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libxatracker.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickWidgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglCompositorHwIntegration.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6DBus.so is empty, not checked.
ldconfig: File /usr/lib/libblockdev.so.3.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Material.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickEffects.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsQmlModels.so is empty, not checked.
ldconfig: File /usr/lib/libPlasmaQuick.so.6.0.3 is empty, not checked.
ldconfig: File /usr/lib/libglapi.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6Svg.so.6.6.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6Xml.so is empty, not checked.
ldconfig: File /usr/lib/libKF6NewStuffCore.so is empty, not checked.
ldconfig: File /usr/lib/libPlasma.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlModels.so is empty, not checked.
ldconfig: File /usr/lib/libxkbcommon-x11.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libkdecorations2.so.6.0.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGLWidgets.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCompiler.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapes.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositor.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSettings.so.6 is empty, not checked.

Offline

#17 2024-04-03 20:27:02

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

Re: Can't access the system after failed upgrade [Solved]

because --dbonly doesn't install anything. You were only supposed to do that for the packages with broken file lists, then actually reinstall everything.

Offline

#18 2024-04-03 20:45:22

bogo
Member
Registered: 2023-11-08
Posts: 9

Re: Can't access the system after failed upgrade [Solved]

Thank you for helping. How do I mark it as solved?

Offline

Board footer

Powered by FluxBB