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 686844 - gdk-pixbuf fails to build
gdk-pixbuf fails to build
Status: RESOLVED FIXED
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: 2012-10-25 08:14 UTC by Arky
Modified: 2012-10-25 20:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Arky 2012-10-25 08:14:54 UTC
gdk-pixbuf fails to build on Ubuntu LTS.

  CCLD   gdk-pixbuf-query-loaders
queryloaders.o: In function `main':
/home/arky/gnome-shell/source/gdk-pixbuf/gdk-pixbuf/queryloaders.c:324: undefined reference to `g_type_ensure'
collect2: ld returned 1 exit status
Comment 1 Frederic Peters 2012-10-25 20:02:03 UTC
Thanks for the report, but please assign bugs to the module that fails, not jhbuild.
Comment 2 Colin Walters 2012-10-25 20:55:12 UTC
commit 64a627b439b60fa817a58d9f6561f6e8b84b3a7b
Author: Colin Walters <walters@verbum.org>
Date:   Thu Oct 25 16:53:48 2012 -0400

    configure: Require GLib 2.34
    
    Needed for the use of g_type_ensure().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686844