Package Details: qt5-webkit 5.212.0alpha4-26

Git Clone URL: https://aur.archlinux.org/qt5-webkit.git (read-only, click to copy)
Package Base: qt5-webkit
Description: Classes for a WebKit2 based implementation and a new QML API
Upstream URL: https://github.com/qtwebkit/qtwebkit
Licenses: LGPL2.1
Submitter: arojas
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 41
Popularity: 1.98
First Submitted: 2022-11-21 07:42 (UTC)
Last Updated: 2024-09-03 21:23 (UTC)

Required by (129)

Sources (9)

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!


I'm not a programmer but I guess webengine would be more convenient

@TheExplorer You don't say! [insert Nicals Cage meme]

If this package would never build in the future, shouldn't it be dropped in favor of qt5-webkit-movableink-git?

@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

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 21 Next › Last »

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)

TheExplorer commented on 2023-12-26 07:44 (UTC)

@FabioLolix Thank you for your work!

Vitrum-cnkj34kr8 commented on 2023-12-25 17:08 (UTC)

Go check the sourceforge link, goldendict and its depends libeb builded fine, it also run

Thank you very much!

FabioLolix commented on 2023-12-24 23:04 (UTC)

@FabioLolix: You're the savior! No jokes, I have spent three days trying to compile qt5-webkit.

Well, I build the stuff with devtools and have a local repo, not sure where are coming the build issues reported in the last weeks, I build most of the stuff with makepkg also but with already 3 variants of qt5-webkit I'll pass on that

If you dare to build goldendict

Go check the sourceforge link, goldendict and its depends libeb builded fine, it also run

Vitrum-cnkj34kr8 commented on 2023-12-24 22:47 (UTC) (edited on 2023-12-24 22:57 (UTC) by Vitrum-cnkj34kr8)

@TheExplorer: Unfortunately, it fails at the same place.

@FabioLolix: You're the savior! No jokes, I have spent three days trying to compile qt5-webkit. If you dare to build goldendict, your name will be praised for centuries (at least till I migrate to the webengine port goldendict-ng). 🙇 🙇 🙇

FabioLolix commented on 2023-12-24 20:30 (UTC)

Rebuilded again


muhaha commented on 2023-08-26 17:38 (UTC)

Can we add support for arm64?

arch=(x86_64 aarch64)

Added aarch64 to the list but I can't build that


I was getting a bunch of errors building this, complaining about a lot of undefined references in JavaScriptCore

After looking around, found a simple, albeit weird solution: adding "-DCMAKE_BUILD_TYPE=Release" to the cmake call.

Didn't have a problem without that but recently didn't build with makepkg only devtools, on some variants for movableink branch I had same issue, it have been added now

TheExplorer commented on 2023-12-24 19:06 (UTC) (edited on 2023-12-24 19:06 (UTC) by TheExplorer)

@Vitrum-cnkj34kr8 Did you try adding "-DCMAKE_BUILD_TYPE=Release" to the cmake call? It's mentioned here below.

Vitrum-cnkj34kr8 commented on 2023-12-24 17:24 (UTC)

Build fails about 23%:

[ 23%] Generating ../../DerivedSources/WebCore/ColorData.cpp
Extra trailing arguments to /usr/bin/gperf.
Try '/usr/bin/gperf --help' for more information.
calling gperf failed: 256 at (...)/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WebCore/make-hash-tools.pl line 40.
make[2]: *** [Source/WebCore/CMakeFiles/WebCore.dir/build.make:391: DerivedSources/WebCore/ColorData.cpp] Error 1
make[1]: *** [CMakeFiles/Makefile2:1694: Source/WebCore/CMakeFiles/WebCore.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 23%] Linking CXX executable ../../../bin/testb3
[ 23%] Built target testb3
make: *** [Makefile:166: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

TheExplorer commented on 2023-12-21 13:07 (UTC)

Needs to be recompiled against the new icu version 74, I guess.

VileLasagna commented on 2023-12-19 19:37 (UTC)

I was getting a bunch of errors building this, complaining about a lot of undefined references in JavaScriptCore

After looking around, found a simple, albeit weird solution: adding "-DCMAKE_BUILD_TYPE=Release" to the cmake call.