there is a warning that it link against a different of icu respect to the version used to build qt5
$ ldd /usr/lib/libQt5WebKitWidgets.so.5.212.0 | grep icu
libicuuc.so.74 => /opt/icu74/lib/libicuuc.so.74 (0x00007cec2d600000)
libicui18n.so.74 => /opt/icu74/lib/libicui18n.so.74 (0x00007cec2d200000)
libicui18n.so.75 => /usr/lib/libicui18n.so.75 (0x00007cec2b800000)
libicuuc.so.75 => /usr/lib/libicuuc.so.75 (0x00007cec2b606000)
libicudata.so.74 => /opt/icu74/lib/libicudata.so.74 (0x00007cec29800000)
libicudata.so.75 => /usr/lib/libicudata.so.75 (0x00007cec27400000)
Indeed, looks like it is linking to system ICU as well as ICU in /opt. Needs one more patch to clean up that particular mess. Let's see who comes up with something, I won't do it.
Pinned Comments
FabioLolix commented on 2024-08-20 14:12 (UTC)
btw patches are welcome here https://github.com/FabioLolix/PKGBUILD-AUR_fix/tree/master/q
FabioLolix commented on 2024-05-24 12:05 (UTC)
qt5-webkit-movableink-git prebuild uploaded on sourceforge, thanks to MoetaYuko for the patch
About the comments; I'm starting to get really pissed off; please refrain to stating the obvious, make questions already answered, reporting already reported stuff, the icu solutions work for installed packages whenever how quirk they are, etc, etc, etc....
If you wanna post, post a patch!
@TheExplorer You don't say! [insert Nicals Cage meme]
@oldherl have you tried to read the post before yours before posting, you should try that
FabioLolix commented on 2024-05-23 08:40 (UTC)
Post another time that this fails to build with icu 75 and I'll no longer upload the pre-build packages, I have qt5-webkit-movableink-git ready. You have been warned.
Have been posted enough icu 74 solution too.
FabioLolix commented on 2023-12-27 15:49 (UTC)
btw, depends on
libicuuc.so
have been added so you are obliged to uninstall and rebuild when there is a new icu update instead of keeping a non-working qt5-webkit (which lead to other build issues)xiota commented on 2023-11-12 17:30 (UTC)
Or read: makepkg: Improving build times.
FabioLolix commented on 2023-01-06 17:06 (UTC)
Pre builded (in clean chroot) package here https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/ for who is interested