Bug 51496
Summary: | [regression] build failure in webkitgtk+-1.3.8: introspection fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Ronis <David.Ronis> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Critical | CC: | alex, mrobinson, uws+webkit, xan.lopez |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
David Ronis
I've got glib-2.27.5 and gobject-introspection-0.10.0 installed. My build fails with:
GEN WebKit-3.0.gir
WebKit/gtk/webkit/webkitversion.h:33: Warning: WebKit: symbol='WEBKITGTK_API_VERSION': Unknown namespace for symbol 'WEBKITGTK_API_VERSION'
g-ir-scanner: compile: /usr/bin/gcc -pthread -I/opt/garnome-svn-2.91.1/include/glib-2.0 -I/opt/garnome-svn-2.91.1/lib/glib-2.0/include -I/opt/garnome-svn-2.91.1/include -L/opt/garnome-svn-2.91.1/lib -O2 -pipe -O2 -I./WebCore/platform/network/soup/cache -I./WebKit/gtk -I./DerivedSources -I./DerivedSources/webkit -I./WebKit/gtk -I./JavaScriptCore/ForwardingHeaders -I. -I/opt/garnome-svn-2.91.1/include/glib-2.0 -I/opt/garnome-svn-2.91.1/lib/glib-2.0/include -I/opt/garnome-svn-2.91.1/include/freetype2 -I/opt/garnome-svn-2.91.1/include -I/opt/garnome-svn-2.91.1/include/gio-unix-2.0/ -I/opt/garnome-svn-2.91.1/include/atk-1.0 -I/opt/garnome-svn-2.91.1/include/libsoup-2.4 -I/opt/garnome-svn-2.91.1/include/libxml2 -I/opt/garnome-svn-2.91.1/include/gtk-3.0 -I/opt/garnome-svn-2.91.1/include/cairo -I/opt/garnome-svn-2.91.1/include/gdk-pixbuf-2.0 -I/opt/garnome-svn-2.91.1/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/libpng12 -c -o /home/ronis/Project/notar/GNOME/garnome/platform/webkitgtk+/work/main.d/webkit-1.3.8/tmp-introspectQsxbpD/WebKit-3.0.o /home/ronis/Project/notar/GNOME/garnome/platform/webkitgtk+/work/main.d/webkit-1.3.8/tmp-introspectQsxbpD/WebKit-3.0.c
g-ir-scanner: link: ./doltlibtool --mode=link --tag=CC --silent /usr/bin/gcc -o /home/ronis/Project/notar/GNOME/garnome/platform/webkitgtk+/work/main.d/webkit-1.3.8/tmp-introspectQsxbpD/WebKit-3.0 -export-dynamic -I/opt/garnome-svn-2.91.1/include -L/opt/garnome-svn-2.91.1/lib -O2 -pipe -O2 -L. -lwebkitgtk-3.0 -pthread -L/opt/garnome-svn-2.91.1/lib -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 /home/ronis/Project/notar/GNOME/garnome/platform/webkitgtk+/work/main.d/webkit-1.3.8/tmp-introspectQsxbpD/WebKit-3.0.o
(process:6880): GLib-GObject-CRITICAL **: gtype.c:2710: You forgot to call g_type_init()
(process:6880): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
(process:6880): GLib-GObject-CRITICAL **: gtype.c:2710: You forgot to call g_type_init()
(process:6880): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
(process:6880): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
Command '['/home/ronis/Project/notar/GNOME/garnome/platform/webkitgtk+/work/main.d/webkit-1.3.8/tmp-introspectQsxbpD/WebKit-3.0', '--introspect-dump=/home/ronis/Project/notar/GNOME/garnome/platform/webkitgtk+/work/main.d/webkit-1.3.8/tmp-introspectQsxbpD/types.txt,/home/ronis/Project/notar/GNOME/garnome/platform/webkitgtk+/work/main.d/webkit-1.3.8/tmp-introspectQsxbpD/dump.xml']' returned non-zero exit status -11
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Martin Robinson
I'm not sure if this is still an issue with the most recent release. I'll CC some people who are more familiar with this.
Wouter Bolsterlee
I think this can be closed by now. (I can't close bugs in this bugzilla though.)