Gentoo Archives: gentoo-amd64

From: Paul Klos <gentoo@××××××××.nl>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Re: [gentoo-user] out of disk space to compile webkit-gtk
Date: Mon, 23 Dec 2013 19:09:11
Message-Id: 2450583.TzvJ4MsTNZ@apollo
1 Op maandag 23 december 2013 11:52:56 schreef Joseph:
2 > On 12/23/13 09:57, Bruce Hill wrote:
3 > >On Mon, Dec 23, 2013 at 08:44:46AM -0700, Joseph wrote:
4 > >> >
5 > >> >It appears to only require such a ridiculous amount if you build with
6 > >> >debugging flags.
7 > >>
8 > >> This would be an easy solution but debug flags are off:
9 > >> [ebuild N ] net-libs/webkit-gtk-1.8.3-r300:3 USE="geoloc gstreamer introspection jit spell webgl (-aqua) -coverage -debug -doc {-test} -webkit2" 7,631 kB
10 > >>
11 > >> It appears that only libproxy-0.4.10-r1 needs webkit-gtk-1.6:3
12 > >> net-libs/libproxy-0.4.10-r1 (webkit ? >=net-libs/webkit-gtk-1.6:3)
13 > >
14 > >You might need to sync your system before emerging to get the latest version:
15 > >
16 > >mingdao@baruch ~ $ eshowkw net-libs/webkit-gtk
17 > >Keywords for net-libs/webkit-gtk:
18 > > | | u |
19 > > | a a p s | n |
20 > > | l m h i m m p s p | u s | r
21 > > | p d a p a 6 i p c 3 a x | s l | e
22 > > | h 6 r p 6 8 p p 6 9 s r 8 | e o | p
23 > > | a 4 m a 4 k s c 4 0 h c 6 | d t | o
24 > >--------------+---------------------------+--------+-------
25 > > 1.8.3-r200 | + + + o + o o + + o o + + | o 2 | gentoo
26 > >[I]1.8.3-r201 | + + + o + o o + + o o ~ + | o | gentoo
27 > >--------------+---------------------------+--------+-------
28 > > 1.8.3-r300 | + + + o + o o + + o o + + | o 3 | gentoo
29 > > 1.10.2-r300 | ~ ~ + o ~ o o ~ ~ o o ~ ~ | o | gentoo
30 > >--------------+---------------------------+--------+-------
31 > >[I]2.0.4 | ~ + ~ o ~ o o ~ ~ o o ~ + | o 3/25 | gentoo
32 >
33 > I just did, but it doesn't help webkit-gtk-2.0.4 still asking 18GB disk space to compile.
34 >
35 >
36 Apparently the 18GB disk space requirement is fixed, so it's not going to change depending on use flags, or any other tricks. I did:
37
38 grep CHECKREQS_DISK_BUILD /usr/portage/net-libs/webkit-gtk/webkit-gtk-*
39
40 Each ebuild has the same line, that says:
41
42 CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307
43
44 So it seems you just need to find 18 GB somewhere.
45
46 Cheers,
47
48 Paul