From owner-freebsd-current Mon Mar 17 8: 0:37 2003 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 D8E6037B401 for ; Mon, 17 Mar 2003 08:00:35 -0800 (PST) Received: from robg.homeunix.net (ppp-64-217-142-186.dialup.wchtks.swbell.net [64.217.142.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21D5943F93 for ; Mon, 17 Mar 2003 08:00:32 -0800 (PST) (envelope-from rob@robg.homeunix.net) Received: from robg.homeunix.net (localhost [127.0.0.1]) by robg.homeunix.net (8.12.8/8.12.8) with ESMTP id h2HFwpUr048936; Mon, 17 Mar 2003 09:58:52 -0600 (CST) (envelope-from rob@robg.homeunix.net) Received: (from rob@localhost) by robg.homeunix.net (8.12.8/8.12.8/Submit) id h2HFwpFO048931; Mon, 17 Mar 2003 09:58:51 -0600 (CST) Date: Mon, 17 Mar 2003 09:58:50 -0600 From: Robert Garrett To: Brooks Davis Cc: current@freebsd.org Subject: Re: source upgrade broken? Message-ID: <20030317155850.GB977@sbcglobal.net> References: <20030316085325.GA743@sbcglobal.net> <007701c2ec6b$545f4220$60ee1098@stark> <20030317030949.U82176@znfgre.tberna.bet> <20030317134402.GA977@sbcglobal.net> <20030317075133.A21173@Odin.AC.HMC.Edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030317075133.A21173@Odin.AC.HMC.Edu> User-Agent: Mutt/1.5.3i 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, Mar 17, 2003 at 07:51:34AM -0800, Brooks Davis wrote: > On Mon, Mar 17, 2003 at 07:44:02AM -0600, Robert Garrett wrote: > > On Mon, Mar 17, 2003 at 03:10:08AM -0800, Doug Barton wrote: > > > Are you guys precisely following the instructions in src/UPDATING? > > most definately, the new compiler depends on new syscalls in the kernel, > > and the kernel depends on new options in the compiler. I could not find > > anything about this situation in UPDATING. > > > > I'm doing a fresh checkout of the -current tree while I'm writing this. > > I believe the procedure I followed was > > cvs co src -t . > > > > gperf rebuild bombed due to missing includes.. > > went ahead and tried > > make buildworld > > bombed on tar is a directory during the clean phase.. > > wasted my obj directory.. > > rm -rf /usr/obj > > cd /usr/src && make buildworld > > and bombed on > > > > rm -f tar addext.o argmatch.o backupfile.o basename.o dirname.o error.o exclude.o full-write.o getdate.o getline.o getopt.o getopt1.o getstr.o hash.o human.o mktime.o modechange.o prepargs.o print-copyr.o quotearg.o safe-read.o save-cwd.o savedir.o unicodeio.o xgetcwd.o xmalloc.o xstrdup.o xstrtoul.o xstrtoumax.o buffer.o compare.o create.o delete.o extract.o incremen.o list.o mangle.o misc.o names.o rtapelib.o tar.o update.o tar.1.cat > > rm: tar: is a directory > > *** Error code 1 > > > > this is of course todays current as of 5:30 a.m CST > > You need to either do your checkouts with the -P (prune) option or do an > update afterwards with it (i.e. "cvs update -d -P") so tar isn't bogusly > a directory. > > -- Brooks > > -- > Any statement of the form "X is the one, true Y" is FALSE. > PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 Yes, I forgot the -P option for cvs, and I also used the old method of building a kernel, using the make buildkernel option apperantly has corrected the issue that I was having, ... old habits die hard :).. Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message