[gentoo-user] gcc 4.1.1 to 4.1.2 - need to rebuild system?

2007-05-19 Thread Denis
I am upgrading from gcc-4.1.1-rX to gcc-4.1.2... Is it safe to just emerge the new version, or do I need to do emerge -eav system and emerge -eav world, as the gcc upgrade guide suggests? Do I need to rebuild libtool every time I upgrade gcc? Thanks! Denis -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] gcc 4.1.1 to 4.1.2 - need to rebuild system?

2007-05-19 Thread Hemmann, Volker Armin
On Sonntag, 20. Mai 2007, Denis wrote: I am upgrading from gcc-4.1.1-rX to gcc-4.1.2... Is it safe to just emerge the new version yes , or do I need to do emerge -eav system and emerge -eav world, as the gcc upgrade guide suggests? Do I need to rebuild libtool every time I upgrade gcc?

Re: [gentoo-user] gcc 4.1.1 to 4.1.2 - need to rebuild system?

2007-05-19 Thread Dale
Denis wrote: I am upgrading from gcc-4.1.1-rX to gcc-4.1.2... Is it safe to just emerge the new version, or do I need to do emerge -eav system and emerge -eav world, as the gcc upgrade guide suggests? Do I need to rebuild libtool every time I upgrade gcc? Thanks! Denis Since this is a

[gentoo-user] gcc-4.1.1 and realplayer-10.0.7

2006-09-09 Thread Peter
It appears that the realplayer binary still requires libstdc++.so.5 which is provided by libstdc++-v3-3.3.4. So despite the fact that this library may not be needed for recompiled c++ apps, binary ones like this may still require the old library :( ldd realplay.bin ... libstdc++.so.5 = not found

Re: [gentoo-user] gcc-4.1.1 and realplayer-10.0.7

2006-09-09 Thread darren kirby
quoth the Peter: It appears that the realplayer binary still requires libstdc++.so.5 which is provided by libstdc++-v3-3.3.4. So despite the fact that this library may not be needed for recompiled c++ apps, binary ones like this may still require the old library :( ldd realplay.bin ...

Re: [gentoo-user] GCC 4.1.1 missing g++/c++

2006-08-14 Thread Richard Broersma Jr
I don't believe that I included the USE=nocxx variable. You can simply check with emerge -pv gcc. Yes, I must have included the nocxx in my use variable since a re-build of GCC included the g++ compiler. From this point forward all packages using C++ would build with out errors. However,

Re: [gentoo-user] GCC 4.1.1 missing g++/c++

2006-08-13 Thread Dirk Heinrichs
Am Samstag, 12. August 2006 09:05 schrieb ext Richard Broersma Jr: I don't believe that I included the USE=nocxx variable. You can simply check with emerge -pv gcc. Bye... Dirk -- Dirk Heinrichs | Tel: +49 (0)162 234 3408 Configuration Manager | Fax: +49 (0)211 47068 111

Re: [gentoo-user] GCC 4.1.1 missing g++/c++

2006-08-12 Thread Richard Broersma Jr
Unless you are crazy enough to have USE=nocxx, you get a c++ compiler with gcc. Others are controlled by USE flags. I don't believe that I included the USE=nocxx variable. I will give another try at re-building GCC a little later just to see if I get the same effect. (Honestly, I did add a

Re: [gentoo-user] GCC 4.1.1 missing g++/c++

2006-08-12 Thread Richard Fish
On 8/12/06, Richard Broersma Jr [EMAIL PROTECTED] wrote: Unless you are crazy enough to have USE=nocxx, you get a c++ compiler with gcc. Others are controlled by USE flags. I don't believe that I included the USE=nocxx variable. I will give another try at re-building GCC a little later

Re: [gentoo-user] gcc-4.1.1

2006-06-16 Thread Thomas T. Veldhouse
Bob Young wrote: Depends on what you consider sufficient. Although what the page recommends was misquoted, it actually suggests: emerge -e system emerge -e system emerge -e world emerge -e world That's probably is a little bit excessive, but the reason for doing the two emerge -e systems is so

Re: [gentoo-user] gcc-4.1.1

2006-06-16 Thread Thomas T. Veldhouse
Bob Young wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Richard Fish Sent: Wednesday, June 07, 2006 9:24 PM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] gcc-4.1.1 On 6/7/06, Bob Young [EMAIL PROTECTED] wrote: chain

RE: [gentoo-user] gcc-4.1.1

2006-06-16 Thread Bob Young
-Original Message- From: Thomas T. Veldhouse [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 10:25 AM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] gcc-4.1.1 You didn't pay attention to what he wrote. I hope perhaps my post made it more clear. Tom Veldhouse

Re: [gentoo-user] gcc-4.1.1

2006-06-12 Thread Jerry McBride
On Wednesday 07 June 2006 21:50, Bob Young wrote: On 6/7/06, Roy Wright [EMAIL PROTECTED] wrote: You might want to read: http://forums.gentoo.org/viewtopic.php?t=282474highlight= which basically recommends: emerge -s emerge -s emerge -e emerge -e Ugh,

RE: [gentoo-user] gcc-4.1.1

2006-06-12 Thread Bob Young
-Original Message- From: Jerry McBride [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 7:10 PM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] gcc-4.1.1 On Wednesday 07 June 2006 21:50, Bob Young wrote: Note that the article does in the end, do a double

Re: [gentoo-user] gcc-4.1.1

2006-06-12 Thread Richard Fish
On 6/12/06, Bob Young [EMAIL PROTECTED] wrote: That being said, seems these two articles appear to be giving out bad information: http://forums.gentoo.org/viewtopic.php?t=282474highlight= http://forums.gentoo.org/viewtopic-t-345229.html Yes, I would have to agree. The first is just so

Re: [gentoo-user] gcc-4.1.1

2006-06-09 Thread Vladimir G. Ivanovic
On Thu, 2006-06-08 at 11:05 -0700, Richard Fish wrote: There is simply no way to build libstdc++-v3 with the new compiler; it would break any programs that need it. Gcc likes to make incompatible changes in the C++ ABI from one version to the next, so building -v3 with the new gcc would give

Re: [gentoo-user] gcc-4.1.1

2006-06-09 Thread Richard Fish
On 6/9/06, Vladimir G. Ivanovic [EMAIL PROTECTED] wrote: I definitely built libstdc++-v3 with gcc-4.1.1, but interestingly genlop doesn't report any USE or CFLAGS for it. Hmmm. Look at the ebuild for libstdc++-v3. It actually builds gcc-3.3 with C++ support, and then pulls the libstdc++.so

Re: [gentoo-user] gcc-4.1.1

2006-06-08 Thread Mohammed Hagag
thanks every body, every thing goes fine now without errors i didn't change any thing just a reboot then etc-update; env-update and every thing works fine. On 6/8/06, Richard Fish [EMAIL PROTECTED] wrote: On 6/7/06, Evan Klitzke [EMAIL PROTECTED] wrote: AFAIK, the only thing that you need to

RE: [gentoo-user] gcc-4.1.1

2006-06-08 Thread Bob Young
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Richard Fish Sent: Wednesday, June 07, 2006 9:24 PM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] gcc-4.1.1 On 6/7/06, Bob Young [EMAIL PROTECTED] wrote: chain. At the end of the first

