Skip to main content
Topic: lupdate from qt6-tools-6.8.1-2 is broken (Read 233 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

lupdate from qt6-tools-6.8.1-2 is broken

Hi devs,

trying to run Qt 6's lupdate, I get the following error:
Code: [Select]
# /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!

Re: lupdate from qt6-tools-6.8.1-2 is broken

Reply #1
Rebuilding the package locally using the gitea PKGBUILD fixes the problem.

Re: lupdate from qt6-tools-6.8.1-2 is broken

Reply #2
qt6-tools has now been updated to 6.8.1-2.1 - pls test when available on the mirrors

artist
Linux is simple; use Artix, or Submit Your System To Evil Malicious D(a)emons

Re: lupdate from qt6-tools-6.8.1-2 is broken

Reply #3
I still get the same error after the update:
Code: [Select]
$ 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

Re: lupdate from qt6-tools-6.8.1-2 is broken

Reply #4
I just tried it on another machine. There, it works, but there, I also have clang installed …

Re: lupdate from qt6-tools-6.8.1-2 is broken

Reply #5
that seems to make sense as clang is an optdepend

artist
Linux is simple; use Artix, or Submit Your System To Evil Malicious D(a)emons

 

Re: lupdate from qt6-tools-6.8.1-2 is broken

Reply #6
Sure, it's an optional dependency – but for that very reason, it also should work without, no?!