GNOME Bugzilla – Bug 640103
[JHBUILD] Error during phase build of pygtk
Last modified: 2011-01-20 22:16:55 UTC
***INFO*** The coverage of interface proxies is 87.21% (75/86) if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/home/fabio/gnome/include/python2.5 -I/home/fabio/gnome/include/python2.5 -pthread -I/home/fabio/gnome/include/pygtk-2.0 -I/home/fabio/gnome/include/glib-2.0 -I/home/fabio/gnome//lib/glib-2.0/include -I/usr/lib/libffi-3.0.9/include -I./gtk -pthread -I/home/fabio/gnome/include/pycairo -I/home/fabio/gnome/include/cairo -I/home/fabio/gnome/include/glib-2.0 -I/home/fabio/gnome//lib/glib-2.0/include -I/home/fabio/gnome/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/home/fabio/gnome/include/gtk-2.0 -I/home/fabio/gnome//lib/gtk-2.0/include -I/home/fabio/gnome/include/atk-1.0 -I/home/fabio/gnome/include/cairo -I/home/fabio/gnome/include/gdk-pixbuf-2.0 -I/home/fabio/gnome/include/pango-1.0 -I/home/fabio/gnome/include/glib-2.0 -I/home/fabio/gnome//lib/glib-2.0/include -I/home/fabio/gnome/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -Wall -fno-strict-aliasing -std=c9x -MT _gtk_la-gtk.lo -MD -MP -MF ".deps/_gtk_la-gtk.Tpo" -c -o _gtk_la-gtk.lo `test -f 'gtk.c' || echo './'`gtk.c; \ then mv -f ".deps/_gtk_la-gtk.Tpo" ".deps/_gtk_la-gtk.Plo"; else rm -f ".deps/_gtk_la-gtk.Tpo"; exit 1; fi libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/home/fabio/gnome/include/python2.5 -I/home/fabio/gnome/include/python2.5 -pthread -I/home/fabio/gnome/include/pygtk-2.0 -I/home/fabio/gnome/include/glib-2.0 -I/home/fabio/gnome//lib/glib-2.0/include -I/usr/lib/libffi-3.0.9/include -I./gtk -pthread -I/home/fabio/gnome/include/pycairo -I/home/fabio/gnome/include/cairo -I/home/fabio/gnome/include/glib-2.0 -I/home/fabio/gnome//lib/glib-2.0/include -I/home/fabio/gnome/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/home/fabio/gnome/include/gtk-2.0 -I/home/fabio/gnome//lib/gtk-2.0/include -I/home/fabio/gnome/include/atk-1.0 -I/home/fabio/gnome/include/cairo -I/home/fabio/gnome/include/gdk-pixbuf-2.0 -I/home/fabio/gnome/include/pango-1.0 -I/home/fabio/gnome/include/glib-2.0 -I/home/fabio/gnome//lib/glib-2.0/include -I/home/fabio/gnome/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -g -O2 -Wall -fno-strict-aliasing -std=c9x -MT _gtk_la-gtk.lo -MD -MP -MF .deps/_gtk_la-gtk.Tpo -c gtk.c -fPIC -DPIC -o .libs/_gtk_la-gtk.o gtk.c: In function ‘pygtk_register_classes’: gtk.c:127931:129: error: ‘PyGMountOperation_Type’ undeclared (first use in this function) gtk.c:127931:129: note: each undeclared identifier is reported only once for each function it appears in gtk.c: At top level: ./gtk.override:1107:12: warning: ‘pipe_fds’ defined but not used make[2]: *** [_gtk_la-gtk.lo] Error 1 make[2]: Leaving directory `/home/fabio/checkout/gnome/pygtk/gtk' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/fabio/checkout/gnome/pygtk' make: *** [all] Error 2 *** Error during phase build of pygtk: ########## Error running make *** [1/1]
There's a discussion going on on bug 638899 about the removal of the static gio bindings and how it affects future PyGTK (static bindings) support vs gobject introspection (dynamic bindings)...
*** This bug has been marked as a duplicate of bug 638899 ***