Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Re: --depclean and sys-devel/gcc allan gottlieb <gottlieb@×××.edu>