Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] out of disk space to compile webkit-gtk
Date: Mon, 23 Dec 2013 18:09:10
Message-Id: 20131223180917.GC26734@syscon7.ed.shawcable.net
In Reply to: Re: [gentoo-user] out of disk space to compile webkit-gtk by Khumba
1 On 12/23/13 00:18, Khumba wrote:
2 >On Mon, 23 Dec 2013 00:53:16 -0700
3 >Joseph <syscon780@×××××.com> wrote:
4 >
5 >> I'm upgrading the system and running out of disk space to compile webkit-gtk
6 >>
7 >> * Checking for at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp" ...
8 >> [ !! ]
9 >> * There is NOT at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp"
10 >>
11 >> df -h
12 >> Filesystem Size Used Avail Use% Mounted on
13 >> rootfs 28G 16G 11G 61% /
14 >> /dev/root 28G 16G 11G 61% /
15 >> tmpfs 506M 540K 505M 1% /run
16 >> udev 10M 0 10M 0% /dev
17 >> shm 506M 0 506M 0% /dev/shm
18 >> /dev/hda4 84G 51G 29G 65% /home
19 >>
20 >> How do I tell the system to use /home partition to use for compiling temp tiles?
21 >
22 >See the PORTAGE_TMPDIR variable in "man make.conf".
23 >
24 >Cheers,
25 >Khumba
26
27 I have changed in make.conf:
28 PORTAGE_TMPFS="/home/joseph/tmp"
29
30 but trying to compile webkit-gtk-2.0.4 I'm running out of disk space
31 * Checking for at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp" ...
32 [ !! ]
33 * There is NOT at least 18 gigabytes disk space at "/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp"
34
35 Why is it checking for disk space at:
36 /var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp
37
38 --
39 Joseph

Replies

Subject Author
Re: [gentoo-user] out of disk space to compile webkit-gtk Neil Bothwick <neil@××××××××××.uk>