From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gwenn.gueguen@libertysurf.fr> X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI,UNPARSEABLE_RELAY autolearn=unavailable autolearn_force=no version=4.0.0 Received: from mel-rto2.wanadoo.fr (smtp-out-2.wanadoo.fr [193.252.19.254]) by chiba.3jane.net (Postfix) with ESMTP id A8568ABDAD for <gentoo-dev@gentoo.org>; Wed, 17 Apr 2002 14:55:18 -0500 (CDT) Received: from mel-rta8.wanadoo.fr (193.252.19.79) by mel-rto2.wanadoo.fr; 17 Apr 2002 21:55:17 +0200 Received: from localhost (193.252.110.56) by mel-rta8.wanadoo.fr (6.5.007) id 3CBAE3C2000EE6B7 for gentoo-dev@gentoo.org; Wed, 17 Apr 2002 21:55:17 +0200 Received: from 193.252.110.56 ( [193.252.110.56]) as user gwenn@localhost by grumlygg.dyndns.org with HTTP; Wed, 17 Apr 2002 21:55:19 +0200 Message-ID: <1019073319.3cbdd32716620@grumlygg.dyndns.org> Date: Wed, 17 Apr 2002 21:55:19 +0200 From: Gwenn Gueguen <gwenn.gueguen@libertysurf.fr> To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] download and compile References: <Pine.GSO.4.44.0204172059480.19027-100000@bru-cse-359.cisco.com> In-Reply-To: <Pine.GSO.4.44.0204172059480.19027-100000@bru-cse-359.cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.0 X-Originating-IP: 193.252.110.56 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: <mailto:gentoo-dev-request@gentoo.org?subject=help> List-Post: <mailto:gentoo-dev@gentoo.org> List-Subscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>, <mailto:gentoo-dev-request@gentoo.org?subject=subscribe> List-Id: Gentoo Linux developer list <gentoo-dev.gentoo.org> List-Unsubscribe: <http://lists.gentoo.org/mailman/listinfo/gentoo-dev>, <mailto:gentoo-dev-request@gentoo.org?subject=unsubscribe> List-Archive: <http://lists.gentoo.org/pipermail/gentoo-dev/> X-Archives-Salt: 05ff6966-c11c-41ed-ac56-df099de90818 X-Archives-Hash: 39e185db759705fb7532c3d0cab0d903 > Try 'emerge -f' after you did your 'emerge -p', this will > download all the sources so you can shut down your connection > to the internet while you start your build. My problem is not to limit internet connection time. If the download of packages is done in the background while compiling, the total time to obtain a complete system will nearly equal to the total compile time instead of total download time + total compile time. As download should use few CPU time, it could be interresting and shouldn't slow compilation... -- Gwenn