Date: Mon, 17 Mar 2003 07:51:34 -0800 From: Brooks Davis <brooks@one-eyed-alien.net> To: Robert Garrett <rg70@sbcglobal.net> Cc: Doug Barton <DougB@FreeBSD.ORG>, current@FreeBSD.ORG Subject: Re: source upgrade broken? Message-ID: <20030317075133.A21173@Odin.AC.HMC.Edu> In-Reply-To: <20030317134402.GA977@sbcglobal.net>; from rg70@sbcglobal.net on Mon, Mar 17, 2003 at 07:44:02AM -0600 References: <20030316085325.GA743@sbcglobal.net> <007701c2ec6b$545f4220$60ee1098@stark> <20030317030949.U82176@znfgre.tberna.bet> <20030317134402.GA977@sbcglobal.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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,= =20 > and the kernel depends on new options in the compiler. I could not find > anything about this situation in UPDATING.=20 >=20 > I'm doing a fresh checkout of the -current tree while I'm writing this. > I believe the procedure I followed was=20 > cvs co src -t . >=20 > gperf rebuild bombed due to missing includes.. > went ahead and tried=20 > 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=20 >=20 > rm -f tar addext.o argmatch.o backupfile.o basename.o dirname.o error.o e= xclude.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-re= ad.o save-cwd.o savedir.o unicodeio.o xgetcwd.o xmalloc.o xstrdup.o xstrtou= l.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 >=20 > 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 --=20 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 --yrj/dFKFPuw6o+aM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+de8FXY6L6fI4GtQRAvVeAJwIG8Rfx4wHbvZA9bGrOu96CcUr5gCgjSII k5E40O174XV/0QIP28PsUmg= =6un/ -----END PGP SIGNATURE----- --yrj/dFKFPuw6o+aM-- 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?20030317075133.A21173>