View previous topic :: View next topic |
Author |
Message |
hanj Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/104414163441b8c6c1a6b4e.gif)
Joined: 19 Aug 2003 Posts: 1500
|
Posted: Tue Jun 12, 2018 2:54 pm Post subject: How clean up - sys-devel/gcc-4.4.7::gentoo [SOLVED] |
|
|
Hello All
I'm seeing the following message after emerge...
Code: | - sys-devel/gcc-4.4.7::gentoo (masked by: package.mask)
/usr/portage/profiles/package.mask:
# MichaŠGórny <mgorny@gentoo.org>, Andreas K. Hüttel <dilfridge@gentoo.org>,
# Matthias Maier <tamiko@gentoo.org> (21 May 2017)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
# If you still use one of these old toolchain packages, please upgrade (and
# switch the compiler / the binutils) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.
# (updated 27 Dec 2017 with gcc < 5.4)
- x11-proto/recordproto-1.14.2-r2::gentoo (masked by: package.mask)
- x11-proto/fixesproto-5.0-r2::gentoo (masked by: package.mask)
- x11-proto/dri2proto-2.8-r2::gentoo (masked by: package.mask)
- x11-proto/randrproto-1.5.0-r1::gentoo (masked by: package.mask)
- sys-devel/gcc-4.3.6-r1::gentoo (masked by: package.mask)
- x11-proto/dri3proto-1.0-r1::gentoo (masked by: package.mask)
- x11-proto/presentproto-1.1-r1::gentoo (masked by: package.mask)
- x11-proto/renderproto-0.11.1-r2::gentoo (masked by: package.mask)
- x11-proto/xextproto-7.3.0-r1::gentoo (masked by: package.mask)
- sys-kernel/gentoo-sources-3.6.11::gentoo (masked by: package.mask)
- x11-proto/xf86driproto-2.1.1-r2::gentoo (masked by: package.mask)
- x11-proto/xproto-7.0.31-r1::gentoo (masked by: package.mask)
- x11-proto/inputproto-2.3.2-r1::gentoo (masked by: package.mask)
- x11-proto/xf86vidmodeproto-2.3.1-r2::gentoo (masked by: package.mask)
- x11-proto/compositeproto-0.4.2-r2::gentoo (masked by: package.mask)
- x11-proto/kbproto-1.0.7-r1::gentoo (masked by: package.mask)
- sys-devel/gcc-4.9.4::gentoo (masked by: package.mask)
- x11-proto/xf86bigfontproto-1.2.0-r2::gentoo (masked by: package.mask)
- x11-proto/glproto-1.4.17-r2::gentoo (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook. |
What's the best procedure on how to clean this up? When I run gcc-config -l, it shows x86_64-pc-linux-gnu-6.4.0 as the selected gcc. Do I just need to remove old versions of gcc? And if so, what's the best procedure to avoid hosing the system?
Thanks!
hanji _________________ Server Admin Blog - Uno-Code.com
Last edited by hanj on Tue Jun 12, 2018 3:50 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
krinn Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/gallery/Blade Runner/movie_blade_runner_howl.gif)
Joined: 02 May 2003 Posts: 7470
|
Posted: Tue Jun 12, 2018 3:13 pm Post subject: |
|
|
like this:
1/ when you are not sure about something, save it
2/ you could also check all is ok, making sure the right gcc is in use (better get 6.4.0 answer there)
3/ and remove it (always run with -p or -a)
Code: | emerge -Ca gcc-4.4.7 |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
John R. Graham Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/1323583785534df64897db0.jpg)
Joined: 08 Mar 2005 Posts: 10732 Location: Somewhere over Atlanta, Georgia
|
Posted: Tue Jun 12, 2018 3:19 pm Post subject: |
|
|
Very small typo corrected here. Noted the added '=': Code: | emerge -Ca =gcc-4.4.7 | - John _________________ I can confirm that I have received between 0 and 499 National Security Letters. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
krinn Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/gallery/Blade Runner/movie_blade_runner_howl.gif)
Joined: 02 May 2003 Posts: 7470
|
Posted: Tue Jun 12, 2018 3:25 pm Post subject: |
|
|
John R. Graham wrote: | Very small typo corrected here. Noted the added '=': Code: | emerge -Ca =gcc-4.4.7 | - John |
hihi actually not, the = on slotted packages is not need (lol try)
edit: sorry my bad, it's not limit to slotted ![Very Happy :D](images/smiles/icon_biggrin.gif) Code: | >emerge -Ca vlc
media-video/vlc
selected: 2.2.8-r1
>emerge -Ca vlc-2.2.8-r1
media-video/vlc
selected: 2.2.8-r1
|
edit: i forget to say, do not ask me how i know that or why it does that, all i know is that =;>;< are need when emerging a package, but not when removing it. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
John R. Graham Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/1323583785534df64897db0.jpg)
Joined: 08 Mar 2005 Posts: 10732 Location: Somewhere over Atlanta, Georgia
|
Posted: Tue Jun 12, 2018 3:46 pm Post subject: |
|
|
Sonofagun. Why would that work!? It's utterly non-orthogonal. In my opinion, it shouldn't work. I think I'll contend that it's bad form to omit the comparison operator.
In any case, thanks for the education.
- John _________________ I can confirm that I have received between 0 and 499 National Security Letters. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hanj Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/104414163441b8c6c1a6b4e.gif)
Joined: 19 Aug 2003 Posts: 1500
|
Posted: Tue Jun 12, 2018 3:49 pm Post subject: |
|
|
krinn wrote: | like this:
1/ when you are not sure about something, save it
2/ you could also check all is ok, making sure the right gcc is in use (better get 6.4.0 answer there)
3/ and remove it (always run with -p or -a)
Code: | emerge -Ca gcc-4.4.7 |
|
Fantastic. That cleared things up.
Thanks!
hanji _________________ Server Admin Blog - Uno-Code.com |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
krinn Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/gallery/Blade Runner/movie_blade_runner_howl.gif)
Joined: 02 May 2003 Posts: 7470
|
Posted: Tue Jun 12, 2018 4:01 pm Post subject: |
|
|
John R. Graham wrote: | Why would that work!? |
I found it!
zmedico wrote: | * Adding another tricky option to emerge, i cannot stop loving to put holes for JRG! |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|