Bug 219393 - FAILED: WebKit2-4.0.gir
Summary: FAILED: WebKit2-4.0.gir
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Local Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-01 02:55 PST by Zeno Davatz
Modified: 2020-12-01 04:46 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zeno Davatz 2020-12-01 02:55:25 PST
I am trying to build webkitgtk-2.30.3 from source on my Gentoo Linux. I do the following steps:

1. cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=RelWithDebInfo -GNinja -DUSE_SYSTEMD=OFF -DENABLE_BUBBLEWRAP_SANDBOX=OFF
2. Ninja

I always end up with the following error:

FAILED: WebKit2-4.0.gir

/home/zdavatz/Downloads/webkitgtk-2.30.3/Source/WebKit/tmp-introspectfo2xd9z4/WebKit2-4.0: symbol lookup error: /usr/lib64/libsoup-2.4.so.1: undefined symbol: g_file_info_get_modification_date_time
UIProcess/API/glib/WebKitWebView.cpp:2191: Warning: WebKit2: multiple comment blocks documenting 'WebKitWebView::show-option-menu:' identifier (already seen at WebKitWebView.cpp:2155).
Command '['/home/zdavatz/Downloads/webkitgtk-2.30.3/Source/WebKit/tmp-introspectfo2xd9z4/WebKit2-4.0', '--introspect-dump=/home/zdavatz/Downloads/webkitgtk-2.30.3/Source/WebKit/tmp-introspectfo2xd9z4/functions.txt,/home/zdavatz/Downloads/webkitgtk-2.30.3/Source/WebKit/tmp-introspectfo2xd9z4/dump.xml']' returned non-zero exit status 127.
ninja: build stopped: subcommand failed.

I get the same error if I build from source or if I emerge the package.
Comment 1 Zeno Davatz 2020-12-01 04:46:35 PST
Installing libsoup from source solved the problem.