From owner-freebsd-questions@FreeBSD.ORG Thu May 4 23:32:13 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8565A16A402 for ; Thu, 4 May 2006 23:32:13 +0000 (UTC) (envelope-from jwm-freebsd-questions@sentinelchicken.net) Received: from dukecmmtar01.coxmail.com (dukecmmtar01.coxmail.com [68.99.120.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id B284E43D46 for ; Thu, 4 May 2006 23:32:12 +0000 (GMT) (envelope-from jwm-freebsd-questions@sentinelchicken.net) Received: from sentinelchicken.net ([70.183.13.213]) by dukecmmtar01.coxmail.com (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060504233212.HSBX7572.dukecmmtar01.coxmail.com@sentinelchicken.net> for ; Thu, 4 May 2006 19:32:12 -0400 Received: (qmail 88131 invoked from network); 4 May 2006 23:32:08 -0000 Received: from unknown (HELO numbuscus.sentinelchicken.net) (10.0.0.2) by samson.sentinelchicken.net with SMTP; 4 May 2006 23:32:08 -0000 Received: (nullmailer pid 833 invoked by uid 1000); Thu, 04 May 2006 23:32:08 -0000 Date: Thu, 4 May 2006 19:32:08 -0400 From: Jason Morgan To: freebsd-questions@freebsd.org Message-ID: <20060504233208.GB811@sentinelchicken.net> References: <1789c2360605041440p462ada3clb8c35d17d0d3e43d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1789c2360605041440p462ada3clb8c35d17d0d3e43d@mail.gmail.com> User-Agent: Mutt/1.5.11 Subject: Re: Why do I have to keep doing "portsnap extract"? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2006 23:32:13 -0000 On Thu, May 04, 2006 at 04:40:32PM -0500, Peggy Wilkins wrote: > I just recently started using portsnap in lieu of cvsup on my ports > tree for FreeBSD-6.0-RELEASE. I thought it was supposed to be more > efficient than cvsup, but I'm finding it to be worse. I followed the > directions from the Handbook that say to run "portsnap fetch update" > to update the ports tree (assuming it's already been set up > previously, which I did a couple weeks ago)... but when the fetch > finished, it told me that I needed to "run extract before update". > > Unfortunately, extract takes forever to run, so this is much worse > than running cvsup. > > Am I doing something wrong? I thought I was following the directions > in the Handbook. I ran extract the first time I did it, before > running update, why do I need to run it again? The first time you run portsnap: # portsnap fetch # portsnap extract Subsequent usage: # portsnap fetch update Did you run `extract' after your original `fetch'? Cheers, Jason