RESOLVED FIXED219393
FAILED: WebKit2-4.0.gir
https://bugs.webkit.org/show_bug.cgi?id=219393
Summary FAILED: WebKit2-4.0.gir
Zeno Davatz
Reported 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.
Attachments
Zeno Davatz
Comment 1 2020-12-01 04:46:35 PST
Installing libsoup from source solved the problem.
Note You need to log in before you can comment on or make changes to this bug.