From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NiYX8-0004nV-WE for garchives@archives.gentoo.org; Fri, 19 Feb 2010 19:29:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF70CE0B59; Fri, 19 Feb 2010 19:28:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AF95EE0B59 for ; Fri, 19 Feb 2010 19:28:41 +0000 (UTC) Received: from [192.168.22.10] (ip68-4-152-120.oc.oc.cox.net [68.4.152.120]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 41A411B412C for ; Fri, 19 Feb 2010 19:28:41 +0000 (UTC) Message-ID: <4B7EE6C0.6020004@gentoo.org> Date: Fri, 19 Feb 2010 11:30:08 -0800 From: Zac Medico User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.7) Gecko/20100215 Thunderbird/3.0.1 ThunderBrowse/3.2.6.8 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] Is there any way to stop compilation and resume it later (after a reboot)? References: <1266597851.5249.24.camel@localhost.localdomain> <4B7EDF4A.5030805@gentoo.org> <1266607027.5249.30.camel@localhost.localdomain> In-Reply-To: <1266607027.5249.30.camel@localhost.localdomain> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 4b15642c-7477-4eea-9642-5b325addb201 X-Archives-Hash: d10f783231d5fa198decdd1a0db18979 On 02/19/2010 11:17 AM, Pacho Ramos wrote: > If I don't misremember, when compiling manually I was able to press Ctrl > +C and, later, run again "make" and it continued, is not possible to do > that through emerge then? I mean, run src_compile phase from "uncleaned" > sources dir You can use FEATURES=keepwork for that, but generally this approach isn't recommended because the ebuilds aren't as well tested in this mode and therefore you are more likely to encounter bugs. If you must use FEATURES=keepwork, make sure that you disable it as soon as possible since it's poor practice to keep it enabled for all builds since it may prevent $WORKDIR from being cleaned when appropriate. -- Thanks, Zac