From owner-freebsd-current Thu Mar 4 7: 3:33 1999 Delivered-To: freebsd-current@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 9715914F30 for ; Thu, 4 Mar 1999 07:03:26 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10IZdz-00095x-00; Thu, 4 Mar 1999 17:02:35 +0200 From: Sheldon Hearn To: opsys@omaha.com (opsys) Cc: freebsd-current@freebsd.org Subject: Re: My current box is borked. In-reply-to: Your message of "Thu, 04 Mar 1999 08:24:07 CST." Date: Thu, 04 Mar 1999 17:02:35 +0200 Message-ID: <34964.920559755@axl.noc.iafrica.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 04 Mar 1999 08:24:07 CST, opsys wrote: > cc -O -pipe -I/usr/src/usr.bin/make -I/usr/obj/usr/src/tmp/usr/include > -c /usr > /src/usr.bin/make/arch.c > arch.o: File truncateded > {standard input}: Assembler messages: > {standard input}:1280: FATAL: Can't write arch.o: File truncated > *** Error code 1 You sure you're starting your build off with a clean obj tree? Do this as root: cd /usr rm -rf obj chflags -R noschg obj rm -rf obj mkdir obj cd src make cleandir make cleandir The two ``make cleandir'' commands are deliberate. Then try your make world again. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message