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 0AFAF138247 for ; Mon, 23 Dec 2013 10:39:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92606E09A9; Mon, 23 Dec 2013 10:39:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CCE7E096C for ; Mon, 23 Dec 2013 10:39:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id A02E433F54D for ; Mon, 23 Dec 2013 10:38:59 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: 0.789 X-Spam-Level: X-Spam-Status: No, score=0.789 tagged_above=-999 required=5.5 tests=[AWL=0.138, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.549, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=no Received: from smtp.gentoo.org ([IPv6:::ffff:127.0.0.1]) by localhost (smtp.gentoo.org [IPv6:::ffff:127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r308VTJETyAe for ; Mon, 23 Dec 2013 10:38:54 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F20433F4CD for ; Mon, 23 Dec 2013 10:38:53 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vv2uP-0003Nt-Gv for gentoo-user@gentoo.org; Mon, 23 Dec 2013 11:38:49 +0100 Received: from p5b006da6.dip0.t-ipconnect.de ([91.0.109.166]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Dec 2013 11:38:49 +0100 Received: from holger.hoffstaette by p5b006da6.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Dec 2013 11:38:49 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Holger =?iso-8859-1?q?Hoffst=E4tte?= Subject: [gentoo-user] Re: out of disk space to compile webkit-gtk Date: Mon, 23 Dec 2013 10:38:27 +0000 (UTC) Message-ID: References: <20131223075316.GA26734@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=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p5b006da6.dip0.t-ipconnect.de User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-Archives-Salt: 6c068a97-86b0-40fa-b81f-6564e159b8e6 X-Archives-Hash: 2543dc006b21c2758fccd83f316133ab On Mon, 23 Dec 2013 00:53:16 -0700, Joseph wrote: > I'm upgrading the system and running out of disk space to compile > webkit-gtk > [..] > How do I tell the system to use /home partition to use for compiling > temp tiles? portage.env allows per-package environment variables. This will use two special "configurations" for libreoffice: holger>grep libreoffice /etc/portage/package.env app-office/libreoffice clang.conf no-tmpfs.conf A configuration is simply a set of variables: holger>cat /etc/portage/env/no-tmpfs.conf PORTAGE_TMPDIR="/var/tmp" So replace libreoffice with webkit-gtk and whatever path you want for PORTAGE_TEMPDIR. -h