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.060310
First Submitted: 2022-11-21 07:42 (UTC)
Last Updated: 2025-02-22 18:06 (UTC)

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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 23 Next › Last »

dreieck commented on 2024-05-20 11:11 (UTC) (edited on 2024-05-20 11:18 (UTC) by dreieck)

Does no longer build:
[…]
[-Wtemplate-id-cdtor]

This looks for me that it can be worked around by adding -Wno-error=template-id-cdtor and other -Wno-error=-flags to CFLAGS/ CXXFLAGS.

That can be done in the PKGBUILD:

  CFLAGS+=" -Wno-error=template-id-cdtor"
  CXXFLAGS+=" -Wno-error=template-id-cdtor"
  export CFLAGS
  export CXXFLAGS

Maybe also just using -w (to switch off all warnings) might be a "catch them all" solution.

moetayuko commented on 2024-05-20 08:52 (UTC) (edited on 2024-05-20 09:11 (UTC) by moetayuko)

the build failure is NOT a bug. the latest icu4c requires c++17: https://unicode-org.github.io/icu/userguide/icu4c/build.html while this specific version of qt5-webkit (qtwebkit-5.212.0-alpha4) uses c++11: https://github.com/qtwebkit/qtwebkit/blob/qtwebkit-5.212.0-alpha4/Source/cmake/OptionsCommon.cmake#L34

luckily, the upstream qtwebkit-dev-wip branch has migrated to c++17, so the option is either switching to the dev branch or backporting c++17 fixes from that branch. they suggest this fork https://github.com/movableink/webkit, in which the merge-upstream-xxx branches appear to be qt5

Universebenzene commented on 2024-05-20 02:37 (UTC)

Is this still gcc14 issue? How about remove the new patch and use gcc13?

FabioLolix commented on 2024-05-19 21:50 (UTC)

No luck, all qt5-webkit are failing to build now

FabioLolix commented on 2024-05-19 21:03 (UTC)

I have a build of https://aur.archlinux.org/packages/qt5-webkit-movableink-git at 50% now before trying a thing with a flag here, I only do one build at time of this now

username227 commented on 2024-05-19 20:30 (UTC)

pkg no longer builds. gives an error around 3 or 4%, including in clean chroot.

df8oe commented on 2024-05-19 17:27 (UTC)

Does no longer build:

/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringOperators.h:88:63: note: remove the ‘< >’
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
503 | StringTypeAdapter<StringView>(StringView string) | ^~
/build/qt5-webkit/src/qtwebkit-5.212.0-alpha4/Source/WTF/wtf/text/StringView.h:503:35: note: remove the ‘< >’

FabioLolix commented on 2024-05-18 19:59 (UTC)

@MehdiChinoune you already let me know that