RE: [gentoo-user] GCC-3.4 update: python error...

2005-12-07 Thread Michael Kintzios
-Original Message- From: Willie Wong [mailto:[EMAIL PROTECTED] Sent: 07 December 2005 00:32 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] GCC-3.4 update: python error... On Tue, Dec 06, 2005 at 08:49:29PM +0100, Holly Bostick wrote: Jarry schreef: What

Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-06 Thread gentoo
Hi, On 08:48 Tue 06 Dec , Rumen Yotov wrote: On 07:31 Tue 06 Dec , [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: i also could put the whole binary of libstdc++-v3-3.3.6.tbz2 on my ftp server. It's for athlon-xp (march=athlon-xp -O2 -pipe -fomit-frame-pointer) quite

Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-06 Thread Dale
Dale wrote: I have a copy, which is a link to another file. I would be glad to email it to you if you would like. It is about 1MB so it would take a few minutes on my slow as crap dial-up. I'm about to cook some supper anyway. ;) Let me know. I have it saved as a draft already. I just need

Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-06 Thread Jarry
Thanks for your help. I downloaded that library and put it into /var/lib. Now I can start portage without complaining about missing library, but my system is still broken. I tried to emerge that libstdc++-v3, but I got following error:

Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-06 Thread Willie Wong
On Tue, Dec 06, 2005 at 07:29:35PM +0100, Jarry wrote: fastjar target-libobjc (Any other directories should still work fine.) Created Makefile in /var/tmp/portage/libstdc++-v3-3.3.4/work/build using mt-frag /usr/bin/gcc-config: line 632: /etc/env.d/gcc/i686-pc-linux-gnu-3.3.6: No such

Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-06 Thread Jarry
Willie Wong wrote: Do you have gcc 3.3.6 installed? As I see equery list, only gcc-3.4.4-r1 is installed. Previously I did (according to gcc-upgrade guide): emerge -uav gcc gcc-config i686-pc-linux-gnu-3.4.4 source /etc/profile That probably removed gcc-3.3.6. But how can I then emerge

Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-06 Thread Rumen Yotov
Hi, On 19:29 Tue 06 Dec , Jarry wrote: Thanks for your help. I downloaded that library and put it into /var/lib. Now I can start portage without complaining about missing library, but my system is still broken. I tried to emerge that libstdc++-v3, but I got following error:

Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-06 Thread Holly Bostick
Jarry schreef: What does 'gcc-config -l' say? obelix ~ # gcc-config -l /usr/bin/gcc-config: line 632: /etc/env.d/gcc/i686-pc-linux-gnu-3.3.6: No such file or directory * /usr/bin/gcc-config: Profile does not exist or invalid setting for /etc/env.d/gcc/i686-pc-linux-gnu-3.3.6 [1]

Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-06 Thread Willie Wong
On Tue, Dec 06, 2005 at 08:49:29PM +0100, Holly Bostick wrote: Jarry schreef: What does 'gcc-config -l' say? obelix ~ # gcc-config -l /usr/bin/gcc-config: line 632: /etc/env.d/gcc/i686-pc-linux-gnu-3.3.6: No such file or directory * /usr/bin/gcc-config: Profile does not exist or

Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-05 Thread Jarry
Petteri Räty wrote: Pongracz Istvan wrote: As I can remember, the livecd has a binary. You can copy that library to your /usr/lib and use it to fix your problem. Or: You can make a symlink to the newer libstdc++, maybe can work. I have successfully used a symlink in the past but your mileage

Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-05 Thread Jarry
kashani wrote: http://badapple.net/libstdc++.so.5 Pulled from a server with pentium4 and -O2 -pipe Thank you. I'm not sure my athlon-xp will swallow it, but I'll give it a try... Jarry -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-05 Thread gentoo
On 05:40 Tue 06 Dec , Jarry wrote: kashani wrote: http://badapple.net/libstdc++.so.5 Pulled from a server with pentium4 and -O2 -pipe Thank you. I'm not sure my athlon-xp will swallow it, but I'll give it a try... Jarry -- gentoo-user@gentoo.org mailing list Hi, i also could

Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-05 Thread jarry
[EMAIL PROTECTED] wrote: i also could put the whole binary of libstdc++-v3-3.3.6.tbz2 on my ftp server. It's for athlon-xp (march=athlon-xp -O2 -pipe -fomit-frame-pointer) quite safe. It has no USE-flags so no problems. Haven't checked what's inside though. The ftp address is:

Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-05 Thread Rumen Yotov
On 07:31 Tue 06 Dec , [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: i also could put the whole binary of libstdc++-v3-3.3.6.tbz2 on my ftp server. It's for athlon-xp (march=athlon-xp -O2 -pipe -fomit-frame-pointer) quite safe. It has no USE-flags so no problems. Haven't checked

Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-05 Thread Dale
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: i also could put the whole binary of libstdc++-v3-3.3.6.tbz2 on my ftp server. It's for athlon-xp (march=athlon-xp -O2 -pipe -fomit-frame-pointer) quite safe. It has no USE-flags so no problems. Haven't checked what's inside though. The ftp

[gentoo-user] GCC-3.4 update: python error...

2005-12-04 Thread Jarry
Hi, I tried to update my gcc using emerge -e (Safer method) as described in gcc-upgrading-guide, but apparently I screwed something up. I did: emerge -uav gcc gcc-config i686-pc-linux-gnu-3.4.4 source /etc/profile emerge -e system emerge -e world emerge -aC =sys-devel/gcc-3.3* Now whenever I

Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-04 Thread gentoo
Hi, On 14:58 Sun 04 Dec , Jarry wrote: Hi, I tried to update my gcc using emerge -e (Safer method) as described in gcc-upgrading-guide, but apparently I screwed something up. I did: emerge -uav gcc gcc-config i686-pc-linux-gnu-3.4.4 source /etc/profile emerge -e system emerge -e

Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-04 Thread Jarry
[EMAIL PROTECTED] wrote: Hi, On 14:58 Sun 04 Dec , Jarry wrote: Hi, I tried to update my gcc using emerge -e (Safer method) as described in gcc-upgrading-guide, but apparently I screwed something up. I did: emerge -uav gcc gcc-config i686-pc-linux-gnu-3.4.4 source /etc/profile emerge -e

Re: [gentoo-user] GCC-3.4 update: python error...

2005-12-04 Thread Petteri Räty
Pongracz Istvan wrote: Hi, As I can remember, the livecd has a binary. You can copy that library to your /usr/lib and use it to fix your problem. Or: You can make a symlink to the newer libstdc++, maybe can work. I have successfully used a symlink in the past but your mileage may