From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KTNOJ-0004u6-FU for garchives@archives.gentoo.org; Wed, 13 Aug 2008 20:56:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83B56E0263; Wed, 13 Aug 2008 20:56:22 +0000 (UTC) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by pigeon.gentoo.org (Postfix) with ESMTP id 1B42EE0263 for ; Wed, 13 Aug 2008 20:56:22 +0000 (UTC) Received: by nf-out-0910.google.com with SMTP id c7so112651nfi.26 for ; Wed, 13 Aug 2008 13:56:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=/eDqlfnLJa8L1ek35boW0WLXDudNg52OXi9Kjyc0Qu0=; b=fQIZgKeF1C0YJRt86lOpRB3kpwGQY7nh3hYQwwBSiAbxdGxyHRxiV8etyimtJSOne3 h3YF5X/enzI+h9NcCvVqIquzKqVHGcbwEyikLacUSQ11oZd9dTrU0sU1s6McDy+9bX5U oIoF7Gi9gI1tSc5SazqZFKvgfXNth6kKZb6I0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=JOvQvkVCpH9hFMaFwNYaZ+9sVxmrEj5u4+k0cu3SuOwt2eWFyOfLRSySz8V0N+e2sS LNybxy2hNw3+mGI0k7FlLef+fFdYxPEZWCrpubsW7oDpvOqgWyGwgdVqinn55f+/ubqY tTUWp/lqhP/KCm8xyOiQktgjypVFNqgfv5YiE= Received: by 10.210.61.8 with SMTP id j8mr336632eba.123.1218660981305; Wed, 13 Aug 2008 13:56:21 -0700 (PDT) Received: by 10.210.90.13 with HTTP; Wed, 13 Aug 2008 13:56:21 -0700 (PDT) Message-ID: Date: Wed, 13 Aug 2008 20:56:21 +0000 From: Beso To: gentoo-amd64@lists.gentoo.org Subject: Re: [gentoo-amd64] emerge --resume question In-Reply-To: <48A33D3B.9090000@ercbroadband.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_62320_11134381.1218660981297" References: <48A33D3B.9090000@ercbroadband.org> X-Archives-Salt: 0d5eab9b-ca83-43f9-bc2d-0210fe544415 X-Archives-Hash: 10abc52231223bf5a1816d069bc370ab ------=_Part_62320_11134381.1218660981297 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 2008/8/13 Mark Haney > Typically when I do a massive upgrade (like to KDE) I fetch the files down, > then do the emerge later when I don't need internet access necessarily. > However, this time I started the upgrade to KDe4.1 without doing that. > > What I want to know is, is it possible for me to do an emerge -f --resume > to fetch the packages I need /before/ resuming the emerge, say later > tonight? > try doing the emerge of one package in one terminal, then in the other do the same emerge with fetchonly option after the first one has started compilation. this will fetch the packages while the other is still building. the resume also, works only once for what i know. that's why the paludis hooks that always prints out the packages to install (before actually installing them and after each time you stop the compile) and the one installed is a better way to handle the stop and restart of compilation processes. -- dott. ing. beso ------=_Part_62320_11134381.1218660981297 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline


2008/8/13 Mark Haney <mhaney@ercbroadband.org>
Typically when I do a massive upgrade (like to KDE) I fetch the files down, then do the emerge later when I don't need internet access necessarily.  However, this time I started the upgrade to KDe4.1 without doing that.

What I want to know is, is it possible for me to do an emerge -f --resume to fetch the packages I need /before/ resuming the emerge, say later tonight?

try doing the emerge of one package in one terminal, then in the other do the same emerge with fetchonly option after the first one has started compilation. this will fetch the packages while the other is still building. the resume also, works only once for what i know. that's why the paludis hooks that always prints out the packages to install (before actually installing them and after each time you stop the compile) and the one installed is a better way to handle the stop and restart of compilation processes.

--
dott. ing. beso
------=_Part_62320_11134381.1218660981297--