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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 21 Next › Last »

xiota commented on 2023-11-30 17:34 (UTC)

qt5-webkit.log

kikislater commented on 2023-11-30 13:32 (UTC)

It doesn't seem to build anymore ... I have the following error when trying to build it:

tdLibExtras.h:388:64: warning: redundant move in return statement [-Wredundant-move]
  388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
      |                                                                ^
/home/sylvain/.cache/yay/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro 'WTFMove'
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
/home/sylvain/.cache/yay/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/StdLibExtras.h:388:64: note: remove 'std::move' call
  388 | #define WTFMove(value) std::move<WTF::CheckMoveParameter>(value)
      |                                                                ^
/home/sylvain/.cache/yay/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringConcatenate.h:311:12: note: in expansion of macro 'WTFMove'
  311 |     return WTFMove(resultImpl);
      |            ^~~~~~~
make[2]: *** [Source/WebCore/CMakeFiles/WebCore.dir/build.make:26357: Source/WebCore/CMakeFiles/WebCore.dir/xml/XSLTProcessorLibxslt.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1380: Source/WebCore/CMakeFiles/WebCore.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Even if I use the binary from FabioLolix, it gives errors: example rebuilding qgis ...

xiota commented on 2023-11-12 17:30 (UTC)

Or read: makepkg: Improving build times.

kamazee commented on 2023-11-12 16:30 (UTC) (edited on 2023-11-12 16:31 (UTC) by kamazee)

According to the PKGBUILD, it's built without any parallelization; in order to speed it up significantly if you have more than one core, edit the PKGBUILD (use --editmenu if you use yay) and add -j NUM to cmake --build build where NUM is the number of cores you're ready to devote to compiling it. I gave up waiting for the single-threaded build process to complete after about 4 hours but with -j 4 on my rather old 4 cores i5-2500, it finished in about an hour.

Tetrapyle commented on 2023-11-01 14:21 (UTC)

Thank you @FabioLolix for the prebuilt package.

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

Can we add support for arm64?

arch=(x86_64 aarch64)

Polly commented on 2023-08-14 09:51 (UTC)

Oh, that makes sense. For some reason, I had assumed that the builds were from an official binary release. Thanks for the quick response, @FabioLolix.

FabioLolix commented on 2023-08-14 09:30 (UTC)

@Polly no because they are user built and using prebuild packages for Arch as source in another pkgbuild is not welcome

Polly commented on 2023-08-14 08:44 (UTC)

Since there are pre-built packages available, would it make sense to provide a pre-built qt5-webkit-bin package? That might save a lot of build time for many people and provide more infrastructure around the binaries.

FabioLolix commented on 2023-07-13 08:19 (UTC) (edited on 2023-07-13 08:19 (UTC) by FabioLolix)

@xiota for me succeded to build in clean chroot (extra-x86_64-build from devtools), yesterday I builded both this and the git version, not sure why you have 4 c++: fatal error: Terminated signal terminated program cc1plus and why logs are different, uploaded mine here https://github.com/FabioLolix/buildlogs/tree/main/AUR