** Description changed:

- g_thread_init() and friends have been deprecated since glib 2.24 and now
- removed in 2.31.x. This causes some packages to FTBFS.
+ 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().
+ 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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/911125

Title:
  FTBFS due to removed g_thread_init

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/911125/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to