> pacman -Qoq /usr/lib/python3.12/
error: No package owns /usr/lib/python3.12
and yay -Syu says strange things:
yay -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
multilib is up to date
:: Searching AUR for updates...
:: Searching databases for updates...
-> Packages not in AUR: fvextra gtkhash-nautilus lib32-libva-vdpau-driver libva-vdpau-driver manjaro-artwork manjaro-documentation-en manjaro-firmware minted systemd-fsck-silent
-> Flagged Out Of Date AUR Packages: python-thefuzz
there is nothing to do
Is there someplace where I can dig out what’s really happening?
I have done pamac build opencl-amd (and zoom too), all is ok and says that the transaction is completed successfully, but the list stays on checkrebuild…
Packages not in AUR means exactly that; it is an information that the mentioned package(s) no longer exist - not even in AUR; packages which do not exist should be removed - unless of course you are actively using one or more of them.
Flagged Out Of Date means exatly that - it is in need of maintenance of some kind.
Yep, I removed everything now. The checkrebuild things still stays, though:
> checkrebuild -v
foreign opencl-amd
foreign zoom
ldd /opt/rocm/bin/rocgdb
amdpythonlib.so => not found
ldd /opt/zoom/Qt/qml/Qt/labs/lottieqt/liblottieqtplugin.so
libQt5Bodymovin.so.5 => not found
ldd /opt/zoom/Qt/qml/QtQuick/Scene2D/libqtquickscene2dplugin.so
libQt53DQuickScene2D.so.5 => not found
libQt53DRender.so.5 => not found
libQt53DInput.so.5 => not found
libQt53DLogic.so.5 => not found
libQt53DQuick.so.5 => not found
libQt53DCore.so.5 => not found
libQt5Gamepad.so.5 => not found
ldd /opt/zoom/Qt/qml/QtQuick/Scene3D/libqtquickscene3dplugin.so
libQt53DAnimation.so.5 => not found
libQt53DRender.so.5 => not found
libQt53DInput.so.5 => not found
libQt53DLogic.so.5 => not found
libQt53DCore.so.5 => not found
libQt5Gamepad.so.5 => not found
ldd /opt/zoom/ZoomWebviewHost
libcef.so => not found
libffmpeg.so => not found
using pamac build gives success, but the checkrebuild output doesn’t change…
It tests if all libraries are available but the listed ones do not exists. However, they also don’t exists after a rebuild, so checkrebuild reports them as “needing a rebuild”.
For zoom, it’s most definitely a false report. It can’t be “rebuild”, it’s a closed-source package which is just copied.