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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to