Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Mar 1999 17:02:35 +0200
From:      Sheldon Hearn <sheldonh@iafrica.com>
To:        opsys@omaha.com (opsys)
Cc:        freebsd-current@freebsd.org
Subject:   Re: My current box is borked. 
Message-ID:  <34964.920559755@axl.noc.iafrica.com>
In-Reply-To: Your message of "Thu, 04 Mar 1999 08:24:07 CST." <Pine.BSF.3.96.990304081536.374A-100000@freebsd.omaha.com> 

next in thread | previous in thread | raw e-mail | index | archive | help


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34964.920559755>