desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #61800
[Bug 911125] Re: FTBFS due to removed g_thread_init
This bug was fixed in the package gnome-keyring - 3.2.2-1ubuntu1
---------------
gnome-keyring (3.2.2-1ubuntu1) precise; urgency=low
* Merge with Debian unstable. Remaining Ubuntu changes:
- Add debian/gnome-keyring.gsettings-override: Prefer
keyserver.ubuntu.com.
- Add debian/gnome-keyring.ubiquity: Apply capabilities at the end of the
ubiquity process to make sure new installs have gnome-keyring-daemon with
cap_ipc_lock+ep. Install this in debian/rules.
- Add 04_nodisplay_autostart.patch: Clean up Startup Applications dialog
by hiding default apps.
- debian/watch: Watch for development versions.
* Add 01_gmodule_include.patch: Fix FTBFS due to missing include/wrong
linking.
* Add 00git_glib_2.31_deprecations.patch: Fix deprecated API for building
with glib 2.31. Backported from upstream git head. (LP: #911125)
gnome-keyring (3.2.2-1) unstable; urgency=low
[ Michael Biebl ]
* New upstream release.
* Drop libgcr0 and libgcr-dev again, upstream no longer supports GTK 2
builds.
* Bump debhelper compatibility level to 8.
* Add Build-Depends on libp11-kit-dev (>= 0.6).
* Change Build-Depends on libcap-dev to libcap-ng-dev.
* debian/watch: Track .xz tarballs.
* debian/rules: Don't run update-mime-database utility.
[ Jordi Mallach ]
* Update Vcs-* URLs.
[ Michael Biebl ]
* debian/gnome-keyring.install: Install icons, mime types, pkcs11 config
files and the pkcs11 modules from the multiarch paths.
* Update for the soname bumps of libgcr and libgck:
- Rename libgck0 → libgck-1-0.
- Rename libgck-dev → libgck-1-dev.
- Rename libgcr-3-0 → libgcr-3-1.
- Update symbols files.
* Split the API documentation into libgck-1-doc and libgcr-3-doc and add the
necessary Breaks/Replaces.
* Split the data files from libgcr-3-1 into a libgcr-3-common package and
make libgcr-3-1 depend on it.
* Make the -dev packages depend on libp11-kit-dev.
-- Martin Pitt <martin.pitt@xxxxxxxxxx> Tue, 03 Jan 2012 12:49:49 +0100
** Changed in: gnome-keyring (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 “dbus” package in Ubuntu:
Fix Released
Status in “evolution-data-server” package in Ubuntu:
Triaged
Status in “evolution-exchange” package in Ubuntu:
New
Status in “evolution-webcal” package in Ubuntu:
New
Status in “geoclue” package in Ubuntu:
Triaged
Status in “gnome-keyring” package in Ubuntu:
Fix Released
Status in “gnome-utils” package in Ubuntu:
Triaged
Status in “gtk-sharp2” package in Ubuntu:
Triaged
Status in “gtkhtml3.14” package in Ubuntu:
New
Status in “gtkhtml4.0” package in Ubuntu:
New
Status in “librest” package in Ubuntu:
New
Status in “likewise-open” package in Ubuntu:
Triaged
Status in “yelp” package in Ubuntu:
Triaged
Status in “dbus” source package in Precise:
Fix Released
Status in “evolution-data-server” source package in Precise:
Triaged
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:
Triaged
Status in “gnome-keyring” source package in Precise:
Fix Released
Status in “gnome-utils” source package in Precise:
Triaged
Status in “gtk-sharp2” source package in Precise:
Triaged
Status in “gtkhtml3.14” source package in Precise:
New
Status in “gtkhtml4.0” source package in Precise:
New
Status in “librest” source package in Precise:
New
Status in “likewise-open” source package in Precise:
Triaged
Status in “yelp” source package in Precise:
Triaged
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