Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348691 - gnome-base/gnome-settings-daemon-2.32.1: compilation failure
Summary: gnome-base/gnome-settings-daemon-2.32.1: compilation failure
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-14 09:52 UTC by giuseppe Pes
Modified: 2010-12-14 15:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description giuseppe Pes 2010-12-14 09:52:50 UTC
the compilation of gnome-settings-daemons fails because  gcc doesn't find the static-library of the dbus-glib. 

I have read the ebuild of gnome-settings and dbus-lib , for install of this library it is need activate the use flag static-library on the dbus-lib. 

For solve this problem is sufficient  modify the ebuild of gnome-settings so :
>=dev-libs/dbus-glib-0.74----->>=dev-libs/dbus-glib-0.74[static-library]

I hope I was helpful!

Reproducible: Always
Comment 1 Rafał Mużyło 2010-12-14 11:09:02 UTC
I'm fairly sure you've misdiagnosed your problem.
Attach full build log with the failure.
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-12-14 12:57:57 UTC
please add emerge --info and paste full build.log
I think your problem is that you are using a version of dbus-glib that dropped .la files and just need to either use lafilefixer or run revdep-rebuild (to the end) in order to get a coherent system again.