Re: [gentoo-user] gcc-4.1.1

2006-06-08 Thread Hans-Werner Hilse
Hi, On Thu, 8 Jun 2006 05:34:49 -0700 Bob Young [EMAIL PROTECTED] wrote: No, sorry that's just wrong. gcc is slotted, if the above were true there would be no need for gcc-config in order to select a default compiler. Did you follow the documentation pointer given in the mail you are

RE: [gentoo-user] gcc-4.1.1

2006-06-08 Thread Bob Young
-Original Message- From: Hans-Werner Hilse [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 6:32 AM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] gcc-4.1.1 You haven't understood a word from the posting you're replying to. It does have to be emerged twice

Re: [gentoo-user] gcc-4.1.1

2006-06-08 Thread Bo Ørsted Andresen
Thursday 08 June 2006 16:00 skrev Bob Young: Show me some documentation for this staging you refer to. If you unpack the gcc sources you will find it in gcc-*/INSTALL/build.html as already mentioned by Richard. But you can also see it at [1]. [1] http://gcc.gnu.org/install/build.html -- Bo

RE: [gentoo-user] gcc-4.1.1

2006-06-08 Thread Bob Young
-Original Message- From: Bo Ørsted Andresen [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 7:29 AM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] gcc-4.1.1 Thursday 08 June 2006 16:00 skrev Bob Young: Show me some documentation for this staging you refer

Re: [gentoo-user] gcc-4.1.1

