[Webkit-unassigned] [Bug 279754] New: Webkitgtk 2.44.4 build failed with gobject-introspection 1.82
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 16 01:20:56 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=279754
Bug ID: 279754
Summary: Webkitgtk 2.44.4 build failed with
gobject-introspection 1.82
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Extensions
Assignee: webkit-unassigned at lists.webkit.org
Reporter: lumaro at disroot.org
CC: timothy at apple.com, webkit-bug-importer at group.apple.com
Hi all,
Webkitgtk 2.44.4 build failed with gobject-introspection 1.82:
-------------
[7014/7018] Generating WebKit2WebExtension-4.1.gir
FAILED: WebKit2WebExtension-4.1.gir /var/cache/scratchpkg/work/webkitgtk/src/build/WebKit2WebExtension-4.1.gir
...
on.cpp /var/cache/scratchpkg/work/webkitgtk/src/webkitgtk-2.44.4/Source/WebKit/WebProcess/InjectedBundle/API/glib/WebProcessExtensionManager.cpp
Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMEventTarget.h:95: Warning: WebKit2WebExtension: invalid "scope" annotation: only valid on callback parameters
<unknown>:: Fatal: WebKit2WebExtension: warnings configured as fatal
<unknown>:: Fatal: WebKit2WebExtension: warnings configured as fatal
[7015/7018] Generating WebKit2-4.1.gir
ninja: build stopped: subcommand failed.
==> ERROR: Build failed: webkitgtk-2.44.4-1
-------------
Any ideas? This is the build configuration:
---
cmake -S $name-$version -B build -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
-DCMAKE_SKIP_RPATH=ON \
-DPORT=GTK \
-DENABLE_GAMEPAD=OFF \
-DENABLE_JOURNALD_LOG=OFF \
-DENABLE_DOCUMENTATION=OFF \
-DENABLE_GEOLOCATION=OFF \
-DENABLE_MINIBROWSER=ON \
-DUSE_AVIF=OFF \
-DUSE_GSTREAMER_TRANSCODER=OFF \
-DUSE_GTK4=OFF \
-DUSE_LIBBACKTRACE=OFF \
-DUSE_LIBHYPHEN=OFF \
-DUSE_SOUP2=OFF \
-DUSE_WOFF2=OFF \
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build
---
Thanks, Luis.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240916/29c912a6/attachment-0001.htm>
More information about the webkit-unassigned
mailing list