Date: Mon, 17 Mar 2003 09:58:50 -0600 From: Robert Garrett <rg70@sbcglobal.net> To: Brooks Davis <brooks@one-eyed-alien.net> Cc: current@freebsd.org Subject: Re: source upgrade broken? Message-ID: <20030317155850.GB977@sbcglobal.net> In-Reply-To: <20030317075133.A21173@Odin.AC.HMC.Edu> References: <20030316085325.GA743@sbcglobal.net> <007701c2ec6b$545f4220$60ee1098@stark> <20030317030949.U82176@znfgre.tberna.bet> <20030317134402.GA977@sbcglobal.net> <20030317075133.A21173@Odin.AC.HMC.Edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030317155850.GB977>