Mailing List Archive

Re: [gentoo-user] out of disk space to compile webkit-gtk
Op maandag 23 december 2013 11:52:56 schreef Joseph:
> On 12/23/13 09:57, Bruce Hill wrote:
> >On Mon, Dec 23, 2013 at 08:44:46AM -0700, Joseph wrote:
> >> >
> >> >It appears to only require such a ridiculous amount if you build with
> >> >debugging flags.
> >>
> >> This would be an easy solution but debug flags are off:
> >> [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
> >>
> >> It appears that only libproxy-0.4.10-r1 needs webkit-gtk-1.6:3
> >> net-libs/libproxy-0.4.10-r1 (webkit ? >=net-libs/webkit-gtk-1.6:3)
> >
> >You might need to sync your system before emerging to get the latest version:
> >
> >mingdao@baruch ~ $ eshowkw net-libs/webkit-gtk
> >Keywords for net-libs/webkit-gtk:
> > | | u |
> > | a a p s | n |
> > | l m h i m m p s p | u s | r
> > | p d a p a 6 i p c 3 a x | s l | e
> > | h 6 r p 6 8 p p 6 9 s r 8 | e o | p
> > | a 4 m a 4 k s c 4 0 h c 6 | d t | o
> >--------------+---------------------------+--------+-------
> > 1.8.3-r200 | + + + o + o o + + o o + + | o 2 | gentoo
> >[I]1.8.3-r201 | + + + o + o o + + o o ~ + | o | gentoo
> >--------------+---------------------------+--------+-------
> > 1.8.3-r300 | + + + o + o o + + o o + + | o 3 | gentoo
> > 1.10.2-r300 | ~ ~ + o ~ o o ~ ~ o o ~ ~ | o | gentoo
> >--------------+---------------------------+--------+-------
> >[I]2.0.4 | ~ + ~ o ~ o o ~ ~ o o ~ + | o 3/25 | gentoo
>
> I just did, but it doesn't help webkit-gtk-2.0.4 still asking 18GB disk space to compile.
>
>
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:

grep CHECKREQS_DISK_BUILD /usr/portage/net-libs/webkit-gtk/webkit-gtk-*

Each ebuild has the same line, that says:

CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307

So it seems you just need to find 18 GB somewhere.

Cheers,

Paul