GNOME Bugzilla – Bug 629241
Build broken with introspection using gobject-introspection from master
Last modified: 2010-09-13 19:20:34 UTC
make[4]: Entering directory `/home/kmaraas/src/gnome/gstreamer/gst' GEN Gst-0.10.gir gstinfo.h:32: Warning: Gst: symbol='M_PI': Unknown namespace for symbol 'M_PI' g-ir-scanner: compile: gcc -Wall -pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/opt/gnome2/include/gobject-introspection-1.0 -I/usr/lib/libffi-3.0.9/include -I.. -I.. -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/opt/gnome2/include/libxml2 -c -o /home/kmaraas/src/gnome/gstreamer/gst/tmp-introspectvQ5Azo/Gst-0.10.o /home/kmaraas/src/gnome/gstreamer/gst/tmp-introspectvQ5Azo/Gst-0.10.c g-ir-scanner: link: ../libtool --mode=link --tag=CC --silent gcc -o /home/kmaraas/src/gnome/gstreamer/gst/tmp-introspectvQ5Azo/Gst-0.10 -L. -Wl,--export-dynamic -pthread -L/opt/gnome2/lib -lgirepository-1.0 -lgobject-2.0 -lgmodule-2.0 -lffi -lgthread-2.0 -lrt -lglib-2.0 libgstreamer-0.10.la -pthread -Wl,--export-dynamic -L/opt/gnome2/lib -lgio-2.0 -lgirepository-1.0 -lgobject-2.0 -lgmodule-2.0 -lffi -lgthread-2.0 -lrt -lglib-2.0 /home/kmaraas/src/gnome/gstreamer/gst/tmp-introspectvQ5Azo/Gst-0.10.o <unknown>:: Warning: Gst: Skipping foreign identifier 'GParamSpecMiniObject' from namespace GModule <unknown>:: Fatal: Gst: Skipping foreign identifier 'GError' from namespace GModule <unknown>:: Fatal: Gst: Skipping foreign identifier 'GError' from namespace GModule
See latest comments in bug #550616
Oh, thanks.
But the patch doesn't help for the problem above.
Latest patches from Colin in bug #550616 solves the build problem.
Presumed fixed now, after this commit: commit cfadd1d93745f629f32fcf4d84d72bdf18c2bf29 Author: Colin Walters <walters@verbum.org> Date: Fri Sep 10 15:07:03 2010 -0400 introspection: Build with latest g-i Hide a compatibility typedef. https://bugzilla.gnome.org/show_bug.cgi?id=629241 https://bugzilla.gnome.org/show_bug.cgi?id=550616 Please re-open if this is not the case, thanks!