How do I force reinstall broken packages?

I’ve found out through keepassxc that my libqt5-svg is corrupt (no doubt due to the forced reboot that I had to do during an update about 30min ago by now). I suspect it’s not the only package broken and this one in particular is a dep of manjaro utils forcing me to keep it in it’s state despite my best efforts to reinstall it through the gui package manager. At this point I expect I will need the terminal to fix things so how do I force reinstall the package and, if possible, trigger the same for all packages detected as broken (reinstalling at point of detection, not just list then reinstall)

Edit: The solution here is just for this sub problem. The initial problem has it’s own thread here: KeePassXC won't boot

:warning: :warning: :warning:

XY problem detected.

:warning: :warning: :warning:

The XY problem is asking about your attempted solution rather than your actual problem. This leads to enormous amounts of wasted time and energy, both on the part of people asking for help, and on the part of those providing help.

Please tell us about the problem, rather than asking about the assumed solution.

No reason to act that way. I’m trying to help, and this is a real thing.

I don’t pretend to know everything, but I do have a working KeepassXC here, and I do not even have thee package installed:

$ pacman -Qs libqt5-svg

Nor can I even find it in the repositories:

$ pacman -Ss libqt5-svg

Or even a package that it beolongs to:

$ pamac search --files libqt5-svg
No package owns libqt5-svg

I was even unable to find anything to do with it in the AUR:

$ pamac search--aur libqt5-svg

So it’s not a package that can be reinstalled, which indicates that it might be something else that’s the matter.

2 Likes

keepassxc: error while loading shared libraries: /usr/lib/libQt5Svg.so.5: file too short
don’t tell me it doesn’t need it if it needs it

edit: also the package you’re looking for is not libqt5-svg but just qt5-svg, libqt5-svg is likely inside that

edit 2: sorry for the name calling btw, just tired of people trying to redirect the topic of threads I make just because they see it as an xy problem. like is it their problem if the poster is chasing the wrong problem? a problem is still a problem and should be addressed, only then can the mind focus on whatever else is a problem

I was simply going of the information you gave, which is:

…and nothing else.

But from your last post I found out that libqt5-svg isn’t the package name, as your post suggested. Which could have been avoided if I had all the inforatrion from the beginning.

Mine doesn’t complain about that:

$ keepassxc
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()

libQt5Svg.so.5 is owned by qt5-svg:

$ pamac search --files libQt5Svg.so.5
[...]
/usr/lib/libQt5Svg.so.5 is owned by qt5-svg
[...]

And qt5-svg ownes several files:

$ pamac list --files qt5-svg
/usr/include/qt/QtSvg/5.15.19/QtSvg/private/qsvgfont_p.h
/usr/include/qt/QtSvg/5.15.19/QtSvg/private/qsvggraphics_p.h
/usr/include/qt/QtSvg/5.15.19/QtSvg/private/qsvghandler_p.h
/usr/include/qt/QtSvg/5.15.19/QtSvg/private/qsvgnode_p.h
/usr/include/qt/QtSvg/5.15.19/QtSvg/private/qsvgstructure_p.h
/usr/include/qt/QtSvg/5.15.19/QtSvg/private/qsvgstyle_p.h
/usr/include/qt/QtSvg/5.15.19/QtSvg/private/qsvgtinydocument_p.h
/usr/include/qt/QtSvg/5.15.19/QtSvg/private/qtsvgglobal_p.h
/usr/include/qt/QtSvg/QGraphicsSvgItem
/usr/include/qt/QtSvg/QSvgGenerator
/usr/include/qt/QtSvg/QSvgRenderer
/usr/include/qt/QtSvg/QSvgWidget
/usr/include/qt/QtSvg/QtSvg
/usr/include/qt/QtSvg/QtSvgDepends
/usr/include/qt/QtSvg/QtSvgVersion
/usr/include/qt/QtSvg/qgraphicssvgitem.h
/usr/include/qt/QtSvg/qsvggenerator.h
/usr/include/qt/QtSvg/qsvgrenderer.h
/usr/include/qt/QtSvg/qsvgwidget.h
/usr/include/qt/QtSvg/qtsvgglobal.h
/usr/include/qt/QtSvg/qtsvgversion.h
/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake
/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake
/usr/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake
/usr/lib/cmake/Qt5Svg/Qt5SvgConfigVersion.cmake
/usr/lib/libQt5Svg.prl
/usr/lib/libQt5Svg.so
/usr/lib/libQt5Svg.so.5
/usr/lib/libQt5Svg.so.5.15
/usr/lib/libQt5Svg.so.5.15.19
/usr/lib/pkgconfig/Qt5Svg.pc
/usr/lib/qt/mkspecs/modules/qt_lib_svg.pri
/usr/lib/qt/mkspecs/modules/qt_lib_svg_private.pri
/usr/lib/qt/plugins/iconengines/libqsvgicon.so
/usr/lib/qt/plugins/imageformats/libqsvg.so
/usr/share/licenses/qt5-svg

