Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gnome upgrade stops on VTE
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
v0n
n00b
n00b


Joined: 04 Dec 2002
Posts: 34

PostPosted: Tue Feb 11, 2003 12:31 pm    Post subject: Gnome upgrade stops on VTE Reply with quote

Stuck on vte-0.10.17, apparently one of the requirements, here's the science bit:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include/python2.2 -I/usr//include/pygtk-2.0 -march=athlon-tbird -O3 -Os -pipe -fomit-frame-pointer -mfpmath=sse -mmmx -m3dnow -fexpensive-optimizations -c vtemodule.c -MT vtemodule_la-vtemodule.lo -MD -MP -MF .deps/vtemodule_la-vtemodule.TPlo -fPIC -DPIC
cc1: warning: SSE instruction set disabled, using 387 arithmetics
mv -f vtemodule_la-vtemodule.o .libs/vtemodule_la-vtemodule.lo
mv: cannot stat `vtemodule_la-vtemodule.o': No such file or directory
make[2]: *** [vtemodule_la-vtemodule.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
vte.c: In function `_wrap_vte_terminal_get_font':
vte.c:518: warning: assignment discards qualifiers from pointer target type
mv -f vtemodule_la-vte.o .libs/vtemodule_la-vte.lo
mv: cannot stat `vtemodule_la-vte.o': No such file or directory
make[2]: *** [vtemodule_la-vte.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/vte-0.10.17/work/vte-0.10.17/python'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/vte-0.10.17/work/vte-0.10.17'
make: *** [all] Error 2

!!! ERROR: x11-libs/vte-0.10.17 failed.
!!! Function gnome2_src_compile, Line 41, Exitcode 2
!!! compile failure

:(
Back to top
View user's profile Send private message
Johnny Piette
n00b
n00b


Joined: 24 Feb 2003
Posts: 5

PostPosted: Mon Feb 24, 2003 11:42 am    Post subject: Same error for me Reply with quote

Hi,
I've the same error...

I also tried USE="-doc" but it doesn't change the result.... Is someone can help us ?

Thanks in advance.
Back to top
View user's profile Send private message
Johnny Piette
n00b
n00b


Joined: 24 Feb 2003
Posts: 5

PostPosted: Mon Feb 24, 2003 11:50 am    Post subject: My exact error ;) Reply with quote

my error is this one:

gcc -DHAVE_CONFIG_H -march=pentium4 -O3 -pipe -I/usr/include/glib-2.0 -I/usr/lib
/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/inclu
de/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/X11R6/includ
e -I/usr/X11R6/include -c vteaccess.c -MT vteaccess.lo -MD -MP -MF .deps/vteacce
ss.TPlo -o vteaccess.o >/dev/null 2>&1
make[2]: *** [vte.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .libs/vteaccess.lo vteaccess.lo
make[2]: Leaving directory `/var/tmp/portage/vte-0.10.17/work/vte-0.10.17/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/vte-0.10.17/work/vte-0.10.17'
make: *** [all] Error 2

!!! ERROR: x11-libs/vte-0.10.17 failed.
!!! Function gnome2_src_compile, Line 41, Exitcode 2
!!! compile failure

Thanks ;)
Back to top
View user's profile Send private message
David_Escott
l33t
l33t


Joined: 12 Jan 2003
Posts: 952
Location: Boston, MA

PostPosted: Mon Feb 24, 2003 1:18 pm    Post subject: Reply with quote

your optimizations are a little insane to say the least


-march=athlon-tbird -O3 -Os -pipe -fomit-frame-pointer -mfpmath=sse -mmmx -m3dnow -fexpensive-optimizations

You can't even optimize for both size and speed at the same time.

so just try -march=althon-tbird -O3 if that doesnt work try mcpu and then pull all the way back to 686 if you still have problems there we can effectively eliminate optimizations as a cause but what you have write now is just asking for trouble (for instance I know this doesn't compile openssl correctly)
Back to top
View user's profile Send private message
Johnny Piette
n00b
n00b


Joined: 24 Feb 2003
Posts: 5

PostPosted: Mon Feb 24, 2003 2:15 pm    Post subject: ... Reply with quote

Ok but in my case everything is ok, no ?

I tried also to put instead of march=pentium march=i686 but it doesn't help....

It's annoying that I can't emerge gnome-terminal because I've an issue with vte.

See you soon ;)

John
Back to top
View user's profile Send private message
Lin_Matt
Guru
Guru


Joined: 23 Jun 2002
Posts: 581
Location: TechWasteland (Mississippi)

PostPosted: Mon Feb 24, 2003 2:54 pm    Post subject: Re: ... Reply with quote

Johnny Piette wrote:
Ok but in my case everything is ok, no ?

I tried also to put instead of march=pentium march=i686 but it doesn't help....

It's annoying that I can't emerge gnome-terminal because I've an issue with vte.

See you soon ;)

John


Might wanna try with -O2 instead of -O3. Also, you may wanna post a bit more of your error...
Back to top
View user's profile Send private message
Johnny Piette
n00b
n00b


Joined: 24 Feb 2003
Posts: 5

PostPosted: Mon Feb 24, 2003 5:44 pm    Post subject: Not a compile FLAG Reply with quote

Hi all,

I think it's not a compile FLAGS because I tried all the possible flags.
For the other packages, I can compile it without problem ;)

So i want to emerge gnome-terminale and later gnome but I need vte for gnome and gnome-terminale.

I tried, according to the replies on some posts, to use USE="-doc" but it doesn't help. I talked with some friends and we are 7 people having this problem...

What do you need more ?
I repast my error message (after an emerge -ub gnome-terminale):

gcc -DHAVE_CONFIG_H -march=pentium4 -O3 -pipe -I/usr/include/glib-2.0 -I/usr/lib
/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/inclu
de/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/X11R6/includ
e -I/usr/X11R6/include -c vteaccess.c -MT vteaccess.lo -MD -MP -MF .deps/vteacce
ss.TPlo -o vteaccess.o >/dev/null 2>&1
make[2]: *** [vte.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .libs/vteaccess.lo vteaccess.lo
make[2]: Leaving directory `/var/tmp/portage/vte-0.10.17/work/vte-0.10.17/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/vte-0.10.17/work/vte-0.10.17'
make: *** [all] Error 2

!!! ERROR: x11-libs/vte-0.10.17 failed.
!!! Function gnome2_src_compile, Line 41, Exitcode 2
!!! compile failure

So.... HELPPPPPPPPPPPP !! :D
Back to top
View user's profile Send private message
Johnny Piette
n00b
n00b


Joined: 24 Feb 2003
Posts: 5

PostPosted: Tue Feb 25, 2003 8:53 pm    Post subject: No Idea ? Reply with quote

No Idea ?
Back to top
View user's profile Send private message
Lin_Matt
Guru
Guru


Joined: 23 Jun 2002
Posts: 581
Location: TechWasteland (Mississippi)

PostPosted: Tue Feb 25, 2003 9:11 pm    Post subject: Reply with quote

Can you post the line or two before what you've posted? There's really not any usable info there... Also, have you tried using -O2 instead of -O3 for vte? Some packages simply don't compile with -O3...
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