Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Compiling/loading problem
Date: Tue, 11 May 2021 18:19:51
Message-Id: 20210511191931.2b92456f@digimed.co.uk
In Reply to: Re: [gentoo-user] Compiling/loading problem by Michael
1 On Tue, 11 May 2021 16:08:13 +0100, Michael wrote:
2
3 > > Before I try again with /tmp on its own partition, does the following
4 > > extract from the emerge log file ring any bells?
5 >
6 > There's no benefit in having the whole /tmp on disk, just
7 > /var/tmp/portage will do. Also you can leave /var/tmp/portage on RAM
8 > and just mount-bind it when big packages are expected to exhaust
9 > available RAM; e.g. something like this would work:
10 >
11 > mkdir /var_tmp_portage
12 > chown -v portage:portage /var_tmp_portage
13 > mount -o bind /var/tmp/portage /var_tmp_portage
14
15 Or just
16
17 PORTAGE_TMPDIR="/lots/of/space" emerge -1a bigpackage
18
19
20 --
21 Neil Bothwick
22
23 Of course it's not your day,
24 With 7 billion people on earth chances are slim it will ever be *your*
25 day.