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 640103 - [JHBUILD] Error during phase build of pygtk
[JHBUILD] Error during phase build of pygtk
Status: RESOLVED DUPLICATE of bug 638899
Product: pygtk
Classification: Bindings
Component: general
Git Master
Other Linux
: Urgent blocker
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-20 20:26 UTC by Fabio Durán Verdugo
Modified: 2011-01-20 22:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Fabio Durán Verdugo 2011-01-20 20:26:52 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]
Comment 1 Dieter Verfaillie 2011-01-20 21:13:49 UTC
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)...
Comment 2 Dieter Verfaillie 2011-01-20 22:16:55 UTC

*** This bug has been marked as a duplicate of bug 638899 ***