← Back to team overview

desktop-packages team mailing list archive

[Bug 911125] Re: FTBFS due to removed g_thread_init

 

This bug was fixed in the package evolution-data-server - 3.2.2-0ubuntu2

---------------
evolution-data-server (3.2.2-0ubuntu2) precise; urgency=low

  * debian/patches/remove_g_thread_init.patch: remove calls to g_thread_init(),
    based on cherry-picked git commits c487d00 and d65649c. (LP: #911125)
  * debian/patches/gmodule_linking.patch: make sure we also link against
    gmodule.
  * debian/patches/lp878460_imap_new_folder_0e421df.patch: make sure IMAP
    accounts are displayed when trying to create a new folder. (LP: #878460)
  * debian/patches/mailbox_inbox_siblings_when_requested_b69cc8b.patch: only
    return Inbox sibling folders if they are explicitly requested.
  * debian/patches/retrieval_done_crash_c1b0058.patch: fix a possible crash
    in ecal http backend's retrieval_done.
  * debian/patches/translate_port_numbers_4d6c98f.patch: properly translate
    port number descriptions.
 -- Mathieu Trudel-Lapierre <mathieu-tl@xxxxxxxxxx>   Tue, 03 Jan 2012 13:27:20 -0500

** Changed in: evolution-data-server (Ubuntu Precise)
       Status: Triaged => Fix Released

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

Title:
  FTBFS due to removed g_thread_init

Status in D-Bus:
  Confirmed
Status in REST service access library:
  Confirmed
Status in The Yelp Help Browser for Gnome:
  Confirmed
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:
  New
Status in “evolution-webcal” package in Ubuntu:
  New
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:
  Triaged
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:
  New
Status in “evolution-webcal” source package in Precise:
  New
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:
  Triaged
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


References