2006-06-08 Thread Toby Cubitt
On Thu, Jun 08, 2006 at 07:00:22AM -0700, Bob Young wrote: From: Hans-Werner Hilse [mailto:[EMAIL PROTECTED] Sent: Thursday, June 08, 2006 6:32 AM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] gcc-4.1.1 Try to understand what you are replying to. GCC's internal build

Re: [gentoo-user] gcc-4.1.1

2006-06-08 Thread Richard Fish
Others have already coverd the major points, so just a couple of things to add... On 6/8/06, Bob Young [EMAIL PROTECTED] wrote: Are you absolutely 100% sure that every single system utility and application is *dynamically* linked, and that no apps or utilities anywhere in the system specifies

[gentoo-user] gcc-4.1.1

2006-06-07 Thread Mohammed Hagag
i just want to know if any one here have built a full desktop with gcc-4.1.1 without problems ? i have some problems with xf86 video drivers and some other ebuilds. i did a bootstartp from normal stage3 and i'm doing emerge -e world now but some important packages did not compile most of the

Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Peper
any one here know any thing about these problems ?? after emerge -e world everything is working fine. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Julien Cabillot
I use many software from gnome/kde/... and no problemsOn 6/7/06, Peper [EMAIL PROTECTED] wrote: any one here know any thing about these problems ??after emerge -e world everything is working fine.--Best Regards,Peper--gentoo-user@gentoo.org mailing list-- Julien Cabillot

Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Kristian Poul Herkild
Mohammed Hagag wrote: i just want to know if any one here have built a full desktop with gcc-4.1.1 without problems ? i have some problems with xf86 video drivers and some other ebuilds. i did a bootstartp from normal stage3 and i'm doing emerge -e world now but some important packages did

Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Neil Bothwick
On Wed, 7 Jun 2006 16:53:31 +0300, Mohammed Hagag wrote: i just want to know if any one here have built a full desktop with gcc-4.1.1 without problems ? i have some problems with xf86 video drivers and some other ebuilds. What problems? i did a bootstartp from normal stage3 and i'm doing

Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Bo Ørsted Andresen
Wednesday 07 June 2006 15:53 skrev Mohammed Hagag: i just want to know if any one here have built a full desktop with gcc-4.1.1 without problems ? I had to run 'fix_libtool_files.sh 3.3.6' (my previous gcc was v. 3.3.6). I did not have to emerge -e world (at least not yet). I have compiled qt,

