Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
can't emerge gnome control center 2.10
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
guano_geo
n00b
n00b


Joined: 25 Jun 2005
Posts: 14

PostPosted: Tue Sep 27, 2005 7:22 pm    Post subject: can't emerge gnome control center 2.10 Reply with quote

I was trying to emerge gnome-control-center 2.10 but I keep get this error:

Code:
In file included from /usr/include/pango-1.0/pango/pangoxft.h:30,
                 from keyboard-drawing.c:27:
/usr/include/pango-1.0/pango/pangoxft-render.h:95: error: syntax error before "XftGlyphSpec"
keyboard-drawing.c: In function `xkb_state_notify_event_filter':
keyboard-drawing.c:1481: warning: implicit declaration of function `memset'
make[2]: *** [keyboard-drawing.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/control-center-2.10.2/work/control-center-2.10.2/libkbdraw'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/control-center-2.10.2/work/control-center-2.10.2'
make: *** [all] Error 2

!!! ERROR: gnome-base/control-center-2.10.2 failed.
!!! Function gnome2_src_compile, Line 48, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error, NOT this status message.


any ideas?
Back to top
View user's profile Send private message
desktopfan
Tux's lil' helper
Tux's lil' helper


Joined: 06 Mar 2004
Posts: 134
Location: Scotland

PostPosted: Wed Oct 05, 2005 6:26 pm    Post subject: Reply with quote

Ive got the same problem...

Any ideas anyone?
Back to top
View user's profile Send private message
desktopfan
Tux's lil' helper
Tux's lil' helper


Joined: 06 Mar 2004
Posts: 134
Location: Scotland

PostPosted: Thu Oct 06, 2005 7:42 am    Post subject: Reply with quote

I have fixed this now by sorting my package.keywords

There was some newer gnome libs installed.

I ran

emerge depclean
emerge -uD world
revdep rebuild

Be careful with depclean though
Back to top
View user's profile Send private message
struhs
n00b
n00b


Joined: 14 Jun 2005
Posts: 44

PostPosted: Sat Nov 12, 2005 3:17 pm    Post subject: Reply with quote

desktopfan wrote:

I have fixed this now by sorting my package.keywords


I have the same problem with gnome-control-center 2.10.2.

What exactly did you do? Dir you sort something out of package.keywords? What are your sorting criteria?

Here is my error msg.:

Code:

i586-pc-linux-gnu-gcc -O3 -march=pentium2 -mcpu=pentium2 -Wall -o .libs/gnome-keyboard-properties gnome-keyboard-properties.o gnome-keyboard-properties-xkb.o gnome-keyboard-properties-xkbmc.o gnome-keyboard-properties-xkblt.o gnome-keyboard-properties-xkbot.o gnome-keyboard-properties-xkbpv.o -Wl,--export-dynamic -pthread  ../accessibility/keyboard/libaccessibility-keyboard.a ../../capplets/common/.libs/libcommon.a /var/tmp/portage/control-center-2.10.2/work/control-center-2.10.2/libwindow-settings/.libs/libgnome-window-settings.so /usr/lib/libgnome-menu.so /usr/lib/libmetacity-private.so -lXrandr /usr/lib/libglade-2.0.so /usr/lib/libgnome-desktop-2.so /usr/lib/libgnomeui-2.so /usr/lib/libgnome-keyring.so /usr/lib/libjpeg.so /usr/lib/libstartup-notification-1.so /usr/lib/libbonoboui-2.so /usr/lib/libgnomecanvas-2.so /usr/lib/libgnome-2.so /usr/lib/libart_lgpl_2.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libcairo.so -lXrender -lXext -lpng12 /usr/lib/libfontconfig.so /usr/lib/libexpat.so /usr/lib/libfreetype.so /usr/lib/libgnomevfs-2.so -lssl -lcrypto -lresolv -lrt /usr/lib/libbonobo-2.so /usr/lib/libgconf-2.so /usr/lib/libbonobo-activation.so /usr/lib/libORBitCosNaming-2.so /usr/lib/libORBit-2.so /usr/lib/libpopt.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libgthread-2.0.so -lpthread /usr/lib/libglib-2.0.so -lSM -lICE -lX11 /usr/lib/libxklavier.so -lxkbfile -L/var/tmp/portage/libxklavier-2.0/work/libxklavier-2.0/libxklavier /usr/lib/libxml2.so -ldl -lz -lm ../../libgswitchit/libgswitchit.a ../../libkbdraw/libkbdraw.a
../../libkbdraw/libkbdraw.a(keyboard-drawing.o)(.text+0x1275): In function `keyboard_drawing_init':
: undefined reference to `pango_xft_get_context'
../../libkbdraw/libkbdraw.a(keyboard-drawing.o)(.text+0x3f63): In function `draw_layout':
: undefined reference to `pango_xft_set_default_substitute'
../../libkbdraw/libkbdraw.a(keyboard-drawing.o)(.text+0x3f78): In function `draw_layout':
: undefined reference to `pango_xft_substitute_changed'
../../libkbdraw/libkbdraw.a(keyboard-drawing.o)(.text+0x41e4): In function `draw_layout':
: undefined reference to `pango_xft_set_default_substitute'
collect2: ld returned 1 exit status
make[3]: *** [gnome-keyboard-properties] Fehler 1
make[3]: Leaving directory `/var/tmp/portage/control-center-2.10.2/work/control-center-2.10.2/capplets/keyboard'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/var/tmp/portage/control-center-2.10.2/work/control-center-2.10.2/capplets'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/control-center-2.10.2/work/control-center-2.10.2'
make: *** [all] Fehler 2

!!! ERROR: gnome-base/control-center-2.10.2 failed.
!!! Function gnome2_src_compile, Line 48, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error, NOT this status message.


Thanks in advance,
Stefan
Back to top
View user's profile Send private message
clemarie
n00b
n00b


Joined: 22 Mar 2004
Posts: 2

PostPosted: Mon Nov 21, 2005 4:44 pm    Post subject: Reply with quote

What I did was follow this topic, and do :

Code:
ln -s /usr/include/freetype2/freetype /usr/include/freetype


Everything runs like a charm since this!
Back to top
View user's profile Send private message
struhs
n00b
n00b


Joined: 14 Jun 2005
Posts: 44

PostPosted: Tue Nov 22, 2005 7:11 am    Post subject: Reply with quote

Did exactly this, but then another problem raised emerging Gnome-Light:

Something can't find AM_PATH_GLIB, even so GLIB is emerged.

Regards,
Stefan

clemarie wrote:
What I did was follow this topic, and do :

Code:
ln -s /usr/include/freetype2/freetype /usr/include/freetype


Everything runs like a charm since this!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum