public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Ingo Krabbe <i.krabbe@dokom.net>
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] gcc3.2.2 ate portage and others
Date: Thu, 27 Feb 2003 09:54:41 +0100	[thread overview]
Message-ID: <20030227085441.GA2186@dokom.net> (raw)
In-Reply-To: <1046334574.546.12.camel@beige>

On Thu, Feb 27, 2003 at 02:29:34AM -0600, oford wrote:
> 
> Went from gcc3.2 to 3.2.2.
> 
> Noticed that gnome-panel was not clearing closed windows.
> Killed X and it restarted but put me in error message hell. Nothing
> would work.
> Tried to emerge gcc3.2 and got this...
> "python: unable to load libstdc++.so.5"
> 
> I am now through being angry and kicking myself.  I just want things to
> work again ;)
> 
> Any hints would be nice.
> 
> ./Owen
> 

Hey Owen keep cool,

this is a bug of course, a bug that looks fat and dangerous, but this
will be easily resolved.

I don't know about the gentoo problem here.

What is obvious though, is that you have a problem loading some
libraries that live in the private directory of gcc.

On my architecture this directory is named:
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2

This directory takes a line in
/etc/ld.so.conf
too !

What you can do is :

1. To get things running only in the current shell (works as user too!):
LD_LIBRARY_PATH="/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH

2. To get this running in the whole system (works only as root):
echo "/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2">> ld.so.conf
ldconfig

If you have more problems, feel free to contact me directly.

NOTE THAT YOU MIGHT HAVE ANOTHER ARCHITECTURE ! MINE IS
i686-pc-linux-gnu

You can find out about this directory by:
gcc -v
which emits:
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/specs

This specs directory is the same as the libraries should live in.

I hope this gets your system running smooth again.

BYE INGO

--
gentoo-dev@gentoo.org mailing list


  reply	other threads:[~2003-02-27  9:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-27  8:29 [gentoo-dev] gcc3.2.2 ate portage and others oford
2003-02-27  8:54 ` Ingo Krabbe [this message]
2003-02-27 16:10   ` Mark Gordon
2003-02-27 17:13     ` Eric Noack
2003-02-27 18:03       ` oford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030227085441.GA2186@dokom.net \
    --to=i.krabbe@dokom.net \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox