Gentoo Archives: gentoo-user

From: allan gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: --depclean and sys-devel/gcc
Date: Fri, 10 Aug 2018 15:56:15
Message-Id: 87y3degqr3.fsf@nyu.edu
In Reply to: [gentoo-user] Re: --depclean and sys-devel/gcc by Nikos Chantziaras
1 On Fri, Aug 10 2018, Nikos Chantziaras wrote:
2
3 > On 10/08/18 17:01, allan gottlieb wrote:
4 >> If I now upgrade with
5 >>
6 >> gcc-config x86_64-pc-linux-gnu-7.3.0
7 >> env-update && source /etc/profile
8 >> emerge --ask --oneshot sys-devel/libtool
9 >>
10 >> must I do a world update --emptytree as when converting to the 13.0
11 >> profile.
12 >
13 > It's recommended, but not something you have to do immediately. It's
14 > best to do it when you don't need the machine (like overnight), but if
15 > you happen to be using it while the world rebuild is going on, use
16 > these in your make.conf:
17 >
18 > PORTAGE_NICENESS=19
19 > PORTAGE_IONICE_COMMAND="sh -c \"schedtool -D \${PID}; ionice -c 3 -p
20 > \${PID}\""
21 >
22 > (Make sure sys-process/schedtool is installed.)
23 >
24 > This makes sure the emerge process does not slow down your normal use
25 > of the machine.
26
27 Thank you. I started my backup machine on the world update.
28 Will do the main machine afterward.
29 allan