Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133604 - gnome-control-center 2.14 fails to compile
Summary: gnome-control-center 2.14 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-17 08:26 UTC by Federico Galassi
Modified: 2006-05-17 08:45 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 Federico Galassi 2006-05-17 08:26:08 UTC
In file included from gnome-settings-daemon.h:33,
                 from factory.c:3:
GNOME_SettingsDaemon.h:50: error: syntax error before "struct"
factory.c: In function `register_server':
factory.c:27: warning: assignment discards qualifiers from pointer target type
factory.c:25: warning: unused variable `p'
make[4]: *** [factory.o] Error 1
make[4]: Leaving directory `/var/tmp/portage/control-center-2.14.1/work/control-center-2.14.1/gnome-settings-daemon'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/control-center-2.14.1/work/control-center-2.14.1/gnome-settings-daemon'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/control-center-2.14.1/work/control-center-2.14.1/gnome-settings-daemon'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/control-center-2.14.1/work/control-center-2.14.1'
make: *** [all] Error 2

!!! ERROR: gnome-base/control-center-2.14.1 failed.
!!! Function gnome2_src_compile, Line 58, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 John N. Laliberte (RETIRED) gentoo-dev 2006-05-17 08:29:42 UTC
what version of orbit do you have installed?
Comment 2 Federico Galassi 2006-05-17 08:32:57 UTC
the problem is control-center ebuild depends on
>=gnome-base/orbit-2 only
while gnome-daemon-settings, part of control-center, needs orbit 2.14.
So when you emerge gnome-light or gnome with ~x86,
portage tries to upgrade control-center before orbit.

a quick fix is to explicitly emerge gnome-base/orbit and
then start emerge gnome(-light) again
Comment 3 John N. Laliberte (RETIRED) gentoo-dev 2006-05-17 08:45:43 UTC
thanks, in cvs.