…none of which seems to be something critically important. So let’s try:

pamac install --overwrite="/usr/*" qt5-svg

hmm, seems pamac refuses to understand it should replace the installation:

❯ pamac install --overwrite="/usr/*" qt5-svg
Preparing...
Warning: qt5-svg-5.15.19+kde+r5-1 is up to date -- skipping
Nothing to do.
Transaction successfully finished.
❯ sudo pamac install --overwrite="/usr/*" qt5-svg
[sudo] password for zxuiji: 
Preparing...
Warning: qt5-svg-5.15.19+kde+r5-1 is up to date -- skipping
Nothing to do.
Transaction successfully finished.
❯ keepassxc
keepassxc: error while loading shared libraries: /usr/lib/libQt5Svg.so.5: file too short

Technically what happens in the process is

  • the library first removes the package
  • then install the package

so the generic answer would be

sudo pacman -Syu <pkgname>
❯ pamac install --overwrite="/usr/*" qt5-svg
Preparing...
Warning: qt5-svg-5.15.19+kde+r5-1 is up to date -- skipping
Nothing to do.
Transaction successfully finished.
❯ sudo pamac install --overwrite="/usr/*" qt5-svg
[sudo] password for zxuiji: 
Preparing...
Warning: qt5-svg-5.15.19+kde+r5-1 is up to date -- skipping
Nothing to do.
Transaction successfully finished.
❯ keepassxc
keepassxc: error while loading shared libraries: /usr/lib/libQt5Svg.so.5: file too short

Doesn’t look like it forcibly replaced the package which is what I need for eliminating this issue from the causes of keepassxc (and any other software that happens to need it) not booting

Never use sudo with pamac. You’ll end up with incorrect permissions. It uses Polkit instead and will prompt for a password if it needs any.

Try without the quotes:

pamac install --overwrite=/usr/* qt5-svg

The sudo thing is noted, though I’ll likely forget by the time it next matters, taht aside see this post above:

That is why I suggested:

it’s the same command though? The 1 which I tried 1st (as shown in the post) before the sudo variant (also shown in the post)

It doesn’t have quotes around the --overwrite= argument value.

Didn’t notice that, tried it and got this instead:

zsh: no matches found: --overwrite=/usr/*

OK, last effort from me, I’ve got an appointment:

sudo pacman -S --overwrite="/usr/*" qt5-svg
2 Likes

Try this instead:

sudo pacman -S --overwrite="/usr/*" qt5-svg

It worked on my system:

❯ sudo pacman -S --overwrite="/usr/*" qt5-svg
[sudo] password for scotty: 
warning: qt5-svg-5.15.19+kde+r5-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) qt5-svg-5.15.19+kde+r5-1

Total Installed Size:  0.49 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%
:: Running pre-transaction hooks...
(1/2) Creating Timeshift snapshot before upgrade...
==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
(2/2) Scanning packages for security issues...
:: Processing package changes...
(1/1) reinstalling qt5-svg                                               [########################################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Checking which packages need to be rebuilt
2 Likes

Got progress:
keepassxc: error while loading shared libraries: /usr/lib/libQt5Concurrent.so.5: file too short, I’ll start a diff thread for that after rebooting though since the log said something about needing an update:

sudo pacman -S --overwrite="/usr/*" qt5-svg
[sudo] password for zxuiji: 
warning: qt5-svg-5.15.19+kde+r5-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) qt5-svg-5.15.19+kde+r5-1

Total Installed Size:  0.49 MiB

:: Proceed with installation? [Y/n] Y
(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%
:: Running pre-transaction hooks...
(1/1) Creating Timeshift snapshot before upgrade...
==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
:: Processing package changes...
(1/1) reinstalling qt5-svg                                           [######################################] 100%
ldconfig: File /usr/lib/libQt6LabsSettings.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5EglFsKmsSupport.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickVectorImageGenerator.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5Core.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt5EglFsKmsSupport.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt5QuickWidgets.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt5PrintSupport.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libhandle.so is empty, not checked.
ldconfig: File /usr/lib/libQt5OpenGL.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSynchronizer.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Quick.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5WaylandClient.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5QuickTest.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt5Concurrent.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSharedImage.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5WaylandClient.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt5QuickParticles.so is empty, not checked.
ldconfig: File /usr/lib/libQt5Network.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickParticles.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5OpenGL.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Universal.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlNetwork.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5Concurrent.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt5XcbQpa.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlLocalStorage.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCompiler.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5QuickWidgets.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSharedImage.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTemplates2.so is empty, not checked.
ldconfig: File /usr/lib/libQt5Widgets.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickParticles.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5QmlWorkerScript.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt5PrintSupport.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsFolderListModel.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsPlatform.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsAnimation.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsFolderListModel.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5Sql.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6Qml.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5X11Extras.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsStyleKitImpl.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5QuickTest.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsStyleKit.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5QmlModels.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlWorkerScript.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5Quick.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Universal.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSynchronizer.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5Network.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt5QuickShapes.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Impl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5QmlModels.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt5Widgets.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlWorkerScript.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5Qml.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt5QuickParticles.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Qml.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Basic.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libvapoursynth.so.4 is empty, not checked.
ldconfig: File /usr/lib/libQt5Sql.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsStyleKitImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsPlatform.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5Sql.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickVectorImage.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlXmlListModel.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Material.so is empty, not checked.
ldconfig: File /usr/lib/libQt5WaylandCompositor.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Basic.so is empty, not checked.
ldconfig: File /usr/lib/libQt5Concurrent.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt5OpenGL.so is empty, not checked.
ldconfig: File /usr/lib/libQt5QuickTest.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libvapoursynth.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickWidgets.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5DBus.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickWidgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libvapoursynth-script.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Qml.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Impl.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5Gui.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCompiler.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSharedImage.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickLayouts.so is empty, not checked.
ldconfig: File /usr/lib/libvsscript.so is empty, not checked.
ldconfig: File /usr/lib/libQt5QuickShapes.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Material.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5Test.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickEffects.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5XcbQpa.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt5Xml.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt5Widgets.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTemplates2.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5Widgets.so is empty, not checked.
ldconfig: File /usr/lib/libQt5XcbQpa.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Material.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5Core.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapes.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5Gui.so is empty, not checked.
ldconfig: File /usr/lib/libQt5Network.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTest.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libqt6ct-common.so.0.11 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCore.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5Quick.so is empty, not checked.
ldconfig: File /usr/lib/libQt5WaylandCompositor.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsStyleKit.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5DBus.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt5X11Extras.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt5QmlWorkerScript.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt5QmlModels.so is empty, not checked.
ldconfig: File /usr/lib/libQt5Quick.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapes.so.6 is empty, not checked.
ldconfig: File /usr/lib/libhandle.so.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSettings.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickWidgets.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FluentWinUI3StyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlNetwork.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5Xml.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTemplates2.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickVectorImage.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsStyleKit.so is empty, not checked.
ldconfig: File /usr/lib/libQt5QuickShapes.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapesDesignHelpers.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libhandle.so.1.0.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6Quick.so is empty, not checked.
ldconfig: File /usr/lib/libQt5Sql.so is empty, not checked.
ldconfig: File /usr/lib/libQt5Core.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickEffects.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5Qml.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FluentWinUI3StyleImpl.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickEffects.so is empty, not checked.
ldconfig: File /usr/lib/libQt5Qml.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsQmlModels.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickLayouts.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlModels.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickVectorImageHelpers.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libvapoursynth-script.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt5Quick.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlModels.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlWorkerScript.so is empty, not checked.
ldconfig: File /usr/lib/libQt5WaylandClient.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlXmlListModel.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so is empty, not checked.
ldconfig: File /usr/lib/libQt5EglFSDeviceIntegration.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt5Test.so is empty, not checked.
ldconfig: File /usr/lib/libQt5Test.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt5SerialPort.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTest.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCore.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5SerialPort.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsAnimation.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5PrintSupport.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlMeta.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5PrintSupport.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt5SerialPort.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt5Qml.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlMeta.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2.so is empty, not checked.
ldconfig: File /usr/lib/libQt5Core.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlLocalStorage.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlNetwork.so is empty, not checked.
ldconfig: File /usr/lib/libQt5Gui.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlMeta.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5EglFSDeviceIntegration.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5OpenGL.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapes.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5Gui.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsPlatform.so is empty, not checked.
ldconfig: File /usr/lib/libQt5WaylandCompositor.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt5EglFsKmsSupport.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt5X11Extras.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5QuickShapes.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlModels.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCore.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickLayouts.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FluentWinUI3StyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt5QuickWidgets.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsStyleKitImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5QmlWorkerScript.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2.so is empty, not checked.
ldconfig: File /usr/lib/libQt5QmlModels.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSettings.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapesDesignHelpers.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCompiler.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickParticles.so is empty, not checked.
ldconfig: File /usr/lib/libQt5QuickParticles.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsQmlModels.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsAnimation.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5Xml.so.5 is empty, not checked.
ldconfig: File /usr/lib/libqt6ct-common.so is empty, not checked.
ldconfig: File /usr/lib/libQt5WaylandCompositor.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt5X11Extras.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt5XcbQpa.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt5WaylandClient.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSynchronizer.so is empty, not checked.
ldconfig: File /usr/lib/libQt5Test.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Basic.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5Concurrent.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so is empty, not checked.
ldconfig: File /usr/lib/libQt5EglFSDeviceIntegration.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6Quick.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsFolderListModel.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Impl.so is empty, not checked.
ldconfig: File /usr/lib/libQt5QuickTest.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Universal.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsQmlModels.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt5QuickWidgets.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlXmlListModel.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapesDesignHelpers.so is empty, not checked.
ldconfig: File /usr/lib/libQt5SerialPort.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt5QuickParticles.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTest.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickVectorImageGenerator.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickVectorImageGenerator.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickVectorImageHelpers.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5EglFsKmsSupport.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt5Network.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickVectorImageHelpers.so is empty, not checked.
ldconfig: File /usr/lib/libQt5DBus.so is empty, not checked.
ldconfig: File /usr/lib/libQt5QmlWorkerScript.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt5EglFSDeviceIntegration.so.5.15.19 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickVectorImage.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt5DBus.so.5.15 is empty, not checked.
ldconfig: File /usr/lib/libQt5Xml.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlLocalStorage.so.6.11.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so.6.11.1 is empty, not checked.
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.