RE: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Conneries wearegeeks
Did it without any problem. -Message d'origine- De : Mohammed Hagag [mailto:[EMAIL PROTECTED] Envoyé : mercredi 7 juin 2006 15:54 À : gentoo-user@lists.gentoo.org Objet : [gentoo-user] gcc-4.1.1 i just want to know if any one here have built a full desktop with gcc-4.1.1 without

Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Roy Wright
Mohammed Hagag wrote: i just want to know if any one here have built a full desktop with gcc-4.1.1 without problems ? i have some problems with xf86 video drivers and some other ebuilds. i did a bootstartp from normal stage3 and i'm doing emerge -e world now but some important packages did not

Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Mike Huber
I had some weird problems with the emerge -e system (libraries not being properly identified to ./config scripts, that blocking issue with pam.d shadow, usual unstable tree stuff), but after toying with it for a few hours, I have a successfully running desktop. On 6/7/06, Roy Wright [EMAIL

Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Daniel da Veiga
On 6/7/06, Mike Huber [EMAIL PROTECTED] wrote: I had some weird problems with the emerge -e system (libraries not being properly identified to ./config scripts, that blocking issue with pam.d shadow, usual unstable tree stuff), but after toying with it for a few hours, I have a successfully

Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Evan Klitzke
The pam-login/shadow blocking issue was a portage specific thing -- you would have gotten it no matter what version of gcc you were running. In this case it was because pam-login being deprecated. On 6/7/06, Mike Huber [EMAIL PROTECTED] wrote: I had some weird problems with the emerge -e

Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Roy Wright
Daniel da Veiga wrote: I'm watching this topic with curiosity, I have switched to ~x86 recently and after it all (and a few debugging) I have all my packages testing now, but have not switched to the new GCC for fear of things breaking beyound my knowledge on how to fix it. So, if people start

Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Daniel da Veiga
On 6/7/06, Roy Wright [EMAIL PROTECTED] wrote: Daniel da Veiga wrote: I'm watching this topic with curiosity, I have switched to ~x86 recently and after it all (and a few debugging) I have all my packages testing now, but have not switched to the new GCC for fear of things breaking beyound

Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Richard Fish
On 6/7/06, Roy Wright [EMAIL PROTECTED] wrote: You might want to read: http://forums.gentoo.org/viewtopic.php?t=282474highlight= which basically recommends: emerge -s emerge -s emerge -e emerge -e Ugh, this is completely pointless. A single emerge -e world is sufficient. -Richard

Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Evan Klitzke
AFAIK, the only thing that you need to compile twice is GCC. And you don't even really need to do that twice. The second pass will may pass on new optimizations that will make it more efficient, but the code it outputs will be exactly the same. -- Evan Klitzke On 6/7/06, Richard Fish [EMAIL

Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Richard Fish
On 6/7/06, Bob Young [EMAIL PROTECTED] wrote: chain. At the end of the first emerge -e system you may have a new compiler, but that new compiler was built with the old compiler. This is false. Gcc uses itself to build itself. It uses the system compiler to build an initial version of itself,

Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Richard Fish
On 6/7/06, Evan Klitzke [EMAIL PROTECTED] wrote: AFAIK, the only thing that you need to compile twice is GCC. And you don't even really need to do that twice. The second pass will may pass on new optimizations that will make it more efficient, but the code it outputs will be exactly the same.

[gentoo-user] GCC 4.1.1 unable to compile kdelibs due to missing libstdc++

2006-06-02 Thread Paulo J. Matos
Hi all, First, I just upgraded from 4.0.2 to 4.1.1, continued to upgrade some other packages up until kdelibs where I get: /bin/sh ../../libtool --silent --tag=CXX --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop -I../../kdecore -I../../kio/kssl -I../../kjs

Re: [gentoo-user] GCC 4.1.1 unable to compile kdelibs due to missing libstdc++

2006-06-02 Thread Peper
And still I get this. Any ideas? I have run into many strange problems with confcache, have you flushed(just remove /var/tmp/confcache) it after upgrade to 4.1.1? -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] GCC 4.1.1 unable to compile kdelibs due to missing libstdc++

