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 656687 - glib-networking should requires gio 2.29.16 to build
glib-networking should requires gio 2.29.16 to build
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: network
2.29.x
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-08-16 18:46 UTC by Funda Wang
Modified: 2011-08-25 22:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Funda Wang 2011-08-16 18:46:01 UTC
Acturally, since commit 137e1293, glib-networking requires latest gio to build. Otherwise the build will fail. But configure.ac only checks glib 2.27.90, which is not enough.

Please bump the requirement of glib/gio into at least 2.29.16 in configure.ac.