Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 582506 - toolchain.eclass: Documentation doesn't match current behaviour
Summary: toolchain.eclass: Documentation doesn't match current behaviour
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL: https://wiki.gentoo.org/wiki/Upgradin...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-09 08:00 UTC by Patrick Lauer
Modified: 2016-05-09 16:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2016-05-09 08:00:03 UTC
From toolchain.eclass:

  1990                  ewarn "You might want to review the GCC upgrade guide when moving between"
  1991                  ewarn "major versions (like 4.2 to 4.3):"
  1992                  ewarn "https://wiki.gentoo.org/wiki/Upgrading_GCC"


Wiki says:

"If you are upgrading GCC then you do not need to do anything except switch compiler version and rebuild libtool:"

But with the new auto-switching behaviour this is incorrect, you just need to 'emerge -u gcc' and it'll auto-upgrade (since it removes <gcc-4.9)

And now behaviour is inconsistent, 4.8->4.9 autoswitches, 4.9->5.3 doesn't.
Comment 1 SpanKY gentoo-dev 2016-05-09 16:29:47 UTC
it doesn't remove old versions in all scenarios, nor does that mean the upgrading guide shouldn't be consulted