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 19:56:14
Message-Id: 20131223195604.GE26734@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 11:20, Khumba wrote:
2
3 [snip]
4 >
5 >Note that as Holger says, you need to use /etc/portage/package.env
6 >to ensure that you're not setting debugging flags like CFLAGS="-g"
7 >either, to stop webkit-gtk from wanting 18GB.
8 >
9 >/etc/portage/package.env:
10 > net-libs/webkit-gtk no-debug.conf
11 >
12 >/etc/portage/env/no-debug.conf:
13 > CFLAGS="<put your normal CFLAGS without -g, -ggdb, etc.>"
14 > CXXFLAGS="<ditto>"
15 >
16 >Cheers,
17 >Khumba
18
19 Thanks for the pointer. That was it!
20 CFLAGS="-O2 -march=athlon-xp -pipe -ggdb"
21
22 I must have been running some debugging in the past and forgot to reset the "-ggdb" flag.
23
24 Thanks.
25 --
26 Joseph