You are not logged in.
I noticed in the last day or so that running checkrebuild on my systems I get
$ checkrebuild
foreign python-pyqt5-webengine
foreign qt5-webenginebut when I checked none of those packages exist on the repos or on my system.
If I add -v then
$ checkrebuild -v
foreign python-pyqt5-webengine
foreign qt5-webengine
/usr/lib/python3.13/ is owned by python-pyqt5-webengine 5.15.7-2
ldd /usr/lib/qt/qml/QtWebEngine/libqtwebengineplugin.so
libicui18n.so.76 => not found
libicuuc.so.76 => not found
ldd /usr/lib/qt/plugins/designer/libqwebengineview.so
libicui18n.so.76 => not found
libicuuc.so.76 => not found
ldd /usr/lib/qt/libexec/QtWebEngineProcess
libicui18n.so.76 => not found
libicuuc.so.76 => not found
ldd /usr/lib/libQt5WebEngineCore.so.5.15.19
libicui18n.so.76 => not found
libicuuc.so.76 => not found
ldd /usr/lib/libQt5WebEngineWidgets.so.5.15.19
libicui18n.so.76 => not found
libicuuc.so.76 => not found
ldd /usr/lib/libQt5WebEngine.so.5.15.19
libicui18n.so.76 => not found
libicuuc.so.76 => not found
ldd /usr/bin/qwebengine_convert_dict
libicui18n.so.76 => not found
libicuuc.so.76 => not foundSo I was not sure if there are files in my system that were left from packages that were removed with pacman -R at some point, or may be referenced by current packages that do need a rebuild?
Can someone tell me if this is something that needs an action to fix or if it is benign and needs nothing to be done? This only flags up on one machine - on the others the same packages are not flagged - so presume I have some stale files in the system - but I am not sure how to clean it up.
Last edited by mcloaked (2026-01-30 11:06:06)
Mike C
Offline
How did you check that those packages do not exist on your system?
Offline
It was my mistake - I had checked with pacman -Ss - which didn't flag up that I actually did have those installed! When I ran with pacman -Q it did show those orphaned packages were still in my system.
$ pacman -Ss python-pyqt5-webengine
$ pacman -Q python-pyqt5-webengine
python-pyqt5-webengine 5.15.7-2So once pacman -R on the flagged packages removed them then checkrebuild now shows clean - so it was entirely my bad. Sorry for the noise.
Mike C
Offline