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: 2.10
First Submitted: 2022-11-21 07:42 (UTC)
Last Updated: 2024-09-03 21:23 (UTC)

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

1 2 3 4 5 6 .. 21 Next › Last »

Universebenzene commented on 2024-08-22 15:40 (UTC)

Should this patch help?

FabioLolix commented on 2024-08-22 14:53 (UTC)

Seems it is ruby-erb while I made previous tests with ruby-erubi

FabioLolix commented on 2024-08-22 14:45 (UTC)

Made the patch on github but fails to build with devtools while it work with makepkg; I guess something is in a separate package now

[  0%] Generating ../../../../PAL/Headers/pal/text/DecodeEscapeSequences.h
<internal:/usr/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:86:in `require': cannot load such file -- erb (LoadError)
Did you mean?  drb
    from <internal:/usr/lib/ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:86:in `require'
    from /build/qt5-webkit-movableink-git/src/movableink-webkit/Source/WebCore/Scripts/GenerateSettings.rb:27:in `<main>'
make[2]: *** [Source/WebCore/CMakeFiles/WebCoreBindings.dir/build.make:3268: WebCore/DerivedSources/Settings.h] Error 1
make[2]: *** Waiting for unfinished jobs....
[  0%] Generating ../../bmalloc/Headers/bmalloc/Heap.h

This is the main error then it fails at 17%

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-08-19 20:45 (UTC)

@Sving1024 yes I'm aware of that but I'm limiting the builds now because I'm without broadband

Sving1024 commented on 2024-08-19 12:59 (UTC)

Failed to build with ruby 3.2.4. This is the same problem as https://github.com/movableink/webkit/issues/36 and is caused by the obsolete code. However, that issue offers a patch as well and may be helpful to solve the problem.

--- a/Source/JavaScriptCore/offlineasm/parser.rb
+++ b/Source/JavaScriptCore/offlineasm/parser.rb
@@ -145,6 +145,10 @@
         @type = type
         @string = string
     end
+
+    def =~(other)
+        false
+    end
 end

 #

qtmax commented on 2024-08-07 10:14 (UTC) (edited on 2024-08-07 11:42 (UTC) by qtmax)

UPD: Never mind, it was a linker issue when building the test program, solved by rerunning ldconfig.

Build fails with:

==> Starting build()...
-- Found ICU header files in /usr/include
-- Found ICU libraries: /usr/lib/libicuuc.so
-- Could NOT find Dwz (missing: DWZ_EXECUTABLE) (Required is at least version "0.13")
-- Qt OpenGL implementation: GL
-- Qt OpenGL libraries: Qt5::Gui_GL
-- Qt EGL libraries: Qt5::Gui_EGL
CMake Error at Source/cmake/OptionsQt.cmake:82 (message):
  Header private/qhexstring_p.h is not found.  Please make sure that:

      1. Private headers of Qt5Gui are installed
      2. Qt5Gui_PRIVATE_INCLUDE_DIRS is correctly defined in Qt5GuiConfig.cmake
Call Stack (most recent call first):
  Source/cmake/OptionsQt.cmake:648 (CHECK_QT5_PRIVATE_INCLUDE_DIRS)
  Source/cmake/WebKitCommon.cmake:51 (include)
  CMakeLists.txt:137 (include)

FabioLolix commented on 2024-06-18 15:08 (UTC)

@jaeckel you flagged OOD with:

this package needs to be rebuilt since `icu` was updated and doesn't provide SO version 72 anymore.

ICU is no longer at v72 since May 11, 2023

This was already bumped for ICU 75

FabioLolix commented on 2024-06-03 12:57 (UTC)

@yustin if you want to bother (indisporre in Italian; not sure about translation now) someone use 3 exclamation marks when asking help or post issue (not existing in this case)

andreas_baumann commented on 2024-06-03 10:39 (UTC)

bison is part of base-devel, so it is not necessary to be included in makedepends.