From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D4012138A7F for ; Mon, 23 Dec 2013 19:20:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BA62E0B70; Mon, 23 Dec 2013 19:20:32 +0000 (UTC) Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by pigeon.gentoo.org (Postfix) with ESMTP id 27227E0B67 for ; Mon, 23 Dec 2013 19:20:30 +0000 (UTC) Received: from localhost (c-76-104-197-18.hsd1.wa.comcast.net [76.104.197.18]) by smtp.webfaction.com (Postfix) with ESMTP id 4DCCA2240E14 for ; Mon, 23 Dec 2013 19:20:30 +0000 (UTC) Date: Mon, 23 Dec 2013 11:20:15 -0800 From: Khumba To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] out of disk space to compile webkit-gtk Message-ID: <20131223112015.645ab909@khumba.net> In-Reply-To: <20131223185256.GD26734@syscon7.ed.shawcable.net> References: <20131223075316.GA26734@syscon7.ed.shawcable.net> <20131223145609.GB13604@server> <20131223154446.GB26734@syscon7.ed.shawcable.net> <20131223155719.GC13604@server> <20131223185256.GD26734@syscon7.ed.shawcable.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 7abd573e-4c26-4470-b9d5-8933fee51ba1 X-Archives-Hash: 445d78554baf0568b6276df8a44115db On Mon, 23 Dec 2013 11:52:56 -0700 Joseph wrote: > 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. > Note that as Holger says, you need to use /etc/portage/package.env to ensure that you're not setting debugging flags like CFLAGS="-g" either, to stop webkit-gtk from wanting 18GB. /etc/portage/package.env: net-libs/webkit-gtk no-debug.conf /etc/portage/env/no-debug.conf: CFLAGS="" CXXFLAGS="" Cheers, Khumba