Hi devs,
trying to run Qt 6's lupdate, I get the following error:
# /usr/lib/qt6/bin/lupdate
/usr/lib/qt6/bin/lupdate: error while loading shared libraries: libclang-cpp.so.19.1: cannot open shared object file: No such file or directory
Seems like we would need a rebuild …
Thanks in advance for fixing this!
Rebuilding the package locally using the gitea PKGBUILD fixes the problem.
qt6-tools has now been updated to 6.8.1-2.1 - pls test when available on the mirrors
artist
I still get the same error after the update:
$ pacman -Ss qt6-tools
world/qt6-tools 6.8.1-2.1 (qt6) [Installiert]
A cross-platform application and UI framework (Development Tools, QtHelp)
extra/qt6-tools 6.8.1-2 (qt6) [Installiert: 6.8.1-2.1]
A cross-platform application and UI framework (Development Tools, QtHelp)
$ /usr/lib/qt6/bin/lupdate
/usr/lib/qt6/bin/lupdate: error while loading shared libraries: libclang-cpp.so.19.1: cannot open shared object file: No such file or directory
I just tried it on another machine. There, it works, but there, I also have clang installed …
that seems to make sense as clang is an optdepend
artist
Sure, it's an optional dependency – but for that very reason, it also should work without, no?!