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 600589 - Some capplets should link to libgthread
Some capplets should link to libgthread
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-03 18:59 UTC by Josselin Mouette
Modified: 2009-11-04 18:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Josselin Mouette 2009-11-03 18:59:26 UTC
The following binaries built by control-center use g_thread_* functions but don’t link explicitly to libgthread. This leads to a build failure while using binutils-gold, which defaults to --no-add-needed.

 * gnome-keybinding-properties
 * gnome-about-me
 * gnome-appearance-properties
 * gnome-theme-test

Just like gnome-thumbnail-font, they should link explicitly to libgthread.

See http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-go for the explanations.
Comment 1 Jens Granseuer 2009-11-04 18:02:21 UTC
commit 38ba6cb70214f9b515790a47ce8d3098ce3c7796
Author: Jens Granseuer <...>
Date:   Wed Nov 4 19:02:30 2009 +0100

    Add gthread-2.0 to common modules for linking