Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Emergin' GNOME 2.6 - facing the hell...
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
gamehack
n00b
n00b


Joined: 08 May 2004
Posts: 59

PostPosted: Tue May 18, 2004 4:38 pm    Post subject: Emergin' GNOME 2.6 - facing the hell... Reply with quote

Hello,

For 2 days I have been trying to emerge GNOME 2.6 and it fails...it stops when it comes to the package gedit 2.6.1 and says something about missing libstdc++ or sth. similar(libg++ or else) :( Please,give me some hints to emerge GNOME 2.6
Back to top
View user's profile Send private message
irwinr
Apprentice
Apprentice


Joined: 11 May 2004
Posts: 152
Location: Texas

PostPosted: Tue May 18, 2004 4:56 pm    Post subject: Me too Reply with quote

I'm also having problems emerging Gnome 2.6, but I'm getting errors with gst-plugins-0.6.4

-Jeremy
Back to top
View user's profile Send private message
gamehack
n00b
n00b


Joined: 08 May 2004
Posts: 59

PostPosted: Tue May 18, 2004 5:11 pm    Post subject: Reply with quote

waiting for some gurus to tell the solution...
Back to top
View user's profile Send private message
ralph
Advocate
Advocate


Joined: 02 Mar 2003
Posts: 2001
Location: Hamburg

PostPosted: Tue May 18, 2004 5:17 pm    Post subject: Reply with quote

In order for someone being able to help you, you should post the whole error message.

Anyway, did you try to run ldconfig and then env-update?
_________________
The computer can't tell you the emotional story. It can give you the exact mathematical design, but what's missing is the eyebrows.
- Frank Zappa
Back to top
View user's profile Send private message
gamehack
n00b
n00b


Joined: 08 May 2004
Posts: 59

PostPosted: Tue May 18, 2004 5:34 pm    Post subject: Reply with quote

I will try it and tell you...
Back to top
View user's profile Send private message
Thoreau
n00b
n00b


Joined: 29 Apr 2004
Posts: 38

PostPosted: Tue May 18, 2004 5:40 pm    Post subject: Reply with quote

Code:
  emerge --pretend =gnome-2.6


tell us what that gives you
Back to top
View user's profile Send private message
irwinr
Apprentice
Apprentice


Joined: 11 May 2004
Posts: 152
Location: Texas

PostPosted: Tue May 18, 2004 5:43 pm    Post subject: Reply with quote

Well, i figured my problem out. gst-plugins doesn't like the -O2 option in CFLAGS. Removing it fixes the issue, not sure if that'll help the original poster, though.

-Jeremy
Back to top
View user's profile Send private message
gamehack
n00b
n00b


Joined: 08 May 2004
Posts: 59

PostPosted: Tue May 18, 2004 6:01 pm    Post subject: Reply with quote

After one more try I have writting the errors on a piece of sheet,here are they:
Code:

grep: /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.2/libstdc++.la: No such file or directory
/bin/sed can't read /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.2/libstdc++.la: No such file or directory
libtool: link: '/usr/lib/gcc-lib/i386-pc-linux-gnue/3.3.2/libstdc++.la' is not a valid libtool archive
make[4] *** libspell.la Error 1
make[4] *** waiting for unfinished jobs....
Merging translations into spell.gedit-plugin
make[4] *** Leaving dir /var/temp/portage/gedit-2.6.1/work/gedit-2.6.1/plugins/spell
make[3] *** [all] Error 2
make[3] *** Leaving dir /var/temp/portage/gedit-2.6.1/work/gedit-2.6.1/plugins/spell
make[2] *** [all-recursive] Error 1
make[2] *** Leaving dir Leaving dir /var/temp/portage/gedit-2.6.1/work/gedit-2.6.1/plugins/
make[1] *** [all-recursive] Error 1
make[1] *** Leaving dir Leaving dir /var/temp/portage/gedit-2.6.1/work/gedit-2.6.1/
make: *** [all] Error 2

!!! Error: app-editors/gedit-2.6.1 failed
!!! Function gnome2_src_compile, Line 39,Exitcode 2
!!! compile failure
Back to top
View user's profile Send private message
Ignignokt
n00b
n00b


Joined: 08 Jan 2003
Posts: 59

PostPosted: Tue May 18, 2004 6:56 pm    Post subject: Reply with quote

It seems to be looking for a missing file (libstdc++.la). I have that file, but in a different directory. Mine's in:
Code:
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.la
and is a part of the gcc package.

What do you have listed for CHOST in /etc/make.conf? This may have something to do with it.
Back to top
View user's profile Send private message
gamehack
n00b
n00b


Joined: 08 May 2004
Posts: 59

PostPosted: Tue May 18, 2004 7:04 pm    Post subject: Reply with quote

I have done an stage3 installation and haven't changed the CHOST flag,here's my 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="-O2 -march=pentium4 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="gtk gtk2 gnome alsa cdr"
ACCEPT_KEYWORDS="~x86"

Should I try emerging the latest gcc and see if the things will be OK ?
Back to top
View user's profile Send private message
Ignignokt
n00b
n00b


Joined: 08 Jan 2003
Posts: 59

PostPosted: Tue May 18, 2004 7:37 pm    Post subject: Reply with quote

It looks like it's failing on the spellcheck plugin. Re-emerging gcc should be a last resort. I see a few ways to try this:

First, maybe you could try to re-emerge aspell:
Code:
emerge aspell

and if that doesn't fix it, you could try emerging gedit without spellcheck support:
Code:
USE="-spell" emerge gedit
or just add -spell to USE in make.conf before starting the gnome emerge. I would recommend trying these before going through the whole gcc rebuild.
Back to top
View user's profile Send private message
gamehack
n00b
n00b


Joined: 08 May 2004
Posts: 59

PostPosted: Tue May 18, 2004 8:09 pm    Post subject: Reply with quote

thanks :) will try tomorrow :)
Back to top
View user's profile Send private message
d0nju4n
Apprentice
Apprentice


Joined: 19 Apr 2004
Posts: 283
Location: Rochester, MN

PostPosted: Wed May 19, 2004 4:18 am    Post subject: Reply with quote

irwinr wrote:
Well, i figured my problem out. gst-plugins doesn't like the -O2 option in CFLAGS. Removing it fixes the issue, not sure if that'll help the original poster, though.


I fixed mine by tuning down my CFLAGS as well
_________________
Linux User 355087
Back to top
View user's profile Send private message
johnsteele
n00b
n00b


Joined: 30 Apr 2004
Posts: 13

PostPosted: Wed May 19, 2004 5:19 am    Post subject: Reply with quote

I had the same problem (dealing with the "missing" libstdc++.la), when compiling a different program. You need to run this command:

fix_libtool_files.sh 'gcc -dumpversion' --oldarch i386-pc-linux-gnu

This should fix the problem if gcc is looking in /usr/lib/gcc-lib/i386/xxxxx for the file it needs.

For some reason, gcc is looking for the file in the wrong directory.
Back to top
View user's profile Send private message
gamehack
n00b
n00b


Joined: 08 May 2004
Posts: 59

PostPosted: Wed May 19, 2004 5:26 am    Post subject: Reply with quote

fix_libtool_files.sh where is this file located ?

P.S. I found it :)
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