Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge gnome-base/control-center-2.10.2 fails.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
vedas
n00b
n00b


Joined: 08 Jan 2003
Posts: 31
Location: Chicago, IL

PostPosted: Thu Jan 05, 2006 6:17 am    Post subject: emerge gnome-base/control-center-2.10.2 fails. Reply with quote

Hello,

Im experiecing bug#112659 (http://bugs.gentoo.org/show_bug.cgi?id=112659) and notice thats a stale issue with no direct work around. I saw a posted workaround involving manipulating CFLAGS and I tried it (passing them CFLAGS=x emerge y) but had no luck as Im tired an unfamiliar with that type of solution.

This is on a fresh install where initial failure was produced by emerge -uDav gnome after LiveCD install.


Anybody help?
Back to top
View user's profile Send private message
hjnenc
Veteran
Veteran


Joined: 15 Aug 2004
Posts: 1596
Location: Vienna, Austria

PostPosted: Thu Jan 05, 2006 8:56 am    Post subject: Reply with quote

Assuming comment 10 from that bug is correct , it should work if you
temporarily change the varibles in /etc/make.conf as indicated in the bug.
Back to top
View user's profile Send private message
vedas
n00b
n00b


Joined: 08 Jan 2003
Posts: 31
Location: Chicago, IL

PostPosted: Thu Jan 05, 2006 6:49 pm    Post subject: Reply with quote

this solution does not seem to work for me. Im using AMD64 with fresh install. I can only assume that im not doing the workaround correctly. Im just puzzled why this bug is sooo old, I guess its time to start hacking it myself, and with no knowledge of gnome guts, this might take a bit :-). The devs and I can race :-D

-matt


/etc/make.conf

Code:
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-march=nocona -O2 -pipe -fomit-frame-pointer -mmmx -msse3 -mfpmath=sse,387 -I/usr/include/freetype2"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
USE="-kde -qt -arts nptl java gnome gtk gtk2 dvd dvdr cdr xml acl browserplugin hal flac vorbis firefox unicode samba nfs dbus ogg xinerama acpi Xaw3d mmx sse"
LDFLAGS="-lpangoft2-1.0"
Back to top
View user's profile Send private message
vedas
n00b
n00b


Joined: 08 Jan 2003
Posts: 31
Location: Chicago, IL

PostPosted: Thu Jan 05, 2006 7:12 pm    Post subject: Reply with quote

tried using strict CFLAGS no luck...

# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
#CFLAGS="-march=nocona -O2 -pipe -fomit-frame-pointer -mmmx -msse3 -mfpmath=sse,387"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j3"
USE="-kde -qt -arts nptl java gnome gtk gtk2 dvd dvdr cdr xml acl browserplugin hal flac vorbis firefox unicode samba nfs dbus ogg xinerama acpi Xaw3d mmx sse"
LDFLAGS=-lpangoft2-1.0
CFLAGS=-I/usr/include/freetype2
localhost indigo #
Back to top
View user's profile Send private message
hjnenc
Veteran
Veteran


Joined: 15 Aug 2004
Posts: 1596
Location: Vienna, Austria

PostPosted: Thu Jan 05, 2006 7:18 pm    Post subject: Reply with quote

Do you have the file /usr/include/freetype2/freetype/config/ftheader.h on your box?
Back to top
View user's profile Send private message
vedas
n00b
n00b


Joined: 08 Jan 2003
Posts: 31
Location: Chicago, IL

PostPosted: Thu Jan 05, 2006 7:27 pm    Post subject: Reply with quote

yulp....
Back to top
View user's profile Send private message
vedas
n00b
n00b


Joined: 08 Jan 2003
Posts: 31
Location: Chicago, IL

PostPosted: Thu Jan 05, 2006 7:46 pm    Post subject: Reply with quote

