After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 629241 - Build broken with introspection using gobject-introspection from master
Build broken with introspection using gobject-introspection from master
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other Linux
: Normal normal
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-10 08:41 UTC by Kjartan Maraas
Modified: 2010-09-13 19:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kjartan Maraas 2010-09-10 08:41:08 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
Comment 1 Tim-Philipp Müller 2010-09-10 08:47:00 UTC
See latest comments in bug #550616
Comment 2 Kjartan Maraas 2010-09-10 16:36:39 UTC
Oh, thanks.
Comment 3 Kjartan Maraas 2010-09-10 16:38:05 UTC
But the patch doesn't help for the problem above.
Comment 4 Lucas Rocha 2010-09-10 21:35:47 UTC
Latest patches from Colin in bug #550616 solves the build problem.
Comment 5 Tim-Philipp Müller 2010-09-13 19:20:23 UTC
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!