2006-06-02 Thread Paulo J. Matos
On 02/06/06, Peper [EMAIL PROTECTED] wrote: And still I get this. Any ideas? I have run into many strange problems with confcache, have you flushed(just remove /var/tmp/confcache) it after upgrade to 4.1.1? I can't even find that file in my system. :-( -- Best Regards, Peper --

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Kristian Poul Herkild
JimD wrote: Jason Weisberger wrote: List, I figure upgrading to GCC 4.1.1 from 3.4.5 wouldn't be such a pain, right? WRONG. So far I've had just about every problem under the sun, mostly in the form of filesize errors which I wouldn't think would be related to GCC, but then again:

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Richard Fish
On 5/28/06, Bo Ørsted Andresen [EMAIL PROTECTED] wrote: this security measure. In this case the tar file changed without changing the name after you originally installed the package (or after it was downloaded to the mirror that you are using...). This change could be a bugfix. By making your

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Bo Ørsted Andresen
Sunday 28 May 2006 21:26 skrev Richard Fish: I just have to say that if upstream authors include a bug-fix without releasing a new version (and a differently named tarball), they need a good clubbing. I agree with that. Still, apparently that is what happened here. It's stupid, but since the

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Hemmann, Volker Armin
On Sunday 28 May 2006 19:54, Bo Ørsted Andresen wrote: This change could be a bugfix. By making your own digest you don't get this bugfix... more probably - the mirror corrupted the file. Or someone replaced it with a hacked package. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Bo Ørsted Andresen
Sunday 28 May 2006 21:48 skrev Hemmann, Volker Armin: This change could be a bugfix. By making your own digest you don't get this bugfix... more probably - the mirror corrupted the file. Or someone replaced it with a hacked package. While that is possible I'm not really sure why you

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Hemmann, Volker Armin
On Monday 29 May 2006 00:10, Bo Ørsted Andresen wrote: Sunday 28 May 2006 21:48 skrev Hemmann, Volker Armin: This change could be a bugfix. By making your own digest you don't get this bugfix... more probably - the mirror corrupted the file. Or someone replaced it with a hacked

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Bo Ørsted Andresen
Monday 29 May 2006 00:32 skrev Hemmann, Volker Armin: While that is possible I'm not really sure why you consider it more likely. because I know at least one mirror which regularly corrupts files. The digest still changed so it would have to be a mirror that the devs who created the

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Teresa and Dale
Hemmann, Volker Armin wrote: On Monday 29 May 2006 00:10, Bo Ørsted Andresen wrote: Sunday 28 May 2006 21:48 skrev Hemmann, Volker Armin: This change could be a bugfix. By making your own digest you don't get this bugfix... more probably - the mirror corrupted the file. Or

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Hemmann, Volker Armin
On Monday 29 May 2006 00:41, Bo Ørsted Andresen wrote: Monday 29 May 2006 00:32 skrev Hemmann, Volker Armin: While that is possible I'm not really sure why you consider it more likely. because I know at least one mirror which regularly corrupts files. The digest still changed so it

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Hemmann, Volker Armin
On Monday 29 May 2006 00:43, Teresa and Dale wrote: Hemmann, Volker Armin wrote: On Monday 29 May 2006 00:10, Bo Ørsted Andresen wrote: Sunday 28 May 2006 21:48 skrev Hemmann, Volker Armin: This change could be a bugfix. By making your own digest you don't get this bugfix... more probably

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Teresa and Dale
Hemmann, Volker Armin wrote: On Monday 29 May 2006 00:43, Teresa and Dale wrote: Don't use that one. LOL Which is it so the rest of us can avoid it? Why ask for problems when we have enough already. ;-) I am using it becaue I am only allowed to download a certain volume per month

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Bo Ørsted Andresen
Monday 29 May 2006 00:51 skrev Hemmann, Volker Armin: The digest still changed so it would have to be a mirror that the devs who created the digests used.. what? I am talking about the problem, that mirrors might corrupt files and that this is why making a new digest may not be a good

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Bo Ørsted Andresen
Monday 29 May 2006 01:11 skrev Teresa and Dale: Well, if they corrupt things, I can see why they are free.  That really sucks but I guess you are stuck with crossing your fingers and hoping it will be a good file. Well, that's what the digest verification is for, right. It ensures that he

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Teresa and Dale
Bo Ørsted Andresen wrote: Monday 29 May 2006 01:11 skrev Teresa and Dale: Well, if they corrupt things, I can see why they are free. That really sucks but I guess you are stuck with crossing your fingers and hoping it will be a good file. Well, that's what the digest verification is

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Hemmann, Volker Armin
On Monday 29 May 2006 01:25, Bo Ørsted Andresen wrote: Monday 29 May 2006 00:51 skrev Hemmann, Volker Armin: The digest still changed so it would have to be a mirror that the devs who created the digests used.. what? I am talking about the problem, that mirrors might corrupt files

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Hemmann, Volker Armin
On Monday 29 May 2006 01:11, Teresa and Dale wrote: Hemmann, Volker Armin wrote: On Monday 29 May 2006 00:43, Teresa and Dale wrote: Don't use that one. LOL Which is it so the rest of us can avoid it? Why ask for problems when we have enough already. ;-) I am using it becaue I am only

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Teresa and Dale
Hemmann, Volker Armin wrote: On Monday 29 May 2006 01:11, Teresa and Dale wrote: Hemmann, Volker Armin wrote: On Monday 29 May 2006 00:43, Teresa and Dale wrote: Don't use that one. LOL Which is it so the rest of us can avoid it? Why ask for problems when we have enough

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread John Laremore
quit fucking email bombing me you ass holes. From:Bo Ørsted Andresen [EMAIL PROTECTED]Reply-To:gentoo-user@lists.gentoo.orgTo:gentoo-user@lists.gentoo.orgSubject:Re: [gentoo-user] GCC 4.1.1 ProblemsDate:Mon, 29 May 2006 00:10:25 +0200MIME-Version:1.0Received:from robin.gentoo.org

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Hemmann, Volker Armin
On Monday 29 May 2006 03:03, John Laremore wrote: quit fucking email bombing me you ass holes. stop insulting people stop sending html mail Nobody is bombing you - why did you suscribe to this mailing list, if you don't want emails from it? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Jerry McBride
[EMAIL PROTECTED] Reply-To:[EMAIL PROTECTED] To:[EMAIL PROTECTED] Subject:  Re: [gentoo-user] GCC 4.1.1 Problems Date:  Mon, 29 May 2006 00:10:25 +0200 MIME-Version:  1.0 Received:  from robin.gentoo.org ([140.105.134.102]) by bay0-mc2-f10.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Steven Susbauer
. From: Bo ?rsted Andresen [EMAIL PROTECTED] Reply-To: gentoo-user@lists.gentoo.org To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] GCC 4.1.1 Problems Date: Mon, 29 May 2006 00:10:25 +0200 MIME-Version: 1.0 Received: from robin.gentoo.org

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-28 Thread Richard Fish
On 5/28/06, John Laremore [EMAIL PROTECTED] wrote: quit f John, donate your computer to charity. This whole internet thing is just not for you... -Richard -- gentoo-user@gentoo.org mailing list

