Re: [gentoo-user] Upgrading gcc from 6.4 to 7.3

2018-08-02 Thread Thomas
Whenever you compile your kernel, you will need to run emerge @module-rebuild Otherwise, you can always install all the modules manually. https://wiki.gentoo.org/wiki/Kernel/Upgrade#Reinstalling_external_kernel_modules On Tue, Jul 24, 2018 at 12:02 PM gevisz wrote: > 2018-07-24 22:00

Re: [gentoo-user] Upgrading gcc from 6.4 to 7.3

2018-07-24 Thread gevisz
2018-07-24 22:00 GMT+03:00 gevisz : > 2018-06-20 14:16 GMT+03:00 Mick : >> On Wednesday, 20 June 2018 11:43:32 BST gevisz wrote: >>> After updating portage tree today, portage >>> suggested to upgrade gcc from 6.4 to 7.3 >>> version what I have done just now. >>> >>> Nevertheless, >>> # gcc-config

Re: [gentoo-user] Upgrading gcc from 6.4 to 7.3

2018-07-24 Thread gevisz
2018-06-20 14:16 GMT+03:00 Mick : > On Wednesday, 20 June 2018 11:43:32 BST gevisz wrote: >> After updating portage tree today, portage >> suggested to upgrade gcc from 6.4 to 7.3 >> version what I have done just now. >> >> Nevertheless, >> # gcc-config --list-profiles >> [1]

Re: [gentoo-user] Upgrading gcc from 6.4 to 7.3

2018-07-10 Thread gevisz
2018-06-20 15:49 GMT+03:00 gevisz : > 2018-06-20 15:01 GMT+03:00 gevisz : >> 2018-06-20 14:16 GMT+03:00 Mick : >>> On Wednesday, 20 June 2018 11:43:32 BST gevisz wrote: After updating portage tree today, portage suggested to upgrade gcc from 6.4 to 7.3 version what I have done just

Re: [gentoo-user] Upgrading gcc from 6.4 to 7.3

2018-06-21 Thread Andreas K. Huettel
> As https://wiki.gentoo.org/wiki/Upgrading_GCC > still do not have any specific instructions on > switching to gcc version 7.3, I am still afread > of switching to gcc version 7.3 ... You won't see any specific information for a new GCC version there unless something specific needs to be done.

Re: [gentoo-user] Upgrading gcc from 6.4 to 7.3

2018-06-20 Thread gevisz
2018-06-20 15:01 GMT+03:00 gevisz : > 2018-06-20 14:16 GMT+03:00 Mick : >> On Wednesday, 20 June 2018 11:43:32 BST gevisz wrote: >>> After updating portage tree today, portage >>> suggested to upgrade gcc from 6.4 to 7.3 >>> version what I have done just now. >>> >>> Nevertheless, >>> # gcc-config

Re: [gentoo-user] Upgrading gcc from 6.4 to 7.3

2018-06-20 Thread gevisz
2018-06-20 14:16 GMT+03:00 Mick : > On Wednesday, 20 June 2018 11:43:32 BST gevisz wrote: >> After updating portage tree today, portage >> suggested to upgrade gcc from 6.4 to 7.3 >> version what I have done just now. >> >> Nevertheless, >> # gcc-config --list-profiles >> [1]

Re: [gentoo-user] Upgrading gcc from 6.4 to 7.3

2018-06-20 Thread Mick
On Wednesday, 20 June 2018 11:43:32 BST gevisz wrote: > After updating portage tree today, portage > suggested to upgrade gcc from 6.4 to 7.3 > version what I have done just now. > > Nevertheless, > # gcc-config --list-profiles > [1] x86_64-pc-linux-gnu-6.4.0 * > [2] x86_64-pc-linux-gnu-7.3.0 >

[gentoo-user] Upgrading gcc from 6.4 to 7.3

2018-06-20 Thread gevisz
After updating portage tree today, portage suggested to upgrade gcc from 6.4 to 7.3 version what I have done just now. Nevertheless, # gcc-config --list-profiles [1] x86_64-pc-linux-gnu-6.4.0 * [2] x86_64-pc-linux-gnu-7.3.0 shows that I still have version 6.4 as a default. As