From owner-freebsd-stable Sun Oct 24 17: 3: 5 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mulder.mindspring.com (mulder.netops.mindspring.net [207.69.180.96]) by hub.freebsd.org (Postfix) with ESMTP id 6D3D615145 for ; Sun, 24 Oct 1999 17:03:02 -0700 (PDT) (envelope-from xdice@mulder.netops.mindspring.net) Received: (from xdice@localhost) by mulder.mindspring.com (8.8.5/8.8.5) id UAA23900; Sun, 24 Oct 1999 20:03:02 -0400 Message-ID: <19991024200301.43932@mindspring.net> Date: Sun, 24 Oct 1999 20:03:01 -0400 From: Pat Young To: FreeBSD-stable@FreeBSD.ORG Subject: Re: make buildworld problems. Reply-To: xdice@mindspring.net References: <19991024122218.64803@mindspring.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <19991024122218.64803@mindspring.net>; from Pat Young on Sun, Oct 24, 1999 at 12:22:18PM -0400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Oct 24, 1999, Pat Young quoth: > Freshly cvsup'd my box this morning, and was going to let it do a > buildworld while I ate breakfast. > > No such luck. > > It dies as soon as it tries to 'install' the first thing it compiles > (make): > > cc -O -pipe -I/usr/src/usr.bin/make -I/usr/obj/usr/src/tmp/usr/include > -c /usr/src/usr.bin/make/lst.lib/lstReplace.c > cc -O -pipe -I/usr/src/usr.bin/make -I/usr/obj/usr/src/tmp/usr/include > -c /usr/src/usr.bin/make/lst.lib/lstSucc.c > cc -O -pipe -I/usr/src/usr.bin/make -I/usr/obj/usr/src/tmp/usr/include > -static -o make arch.o buf.o compat.o cond.o dir.o for.o hash.o job.o > main.o make.o parse.o str.o suff.o targ.o var.o util.o lstAppend.o > lstAtEnd.o lstAtFront.o lstClose.o lstConcat.o lstDatum.o lstDeQueue.o > lstDestroy.o lstDupl.o lstEnQueue.o lstFind.o lstFindFrom.o lstFirst.o > lstForEach.o lstForEachFrom.o lstInit.o lstInsert.o lstIsAtEnd.o > lstIsEmpty.o lstLast.o lstMember.o lstNext.o lstOpen.o lstRemove.o > lstReplace.o lstSucc.o > install -c -s -o root -g wheel -m 555 make /usr/obj/usr/src/tmp/usr/bin > *** Error code 70 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > > > I've never seen the Error code 70 before. Any ideas/help would be muchly > appreciated. :-) > Seek and ye shall recieve. I found the answer to my problem. My kernel, and my system were out of sync. I rebooted to the previous kernel, and all is well. :-) -Pat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message