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 680220 - [PATCH] Require glib-2.0 >= 2.33.4 for g_spawn_check_exit_status
[PATCH] Require glib-2.0 >= 2.33.4 for g_spawn_check_exit_status
Status: RESOLVED FIXED
Product: gnome-session
Classification: Core
Component: general
3.5.x
Other Linux
: Normal normal
: ---
Assigned To: Session Maintainers
Session Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-19 02:06 UTC by Robert Ancell
Modified: 2012-07-19 19:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure: Require glib-2.0 >= 2.33.4 for g_spawn_check_exit_status (677 bytes, patch)
2012-07-19 02:06 UTC, Robert Ancell
committed Details | Review

Description Robert Ancell 2012-07-19 02:06:04 UTC
Created attachment 219184 [details] [review]
configure: Require glib-2.0 >= 2.33.4 for g_spawn_check_exit_status

Require glib-2.0 >= 2.33.4 for the new function g_spawn_check_exit_status
Comment 1 Colin Walters 2012-07-19 14:23:00 UTC
Review of attachment 219184 [details] [review]:

I'd have no objection to just committing these kinds of things too.
Comment 2 Ray Strode [halfline] 2012-07-19 19:31:39 UTC
huh, I thought I already added this patch when I commited walters thing.
Comment 3 Ray Strode [halfline] 2012-07-19 19:32:11 UTC
doh,

-GLIB_REQUIRED=2.28.0
+GLIB_REQUIRED=2.33.3

off by one.
Comment 4 Ray Strode [halfline] 2012-07-19 19:32:47 UTC
Attachment 219184 [details] pushed as 1ca922c - configure: Require glib-2.0 >= 2.33.4 for g_spawn_check_exit_status