* [gentoo-user] gcc 4.1 with gentoo 2006.1
@ 2006-08-30 22:07 Stefan G. Weichinger
2006-08-30 22:55 ` Stefan G. Weichinger
2006-08-31 15:20 ` Philip Webb
0 siblings, 2 replies; 14+ messages in thread
From: Stefan G. Weichinger @ 2006-08-30 22:07 UTC (permalink / raw
To: gentoo-user
I just was doing heavy updates here to use up my monthly download-volume
when I got in via eix-sync that there was a stable gcc-4.1.1.
Browsed the web a bit and saw that Gentoo 2006.1 was released.
Hooray ! ;-)
I just *ask* ....
Is it recommended/worth it/useful to recompile my stuff now?
Remembering recent threads I assume this leads to some "emerge -e
system; emerge -e world" to get the full BANG out of it.
Any pointers to some infos on the improvements with gcc-4.1.1 that are
also understandable for a non-programmer?
Greets to you, have a nice september,
Stefan.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] gcc 4.1 with gentoo 2006.1
2006-08-30 22:07 [gentoo-user] gcc 4.1 with gentoo 2006.1 Stefan G. Weichinger
@ 2006-08-30 22:55 ` Stefan G. Weichinger
2006-08-31 15:20 ` Philip Webb
1 sibling, 0 replies; 14+ messages in thread
From: Stefan G. Weichinger @ 2006-08-30 22:55 UTC (permalink / raw
To: gentoo-user
Stefan G. Weichinger wrote:
> I just was doing heavy updates here to use up my monthly download-volume
> when I got in via eix-sync that there was a stable gcc-4.1.1.
>
> Browsed the web a bit and saw that Gentoo 2006.1 was released.
>
> Hooray ! ;-)
>
> I just *ask* ....
>
> Is it recommended/worth it/useful to recompile my stuff now?
Ok, ok, I am following the GCC Upgrade Guide now ...
Sorry for FAQing.
Stefan
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] gcc 4.1 with gentoo 2006.1
2006-08-30 22:07 [gentoo-user] gcc 4.1 with gentoo 2006.1 Stefan G. Weichinger
2006-08-30 22:55 ` Stefan G. Weichinger
@ 2006-08-31 15:20 ` Philip Webb
2006-08-31 16:16 ` Dale
1 sibling, 1 reply; 14+ messages in thread
From: Philip Webb @ 2006-08-31 15:20 UTC (permalink / raw
To: gentoo-user
060831 Stefan G. Weichinger wrote:
> I got in via eix-sync that there was a stable gcc-4.1.1.
> Is it recommended/worth it/useful to recompile my stuff now?
> Remembering recent threads I assume this leads
> to some "emerge -e system; emerge -e world" to get the full BANG out of it.
I updated to 4.1.1 some time ago & have been recompiling packages
only when there's a newer version; others remain compiled by 3.4.5 or 3.3.6 .
It doesn't seem to break anything. I never do 'emerge world' anyway.
HTH FWIW ...
--
========================,,============================================
SUPPORT ___________//___, Philip Webb : purslow@chass.utoronto.ca
ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies
TRANSIT `-O----------O---' University of Toronto
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] gcc 4.1 with gentoo 2006.1
2006-08-31 15:20 ` Philip Webb
@ 2006-08-31 16:16 ` Dale
2006-08-31 17:48 ` Thomas T. Veldhouse
0 siblings, 1 reply; 14+ messages in thread
From: Dale @ 2006-08-31 16:16 UTC (permalink / raw
To: gentoo-user
Philip Webb wrote:
> 060831 Stefan G. Weichinger wrote:
>
>> I got in via eix-sync that there was a stable gcc-4.1.1.
>> Is it recommended/worth it/useful to recompile my stuff now?
>> Remembering recent threads I assume this leads
>> to some "emerge -e system; emerge -e world" to get the full BANG out of it.
>>
>
> I updated to 4.1.1 some time ago & have been recompiling packages
> only when there's a newer version; others remain compiled by 3.4.5 or 3.3.6 .
> It doesn't seem to break anything. I never do 'emerge world' anyway.
>
> HTH FWIW ...
>
>
But according to the guide and to some threads here, it is highly
advised to do the emerge -e system and a emerge -e world as in the
guide. It !currently! says this:
> Generally speaking, upgrades to bug fix releases, like from 3.3.5 to
> 3.3.6, should be quite safe -- just emerge new version, switch your
> system to use it and rebuild the only affected package, libtool.
> However, some GCC upgrades break binary compatibility; in such cases a
> rebuild of the affected packages (or even whole toolchain and system)
> might be required.
Since this is a major upgrade you may want to reconsider. So I guess it
depends on how much risk you want to take with it. If anything, at
least do a emerge -e system. That should get you booted even if the GUI
fails for some reason.
Dale
:-) :-)
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] gcc 4.1 with gentoo 2006.1
2006-08-31 16:16 ` Dale
@ 2006-08-31 17:48 ` Thomas T. Veldhouse
2006-08-31 18:31 ` what about glibc upgrade (was: Re: [gentoo-user] gcc 4.1 with gentoo 2006.1) tdrueke
2006-08-31 18:52 ` [gentoo-user] gcc 4.1 with gentoo 2006.1 Neil Bothwick
0 siblings, 2 replies; 14+ messages in thread
From: Thomas T. Veldhouse @ 2006-08-31 17:48 UTC (permalink / raw
To: gentoo-user
Dale wrote:
> Since this is a major upgrade you may want to reconsider. So I guess it
> depends on how much risk you want to take with it. If anything, at
> least do a emerge -e system. That should get you booted even if the GUI
> fails for some reason.
>
> Dale
> :-) :-)
>
As has always been the case, C++ applications are probably the most
likely to be affected by ABI changes. So, if you run KDE or Qt apps,
then it is probably a very good idea to rebuild world.
Tom
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* what about glibc upgrade (was: Re: [gentoo-user] gcc 4.1 with gentoo 2006.1)
2006-08-31 17:48 ` Thomas T. Veldhouse
@ 2006-08-31 18:31 ` tdrueke
2006-08-31 18:38 ` Richard Fish
2006-08-31 18:51 ` Hemmann, Volker Armin
2006-08-31 18:52 ` [gentoo-user] gcc 4.1 with gentoo 2006.1 Neil Bothwick
1 sibling, 2 replies; 14+ messages in thread
From: tdrueke @ 2006-08-31 18:31 UTC (permalink / raw
To: gentoo-user
Sorry for capturing the thread. :)
What about the glibc upgrade from 2.3 to 2.4.
Does the same concerning "emerge -e world" apply here
(e.g. it is recommended to do it) ?
Or is it a more relaxed situation and simply emerging glibc 2.4 is
enough ?
BR
Thomas
On Thu, 2006-08-31 at 12:48 -0500, Thomas T. Veldhouse wrote:
> Dale wrote:
> > Since this is a major upgrade you may want to reconsider. So I guess it
> > depends on how much risk you want to take with it. If anything, at
> > least do a emerge -e system. That should get you booted even if the GUI
> > fails for some reason.
> >
> > Dale
> > :-) :-)
> >
>
>
> As has always been the case, C++ applications are probably the most
> likely to be affected by ABI changes. So, if you run KDE or Qt apps,
> then it is probably a very good idea to rebuild world.
>
> Tom
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: what about glibc upgrade (was: Re: [gentoo-user] gcc 4.1 with gentoo 2006.1)
2006-08-31 18:31 ` what about glibc upgrade (was: Re: [gentoo-user] gcc 4.1 with gentoo 2006.1) tdrueke
@ 2006-08-31 18:38 ` Richard Fish
2006-08-31 18:46 ` tdrueke
2006-08-31 18:51 ` Hemmann, Volker Armin
1 sibling, 1 reply; 14+ messages in thread
From: Richard Fish @ 2006-08-31 18:38 UTC (permalink / raw
To: gentoo-user
On 8/31/06, tdrueke <tdrueke@gmx.net> wrote:
> What about the glibc upgrade from 2.3 to 2.4.
> Does the same concerning "emerge -e world" apply here
> (e.g. it is recommended to do it) ?
>
> Or is it a more relaxed situation and simply emerging glibc 2.4 is
> enough ?
When you emerge -e world for the gcc upgrade, you will get the new glibc.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: what about glibc upgrade (was: Re: [gentoo-user] gcc 4.1 with gentoo 2006.1)
2006-08-31 18:38 ` Richard Fish
@ 2006-08-31 18:46 ` tdrueke
2006-08-31 18:59 ` Richard Fish
0 siblings, 1 reply; 14+ messages in thread
From: tdrueke @ 2006-08-31 18:46 UTC (permalink / raw
To: gentoo-user
Sorry, didn't make my point clear.
I already upgraded to gcc-4.1.1 with profile 2006.0
(by ~x86 keyword) with "emerge -e system && emerge -e world".
Switching to 2006.1 now leads to glibc upgrade.
Is it necessary to perform "emerge -e world" again ?
BR
Thomas
On Thu, 2006-08-31 at 11:38 -0700, Richard Fish wrote:
> On 8/31/06, tdrueke <tdrueke@gmx.net> wrote:
> > What about the glibc upgrade from 2.3 to 2.4.
> > Does the same concerning "emerge -e world" apply here
> > (e.g. it is recommended to do it) ?
> >
> > Or is it a more relaxed situation and simply emerging glibc 2.4 is
> > enough ?
>
> When you emerge -e world for the gcc upgrade, you will get the new glibc.
>
> -Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: what about glibc upgrade (was: Re: [gentoo-user] gcc 4.1 with gentoo 2006.1)
2006-08-31 18:46 ` tdrueke
@ 2006-08-31 18:59 ` Richard Fish
2006-08-31 19:08 ` tdrueke
0 siblings, 1 reply; 14+ messages in thread
From: Richard Fish @ 2006-08-31 18:59 UTC (permalink / raw
To: gentoo-user
On 8/31/06, tdrueke <tdrueke@gmx.net> wrote:
> Is it necessary to perform "emerge -e world" again ?
No. Simply library updates never require rebuilding the packages that
use them, unless the major version number changes. FEX if it
installed libc.so.7 instead of libc.so.6.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: what about glibc upgrade (was: Re: [gentoo-user] gcc 4.1 with gentoo 2006.1)
2006-08-31 18:59 ` Richard Fish
@ 2006-08-31 19:08 ` tdrueke
0 siblings, 0 replies; 14+ messages in thread
From: tdrueke @ 2006-08-31 19:08 UTC (permalink / raw
To: gentoo-user
Thanks for the info. Saved two days of compiling... :)
Thomas
On Thu, 2006-08-31 at 11:59 -0700, Richard Fish wrote:
> On 8/31/06, tdrueke <tdrueke@gmx.net> wrote:
> > Is it necessary to perform "emerge -e world" again ?
>
> No. Simply library updates never require rebuilding the packages that
> use them, unless the major version number changes. FEX if it
> installed libc.so.7 instead of libc.so.6.
>
> -Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: what about glibc upgrade (was: Re: [gentoo-user] gcc 4.1 with gentoo 2006.1)
2006-08-31 18:31 ` what about glibc upgrade (was: Re: [gentoo-user] gcc 4.1 with gentoo 2006.1) tdrueke
2006-08-31 18:38 ` Richard Fish
@ 2006-08-31 18:51 ` Hemmann, Volker Armin
1 sibling, 0 replies; 14+ messages in thread
From: Hemmann, Volker Armin @ 2006-08-31 18:51 UTC (permalink / raw
To: gentoo-user
On Thursday 31 August 2006 20:31, tdrueke wrote:
> Sorry for capturing the thread. :)
>
> What about the glibc upgrade from 2.3 to 2.4.
> Does the same concerning "emerge -e world" apply here
> (e.g. it is recommended to do it) ?
>
> Or is it a more relaxed situation and simply emerging glibc 2.4 is
> enough ?
>
simply emerging glibc 2.4 should be enough. I can't remember that I ever did
an -e world after a glibc update.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] gcc 4.1 with gentoo 2006.1
2006-08-31 17:48 ` Thomas T. Veldhouse
2006-08-31 18:31 ` what about glibc upgrade (was: Re: [gentoo-user] gcc 4.1 with gentoo 2006.1) tdrueke
@ 2006-08-31 18:52 ` Neil Bothwick
2006-08-31 19:06 ` Thomas T. Veldhouse
2006-08-31 20:41 ` Philip Webb
1 sibling, 2 replies; 14+ messages in thread
From: Neil Bothwick @ 2006-08-31 18:52 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 558 bytes --]
On Thu, 31 Aug 2006 12:48:36 -0500, Thomas T. Veldhouse wrote:
> As has always been the case, C++ applications are probably the most
> likely to be affected by ABI changes. So, if you run KDE or Qt apps,
> then it is probably a very good idea to rebuild world.
Or just rebuild QT and KDE. That's all I did, along with glibc to be on
the safe side, with no apparent problems. Although I do run ~arch, so
most packages get rebuilt quite often in the normal course of events.
--
Neil Bothwick
Why do Kennedy's cry after sex? ..... Mace!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] gcc 4.1 with gentoo 2006.1
2006-08-31 18:52 ` [gentoo-user] gcc 4.1 with gentoo 2006.1 Neil Bothwick
@ 2006-08-31 19:06 ` Thomas T. Veldhouse
2006-08-31 20:41 ` Philip Webb
1 sibling, 0 replies; 14+ messages in thread
From: Thomas T. Veldhouse @ 2006-08-31 19:06 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 582 bytes --]
Neil Bothwick wrote:
> On Thu, 31 Aug 2006 12:48:36 -0500, Thomas T. Veldhouse wrote:
>
>
>> As has always been the case, C++ applications are probably the most
>> likely to be affected by ABI changes. So, if you run KDE or Qt apps,
>> then it is probably a very good idea to rebuild world.
>>
>
> Or just rebuild QT and KDE. That's all I did, along with glibc to be on
> the safe side, with no apparent problems. Although I do run ~arch, so
> most packages get rebuilt quite often in the normal course of events.
>
>
>
Rebuild Qt, KDE and ALL dependencies ....
Tom
[-- Attachment #2: Type: text/html, Size: 997 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-user] gcc 4.1 with gentoo 2006.1
2006-08-31 18:52 ` [gentoo-user] gcc 4.1 with gentoo 2006.1 Neil Bothwick
2006-08-31 19:06 ` Thomas T. Veldhouse
@ 2006-08-31 20:41 ` Philip Webb
1 sibling, 0 replies; 14+ messages in thread
From: Philip Webb @ 2006-08-31 20:41 UTC (permalink / raw
To: gentoo-user
060831 Neil Bothwick wrote:
> just rebuild QT and KDE. That's all I did,
> along with glibc to be on the safe side, with no apparent problems.
> most packages get rebuilt quite often in the normal course of events.
Exactly: Gentoo is all about managing your own system the way you like it,
so you remerge pkgs only when you want to or dependencies demand it.
--
========================,,============================================
SUPPORT ___________//___, Philip Webb : purslow@chass.utoronto.ca
ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies
TRANSIT `-O----------O---' University of Toronto
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2006-08-31 20:45 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-30 22:07 [gentoo-user] gcc 4.1 with gentoo 2006.1 Stefan G. Weichinger
2006-08-30 22:55 ` Stefan G. Weichinger
2006-08-31 15:20 ` Philip Webb
2006-08-31 16:16 ` Dale
2006-08-31 17:48 ` Thomas T. Veldhouse
2006-08-31 18:31 ` what about glibc upgrade (was: Re: [gentoo-user] gcc 4.1 with gentoo 2006.1) tdrueke
2006-08-31 18:38 ` Richard Fish
2006-08-31 18:46 ` tdrueke
2006-08-31 18:59 ` Richard Fish
2006-08-31 19:08 ` tdrueke
2006-08-31 18:51 ` Hemmann, Volker Armin
2006-08-31 18:52 ` [gentoo-user] gcc 4.1 with gentoo 2006.1 Neil Bothwick
2006-08-31 19:06 ` Thomas T. Veldhouse
2006-08-31 20:41 ` Philip Webb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox