[Bug 911125] Re: FTBFS due to removed g_thread_init
Launchpad Bug Tracker
911125 at bugs.launchpad.net
Fri Mar 2 10:45:12 UTC 2012
This bug was fixed in the package gtk-sharp2 - 2.12.10-2ubuntu3
---------------
gtk-sharp2 (2.12.10-2ubuntu3) precise; urgency=low
* debian/patches/04_fix_glib_2.31_threading.dpatch:
+ GLib 2.31 always has threading support, always initialises it, and has
dropped some deprecated functions. Update glibsharpglue and
Thread.cs to match. Fixes FTBFS (LP: #911125, LP: #935518)
* debian/control:
+ Add versioned dependency on glib > 2.31 to libglib2.0-cil, as we depend
on the threading behaviour of those GLibs.
* debian/control:
* debian/rules:
+ Add dh_autoreconf to update build system for patch
* debian/patches/99_ltmain_as_needed:
+ Drop; dh_autoreconf does this better
-- Christopher James Halse Rogers <raof at ubuntu.com> Fri, 02 Mar 2012 18:30:17 +1100
** Changed in: gtk-sharp2 (Ubuntu Precise)
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/911125
Title:
FTBFS due to removed g_thread_init
Status in D-Bus:
Fix Released
Status in REST service access library:
Confirmed
Status in The Yelp Help Browser for Gnome:
Fix Released
Status in “dbus” package in Ubuntu:
Fix Released
Status in “evolution-data-server” package in Ubuntu:
Fix Released
Status in “evolution-exchange” package in Ubuntu:
Fix Released
Status in “evolution-webcal” package in Ubuntu:
Fix Released
Status in “geoclue” package in Ubuntu:
Fix Released
Status in “gnome-keyring” package in Ubuntu:
Fix Released
Status in “gnome-utils” package in Ubuntu:
Fix Released
Status in “gtk-sharp2” package in Ubuntu:
Fix Released
Status in “gtkhtml3.14” package in Ubuntu:
Fix Released
Status in “gtkhtml4.0” package in Ubuntu:
Fix Released
Status in “librest” package in Ubuntu:
Fix Released
Status in “likewise-open” package in Ubuntu:
Fix Released
Status in “yelp” package in Ubuntu:
Fix Released
Status in “dbus” source package in Precise:
Fix Released
Status in “evolution-data-server” source package in Precise:
Fix Released
Status in “evolution-exchange” source package in Precise:
Fix Released
Status in “evolution-webcal” source package in Precise:
Fix Released
Status in “geoclue” source package in Precise:
Fix Released
Status in “gnome-keyring” source package in Precise:
Fix Released
Status in “gnome-utils” source package in Precise:
Fix Released
Status in “gtk-sharp2” source package in Precise:
Fix Released
Status in “gtkhtml3.14” source package in Precise:
Fix Released
Status in “gtkhtml4.0” source package in Precise:
Fix Released
Status in “librest” source package in Precise:
Fix Released
Status in “likewise-open” source package in Precise:
Fix Released
Status in “yelp” source package in Precise:
Fix Released
Bug description:
g_thread_init() and friends have been deprecated since glib 2.24. This
causes some packages to FTBFS when they fail to build on warnings.
The fix is to replace g_thread_init() with g_type_init().
Alternatively you can build without G_DISABLE_DEPRECATED, but of
course it's better to fix it properly.
http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-
rebuild-20111222-precise.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/dbus/+bug/911125/+subscriptions
More information about the foundations-bugs
mailing list