From owner-freebsd-current Mon Jul 1 6:51:35 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2CBD37B400 for ; Mon, 1 Jul 2002 06:51:30 -0700 (PDT) Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 140B943E1D for ; Mon, 1 Jul 2002 06:51:30 -0700 (PDT) (envelope-from rizzo@iguana.icir.org) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g61DpSo93565; Mon, 1 Jul 2002 06:51:28 -0700 (PDT) (envelope-from rizzo) Date: Mon, 1 Jul 2002 06:51:28 -0700 From: Luigi Rizzo To: Andrew Gallatin Cc: current@freebsd.org Subject: Re: buildworld problems with today's sources Message-ID: <20020701065128.A93489@iguana.icir.org> References: <20020630140656.A86137@iguana.icir.org> <15648.23918.162377.985452@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <15648.23918.162377.985452@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Mon, Jul 01, 2002 at 09:47:26AM -0400 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jul 01, 2002 at 09:47:26AM -0400, Andrew Gallatin wrote: > > The same thing happened to me when buildworlding on a ~june 20th > current box. Ruslan explained me the source of the problem... cvs does not prune empty directories unless you specify a revision or a date. In my case i wanted HEAD so i did cvs co src whereas I should have done cvs co -P src After doing that, mostly things worked (modulo the fact that i probably was in the middle of some commit and there was some breakage somewhere, but nothing important) cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message