Gentoo Archives: gentoo-user

From: Khumba <bog@××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] out of disk space to compile webkit-gtk
Date: Mon, 23 Dec 2013 19:20:37
Message-Id: 20131223112015.645ab909@khumba.net
In Reply to: Re: [gentoo-user] out of disk space to compile webkit-gtk by Joseph
1 On Mon, 23 Dec 2013 11:52:56 -0700
2 Joseph <syscon780@×××××.com> wrote:
3
4 > On 12/23/13 09:57, Bruce Hill wrote:
5 > >On Mon, Dec 23, 2013 at 08:44:46AM -0700, Joseph wrote:
6 > >> >
7 > >> >It appears to only require such a ridiculous amount if you build with
8 > >> >debugging flags.
9 > >>
10 > >> This would be an easy solution but debug flags are off:
11 > >> [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
12 > >>
13 > >> It appears that only libproxy-0.4.10-r1 needs webkit-gtk-1.6:3
14 > >> net-libs/libproxy-0.4.10-r1 (webkit ? >=net-libs/webkit-gtk-1.6:3)
15 > >
16 > >You might need to sync your system before emerging to get the latest version:
17 > >
18 > >mingdao@baruch ~ $ eshowkw net-libs/webkit-gtk
19 > >Keywords for net-libs/webkit-gtk:
20 > > | | u |
21 > > | a a p s | n |
22 > > | l m h i m m p s p | u s | r
23 > > | p d a p a 6 i p c 3 a x | s l | e
24 > > | h 6 r p 6 8 p p 6 9 s r 8 | e o | p
25 > > | a 4 m a 4 k s c 4 0 h c 6 | d t | o
26 > >--------------+---------------------------+--------+-------
27 > > 1.8.3-r200 | + + + o + o o + + o o + + | o 2 | gentoo
28 > >[I]1.8.3-r201 | + + + o + o o + + o o ~ + | o | gentoo
29 > >--------------+---------------------------+--------+-------
30 > > 1.8.3-r300 | + + + o + o o + + o o + + | o 3 | gentoo
31 > > 1.10.2-r300 | ~ ~ + o ~ o o ~ ~ o o ~ ~ | o | gentoo
32 > >--------------+---------------------------+--------+-------
33 > >[I]2.0.4 | ~ + ~ o ~ o o ~ ~ o o ~ + | o 3/25 | gentoo
34 >
35 > I just did, but it doesn't help webkit-gtk-2.0.4 still asking 18GB disk space to compile.
36 >
37
38 Note that as Holger says, you need to use /etc/portage/package.env
39 to ensure that you're not setting debugging flags like CFLAGS="-g"
40 either, to stop webkit-gtk from wanting 18GB.
41
42 /etc/portage/package.env:
43 net-libs/webkit-gtk no-debug.conf
44
45 /etc/portage/env/no-debug.conf:
46 CFLAGS="<put your normal CFLAGS without -g, -ggdb, etc.>"
47 CXXFLAGS="<ditto>"
48
49 Cheers,
50 Khumba

Replies

Subject Author
Re: [gentoo-user] out of disk space to compile webkit-gtk Joseph <syscon780@×××××.com>