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 622850 - Can't build due to Command '['/home/muelli/svn/gnome2/gdk-pixbuf/gdk-pixbuf/tmp-introspectX18hlg/GdkPixbuf-2.0' ... returned non-zero exit status 127
Can't build due to Command '['/home/muelli/svn/gnome2/gdk-pixbuf/gdk-pixbuf/t...
Status: RESOLVED OBSOLETE
Product: gdk-pixbuf
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gdk-pixbuf-maint
gdk-pixbuf-maint
Depends on:
Blocks:
 
 
Reported: 2010-06-27 02:30 UTC by Tobias Mueller
Modified: 2011-09-12 20:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tobias Mueller 2010-06-27 02:30:54 UTC
*** Building gdk-pixbuf *** [18/66]
make  
make  all-recursive
make[1]: Entering directory `/home/muelli/svn/gnome2/gdk-pixbuf'
Making all in gdk-pixbuf
make[2]: Entering directory `/home/muelli/svn/gnome2/gdk-pixbuf/gdk-pixbuf'
make  all-recursive
make[3]: Entering directory `/home/muelli/svn/gnome2/gdk-pixbuf/gdk-pixbuf'
Making all in pixops
make[4]: Entering directory `/home/muelli/svn/gnome2/gdk-pixbuf/gdk-pixbuf/pixops'
make[4]: Leaving directory `/home/muelli/svn/gnome2/gdk-pixbuf/gdk-pixbuf/pixops'
make[4]: Entering directory `/home/muelli/svn/gnome2/gdk-pixbuf/gdk-pixbuf'
/opt/gnome2/bin/g-ir-scanner  --namespace=GdkPixbuf --nsversion=2.0 --libtool="/bin/sh ../libtool"  --include=GModule-2.0 --include=Gio-2.0  --library=libgdk_pixbuf-2.0.la --strip-prefix=Gdk -DG_LOG_DOMAIN=\"GdkPixbuf\" -DGDK_PIXBUF_COMPILATION -I.. -I.. -I../gdk-pixbuf -I../gdk-pixbuf -DGDK_PIXBUF_LOCALEDIR=\"/opt/gnome2/share/locale\" -DGDK_PIXBUF_LIBDIR=\"/opt/gnome2/lib64\" -DGDK_PIXBUF_BINARY_VERSION=\"2.10.0\" -DGDK_PIXBUF_PREFIX=\"/opt/gnome2\"   -pthread -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib64/glib-2.0/include -I/usr/include/libpng12    -DGDK_PIXBUF_ENABLE_BACKEND  gdk-pixbuf.h gdk-pixbuf-core.h gdk-pixbuf-transform.h gdk-pixbuf-io.h gdk-pixbuf-animation.h gdk-pixbuf-simple-anim.h gdk-pixbuf-loader.h gdk-pixbuf-enum-types.h gdk-pixbuf-marshal.h gdk-pixbuf-features.h gdk-pixdata.h gdk-pixbuf-i18n.h gdk-pixbuf.c gdk-pixbuf-animation.c gdk-pixbuf-data.c gdk-pixbuf-io.c gdk-pixbuf-loader.c gdk-pixbuf-scale.c gdk-pixbuf-simple-anim.c gdk-pixbuf-scaled-anim.c gdk-pixbuf-util.c gdk-pixdata.c gdk-pixbuf-enum-types.c libgdk_pixbuf-2.0.la Makefile --output GdkPixbuf-2.0.gir
/home/muelli/svn/gnome2/gdk-pixbuf/gdk-pixbuf/tmp-introspectX18hlg/.libs/GdkPixbuf-2.0: symbol lookup error: /home/muelli/svn/gnome2/gdk-pixbuf/gdk-pixbuf/tmp-introspectX18hlg/.libs/GdkPixbuf-2.0: undefined symbol: gdk_pixbuf_format_get_type
Command '['/home/muelli/svn/gnome2/gdk-pixbuf/gdk-pixbuf/tmp-introspectX18hlg/GdkPixbuf-2.0', '--introspect-dump=/home/muelli/svn/gnome2/gdk-pixbuf/gdk-pixbuf/tmp-introspectX18hlg/types.txt,/home/muelli/svn/gnome2/gdk-pixbuf/gdk-pixbuf/tmp-introspectX18hlg/dump.xml']' returned non-zero exit status 127
make[4]: *** [GdkPixbuf-2.0.gir] Error 1
make[4]: Leaving directory `/home/muelli/svn/gnome2/gdk-pixbuf/gdk-pixbuf'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/muelli/svn/gnome2/gdk-pixbuf/gdk-pixbuf'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/muelli/svn/gnome2/gdk-pixbuf/gdk-pixbuf'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/muelli/svn/gnome2/gdk-pixbuf'
make: *** [all] Error 2
*** Error during phase build of gdk-pixbuf: ########## Error running make   *** [18/66]


Probably a gobject-introspection issue though. If I configure with --enable-introspection=no it works.
Comment 1 Matthias Clasen 2010-06-27 23:02:58 UTC
> Probably a gobject-introspection issue though. If I configure with
> --enable-introspection=no it works.

Yeah. Unfortunate that the introspection build is so fragile.
Comment 2 Tobias Mueller 2011-09-12 20:17:42 UTC
I don't remember having experienced this issue in a long time. Closing as OBSOLETE.