[gentoo-user] GCC 4.1.1 Problems

2006-05-27 Thread Jason Weisberger
List, I figure upgrading to GCC 4.1.1 from 3.4.5 wouldn't be such a pain, right? WRONG. So far I've had just about every problem under the sun, mostly in the form of filesize errors which I wouldn't think would be related to GCC, but then again: app-admin/perl-cleaner x11-proto/xextproto

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-27 Thread Alexander Skwar
Jason Weisberger wrote: I figure upgrading to GCC 4.1.1 from 3.4.5 wouldn't be such a pain, right? WRONG. Yes, very much so. See my Upgrading to gcc 4.1: emerge -e world required? thread. These packages quit on me after telling me that the reported filesize by the ebuild wasn't equal to

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-27 Thread Mark Loeser
Alexander Skwar [EMAIL PROTECTED] said: Jason Weisberger wrote: I figure upgrading to GCC 4.1.1 from 3.4.5 wouldn't be such a pain, right? WRONG. Yes, very much so. See my Upgrading to gcc 4.1: emerge -e world required? thread. Yea, since the soname was the same, I was under the

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-27 Thread Eskej
On Sat, 27 May 2006 19:40:06 +0400, Jason Weisberger [EMAIL PROTECTED] wrote: app-admin/perl-cleaner These packages quit on me after telling me that the reported filesize by the ebuild wasn't equal to the downloaded filesize. This only happened with gcc-config 6 (4.1.1). When I switched

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-27 Thread Hemmann, Volker Armin
On Saturday 27 May 2006 17:40, Jason Weisberger wrote: List, I figure upgrading to GCC 4.1.1 from 3.4.5 wouldn't be such a pain, right? WRONG. So far I've had just about every problem under the sun, mostly in the form of filesize errors which I wouldn't think would be related to GCC,

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-27 Thread Richard Fish
On 5/27/06, Jason Weisberger [EMAIL PROTECTED] wrote: List, I figure upgrading to GCC 4.1.1 from 3.4.5 wouldn't be such a pain, right? WRONG. So far I've had just about every problem under the sun, mostly in the form of filesize errors which I wouldn't think would be related to GCC, but

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-27 Thread Richard Fish
On 5/27/06, Hemmann, Volker Armin [EMAIL PROTECTED] wrote: so run ebuild blabla.ebuild digest wow, that is hard... Probably better to just delete the distfiles and let them be downloaded again though... -Richard -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-27 Thread Jason Weisberger
List, I suppose that I just found it odd that it popped up after I switched to GCC 4.1.1. Maybe coincidence. I'll delete all my digest files and let them download again, because this is popping up on quite a few packages. Maybe a bad mirror. I will be going on vacation for about a week, and

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-27 Thread Richard Fish
On 5/27/06, Jason Weisberger [EMAIL PROTECTED] wrote: I've read a few things about 4.1.1 not playing well with GTK packages on the forums, however, and that still appears to be the case. I'll get exact error messages when I return and bring this thread up again. Cool. Hopefully any problems

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-27 Thread Bo Ørsted Andresen
Saturday 27 May 2006 23:22 skrev Jason Weisberger: I will be going on vacation for about a week, and when I get back I'll try to do all this again, hell, maybe even from a fresh install.  I hear the benefits are worth it. What benefits? -- Bo Andresen pgpt3NNfGxdh5.pgp Description: PGP

Re: [gentoo-user] GCC 4.1.1 Problems

2006-05-27 Thread JimD
Jason Weisberger wrote: List, I figure upgrading to GCC 4.1.1 from 3.4.5 wouldn't be such a pain, right? WRONG. So far I've had just about every problem under the sun, mostly in the form of filesize errors which I wouldn't think would be related to GCC, but then again: