Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 947761 - net-libs/webkit-gtk-2.44.4-r410 fails to compile: FAILED: WebKit2WebExtension-4.1.gir WebKit2WebExtension-4.1.gir
Summary: net-libs/webkit-gtk-2.44.4-r410 fails to compile: FAILED: WebKit2WebExtension...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-09 07:51 UTC by Agostino Sarubbo
Modified: 2025-01-21 23:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,170.48 KB, application/x-xz)
2025-01-09 07:52 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2025-01-09 07:51:59 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-libs/webkit-gtk-2.44.4-r410 fails to compile.
Discovered on: x86 (internal ref: tinderbox_x86)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2025-01-09 07:52:03 UTC
Created attachment 916172 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-01-09 07:56:21 UTC
```
FAILED: WebKit2WebExtension-4.1.gir /var/tmp/portage/net-libs/webkit-gtk-2.44.4-r410/work/webkitgtk-2.44.4_build/WebKit2WebExtension-4.1.gir 
[...]
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
```
Comment 4 Larry the Git Cow gentoo-dev 2025-01-21 23:38:46 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe4724e2d959a9c9fba2d4ba12ac33798c36d45

commit 1fe4724e2d959a9c9fba2d4ba12ac33798c36d45
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2025-01-21 23:38:04 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-01-21 23:38:04 +0000

    net-libs/webkit-gtk: don't use -Werror for gobject-introspection
    
    Don't pass --warn-error ('-Werror') for gobject-introspection.
    
    Closes: https://bugs.gentoo.org/947761
    Signed-off-by: Sam James <sam@gentoo.org>

 net-libs/webkit-gtk/webkit-gtk-2.44.4-r410.ebuild | 5 ++++-
 net-libs/webkit-gtk/webkit-gtk-2.44.4-r600.ebuild | 5 ++++-
 net-libs/webkit-gtk/webkit-gtk-2.44.4.ebuild      | 5 ++++-
 net-libs/webkit-gtk/webkit-gtk-2.46.5-r410.ebuild | 3 +++
 net-libs/webkit-gtk/webkit-gtk-2.46.5-r600.ebuild | 3 +++
 net-libs/webkit-gtk/webkit-gtk-2.46.5.ebuild      | 3 +++
 6 files changed, 21 insertions(+), 3 deletions(-)