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 665351 - g_thread_init is gone in glib 2.31 (obsolete since glib 2.24)
g_thread_init is gone in glib 2.31 (obsolete since glib 2.24)
Status: RESOLVED FIXED
Product: gitg
Classification: Applications
Component: gitg
git master
Other Linux
: Normal normal
: ---
Assigned To: gitg-maint
gitg-maint
Depends on:
Blocks:
 
 
Reported: 2011-12-01 23:56 UTC by Dominique Leuenberger
Modified: 2011-12-02 08:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't invoke g_thread_init (596 bytes, patch)
2011-12-01 23:57 UTC, Dominique Leuenberger
committed Details | Review

Description Dominique Leuenberger 2011-12-01 23:56:29 UTC
gitg fails to build with glib 2.31 (with disable deprecated) due to g_thread_init being removed.

since glib 2.24 this call is no longer needed and is implicit.
Comment 1 Dominique Leuenberger 2011-12-01 23:57:36 UTC
Created attachment 202563 [details] [review]
Don't invoke g_thread_init
Comment 2 Ignacio Casal Quinteiro (nacho) 2011-12-02 07:15:46 UTC
Review of attachment 202563 [details] [review]:

Looks good.
Comment 3 Dominique Leuenberger 2011-12-02 08:22:04 UTC
(In reply to comment #2)
> Review of attachment 202563 [details] [review]:
> 
> Looks good.

FYI: I don't have commiter access in case this was meant to expect me to commit it. Sorry.
Comment 4 Ignacio Casal Quinteiro (nacho) 2011-12-02 08:29:05 UTC
Comment on attachment 202563 [details] [review]
Don't invoke g_thread_init

Pushed thanks
Comment 5 Ignacio Casal Quinteiro (nacho) 2011-12-02 08:29:12 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.