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 735253 - GTK+ requires symbols not available in specified gdk-pixbuf version
GTK+ requires symbols not available in specified gdk-pixbuf version
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.13.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-08-22 22:30 UTC by Ikey Doherty
Modified: 2014-08-23 10:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Change gdk-pixbuf minimum required version to 2.30.0 (986 bytes, patch)
2014-08-22 22:32 UTC, Ikey Doherty
committed Details | Review

Description Ikey Doherty 2014-08-22 22:30:52 UTC
GTK+ currently requires gdk-pixbuf version 2.27.1 in configure.ac, however it uses symbols only introduced in gdk-pixbuf-2.30.0, namely gdk_pixbuf_loader_write_bytes:

./.libs/libgtk-3.so: undefined reference to `gdk_pixbuf_loader_write_bytes'
collect2: error: ld returned 1 exit status
linking of temporary binary failed: Command '['/bin/sh', '../libtool', '--mode=link', '--tag=CC', '--silent', 'gcc', '-o', '/home/ikey/Upstream/build/gtk/tmp-introspecthZxlwd/Gtk-3.0', '-export-dynamic', '/home/ikey/Upstream/build/gtk/tmp-introspecthZxlwd/Gtk-3.0.o', '-L.', 'libgtk-3.la', '../gdk/libgdk-3.la', '-lgio-2.0', '-lgobject-2.0', '-Wl,--export-dynamic', '-lgmodule-2.0', '-pthread', '-lglib-2.0']' returned non-zero exit status 1
Comment 1 Ikey Doherty 2014-08-22 22:32:47 UTC
Created attachment 284262 [details] [review]
Change gdk-pixbuf minimum required version to 2.30.0
Comment 2 Matthias Clasen 2014-08-22 23:52:05 UTC
Review of attachment 284262 [details] [review]:

thanks, makes sense
Comment 3 Matthias Clasen 2014-08-23 04:16:34 UTC
Attachment 284262 [details] pushed as 4526e6f - Change gdk-pixbuf minimum required version to 2.30.0
Comment 4 Ikey Doherty 2014-08-23 10:37:05 UTC
Great, thanks :)