Package Details: qt5-webkit 5.212.0alpha4-27

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: LGPL-2.1-only
Submitter: arojas
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 40
Popularity: 0.034851
First Submitted: 2022-11-21 07:42 (UTC)
Last Updated: 2025-04-02 21:40 (UTC)

Required by (111)

Sources (10)

Pinned Comments

FabioLolix commented on 2025-02-23 10:10 (UTC) (edited on 2025-02-23 10:12 (UTC) by FabioLolix)

READ THE PINNED COMMENTS

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

READ THE 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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 23 Next › Last »

kikislater commented on 2023-12-07 14:41 (UTC) (edited on 2023-12-07 14:41 (UTC) by kikislater)

No unfortunately, I didn't have so much time at this time. I tried two things :

kingkingmax commented on 2023-12-07 13:22 (UTC)

@xiota @kikislater DId you fix the error? I stuck at same place.

sayonalion commented on 2023-12-07 05:28 (UTC)

When trying to build the package I get the following error.

CMake Error at Source/cmake/OptionsQt.cmake:816 (message):
  WebAudio requires the audio and fft GStreamer libraries.  Please check your
  gst-plugins-base installation.
Call Stack (most recent call first):
  Source/cmake/WebKitCommon.cmake:51 (include)
  CMakeLists.txt:137 (include)

I've already installed gst-plugins-base, what else do I need to install?

Thanks.

blenderfox commented on 2023-12-05 11:23 (UTC)

I got this to build by running on a machine which had only 8 cores. For some reason, running it on a 16 core machine, even with MAKEFLAGS set, still failed, but when I ran it on a machine which physically had only 8 cores, it passed. Confirmed this by switching my Gitlab runner machines to an 8 core setup instead of 16 and the build succeeded, if taking a bit longer to build instead.

FabioLolix commented on 2023-12-02 16:28 (UTC) (edited on 2023-12-02 16:34 (UTC) by FabioLolix)

2 days ago I have tried to build all qt5-webkit pkgbuilds and all fails to build, the new fork have a different error edited, same error actually, for the others I could have seen a relevant commit yesterday


@stevenjoruk see https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites

eclairevoyant commented on 2023-12-02 16:18 (UTC)

@stevenjoruk read the arch wiki, you need base-devel.

stevenjoruk commented on 2023-12-02 15:32 (UTC)

It looks like bison and patch should be added to the build dependencies.

kikislater commented on 2023-12-01 09:14 (UTC)

Same error, thanks xiota

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 ...