Code:
/bin/sh ../../libtool --mode=link x86_64-pc-linux-gnu-gcc  -march=nocona -O2 -pi pe -fomit-frame-pointer -mmmx -msse3 -mfpmath=sse,387 -Wall   -o gnome-keyboard- properties  gnome-keyboard-properties.o gnome-keyboard-properties-xkb.o gnome-ke yboard-properties-xkbmc.o gnome-keyboard-properties-xkblt.o gnome-keyboard-prope rties-xkbot.o gnome-keyboard-properties-xkbpv.o ../accessibility/keyboard/libacc essibility-keyboard.a ../../capplets/common/libcommon.la -Wl,--export-dynamic -p thread -lglade-2.0 -lgnome-desktop-2 -lgnomeui-2 -lSM -lICE -lstartup-notificati on-1 -lbonoboui-2 -lxml2 -lz -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpan goft2-1.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1. 0 -lpango-1.0 -lcairo -lgobject-2.0 -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-a ctivation -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0    -lSM -lIC E  -L/usr/lib64 -lX11  -lxklavier -lxml2 -lz -lm   ../../libgswitchit/libgswitch it.a ../../libkbdraw/libkbdraw.a
mkdir .libs
x86_64-pc-linux-gnu-gcc -march=nocona -O2 -pipe -fomit-frame-pointer -mmmx -msse 3 -mfpmath=sse,387 -Wall -o .libs/gnome-keyboard-properties gnome-keyboard-prope rties.o gnome-keyboard-properties-xkb.o gnome-keyboard-properties-xkbmc.o gnome- keyboard-properties-xkblt.o gnome-keyboard-properties-xkbot.o gnome-keyboard-pro perties-xkbpv.o -Wl,--export-dynamic -pthread  ../accessibility/keyboard/libacce ssibility-keyboard.a ../../capplets/common/.libs/libcommon.a /var/tmp/portage/co ntrol-center-2.10.2/work/control-center-2.10.2/libwindow-settings/.libs/libgnome -window-settings.so -L/usr/lib -L/usr/lib64 /usr/lib64/libgnome-menu.so /usr/lib 64/libmetacity-private.so -lXrandr -lXinerama /usr/lib64/libglade-2.0.so /usr/li b64/libgnome-desktop-2.so /usr/lib64/libgnomeui-2.so /usr/lib64/libgnome-keyring .so /usr/lib64/libjpeg.so /usr/lib64/libstartup-notification-1.so /usr/lib64/lib bonoboui-2.so /usr/lib64/libgnomecanvas-2.so /usr/lib64/libgnome-2.so /usr/lib64 /libart_lgpl_2.so /usr/lib64/libgtk-x11-2.0.so /usr/lib64/libgdk-x11-2.0.so /usr /lib64/libatk-1.0.so /usr/lib64/libgdk_pixbuf-2.0.so /usr/lib64/libpangocairo-1. 0.so /usr/lib64/libpangoft2-1.0.so /usr/lib64/libpango-1.0.so /usr/lib64/libcair o.so -lXrender -lXext -lpng12 /usr/lib64/libfontconfig.so /usr/lib64/libexpat.so  /usr/lib64/libfreetype.so /usr/lib64/libgnomevfs-2.so -lssl -lcrypto -lresolv - lrt /usr/lib64/libbonobo-2.so /usr/lib64/libgconf-2.so /usr/lib64/libbonobo-acti vation.so /usr/lib64/libORBitCosNaming-2.so /usr/lib64/libORBit-2.so /usr/lib64/ libpopt.so /usr/lib64/libgobject-2.0.so /usr/lib64/libgmodule-2.0.so /usr/lib64/ libgthread-2.0.so -lpthread /usr/lib64/libglib-2.0.so -lSM -lICE -lX11 /usr/lib6 4/libxklavier.so -lxkbfile /usr/lib64/libxml2.so -ldl -lz -lm ../../libgswitchit /libgswitchit.a ../../libkbdraw/libkbdraw.a
../../libkbdraw/libkbdraw.a(keyboard-drawing.o): In function `draw_layout':
keyboard-drawing.c:(.text+0x73f): undefined reference to `pango_xft_set_default_ substitute'
keyboard-drawing.c:(.text+0x756): undefined reference to `pango_xft_substitute_c hanged'
../../libkbdraw/libkbdraw.a(keyboard-drawing.o): In function `keyboard_drawing_i nit':
keyboard-drawing.c:(.text+0x244f): undefined reference to `pango_xft_get_context '
collect2: ld returned 1 exit status
make[3]: *** [gnome-keyboard-properties] Error 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] Error 1
make[2]: Leaving directory `/var/tmp/portage/control-center-2.10.2/work/control- center-2.10.2/capplets'
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
[/code]
!!! If you need support, post the topmost build error, NOT this status message.
Back to top
View user's profile Send private message
Pancu
l33t
l33t


Joined: 16 Feb 2005
Posts: 612
Location: Cesena

PostPosted: Thu Jan 05, 2006 8:56 pm    Post subject: Reply with quote

I have the same problem. :cry: :cry: :cry: :cry: :cry:
Back to top
View user's profile Send private message
vedas
n00b
n00b


Joined: 08 Jan 2003
Posts: 31
Location: Chicago, IL

PostPosted: Fri Jan 06, 2006 1:00 am    Post subject: Reply with quote

upgraded to gnome 2.12, thats my workaround :-)
Back to top
View user's profile Send private message
viduliya
n00b
n00b


Joined: 05 Nov 2003
Posts: 29
Location: Ottawa CANADA

PostPosted: Fri Jan 06, 2006 8:57 pm    Post subject: I have the same problem as vedas sicne I upgraded to gcc 3.4 Reply with quote

vedas wrote:
upgraded to gnome 2.12, thats my workaround :-)


I did upgrade to Gnome 2.12 about a month ago and had to go downgrade it back to 2.10.. It's still buggy it seems.

Among other things, I did not like the fact that you can no longer type a location in nautilus to get to a folder in nautilus. I am not looking forward to gnome 2.12 now. :roll:
_________________
There are exactly 10 kinds of people in the world those who understand binary and those who don't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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