Artix Linux Forum

Artix Linux => Package management => Topic started by: l3u on 23 January 2025, 09:53:32

Title: lupdate from qt6-tools-6.8.1-2 is broken
Post by: l3u on 23 January 2025, 09:53:32
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!
Title: Re: lupdate from qt6-tools-6.8.1-2 is broken
Post by: l3u on 23 January 2025, 11:34:19
Rebuilding the package locally using the gitea PKGBUILD fixes the problem.
Title: Re: lupdate from qt6-tools-6.8.1-2 is broken
Post by: Artist on 23 January 2025, 14:51:51
qt6-tools has now been updated to 6.8.1-2.1 - pls test when available on the mirrors

artist
Title: Re: lupdate from qt6-tools-6.8.1-2 is broken
Post by: l3u on 23 January 2025, 19:03:23
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
Title: Re: lupdate from qt6-tools-6.8.1-2 is broken
Post by: l3u on 23 January 2025, 19:37:06
I just tried it on another machine. There, it works, but there, I also have clang installed …
Title: Re: lupdate from qt6-tools-6.8.1-2 is broken
Post by: Artist on 23 January 2025, 20:18:41
that seems to make sense as clang is an optdepend

artist
Title: Re: lupdate from qt6-tools-6.8.1-2 is broken
Post by: l3u on 23 January 2025, 23:45:51
Sure, it's an optional dependency – but for that very reason, it also should work without, no?!