Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2001 14:10:14 -0400 (EDT)
From:      Andrew Gallatin <gallatin@cs.duke.edu>
To:        Ruslan Ermilov <ru@FreeBSD.ORG>
Cc:        alpha@FreeBSD.ORG, current@FreeBSD.ORG
Subject:   Re: cvs commit: src Makefile.inc1
Message-ID:  <15320.21894.897857.606505@grasshopper.cs.duke.edu>
In-Reply-To: <20011025200206.I41293@sunbay.com>
References:  <200110250728.f9P7Suo32144@freefall.freebsd.org> <20011025103739.B62879@sunbay.com> <15320.6175.46379.397080@grasshopper.cs.duke.edu> <20011025171401.A22980@sunbay.com> <15320.12728.912070.130292@grasshopper.cs.duke.edu> <20011025200206.I41293@sunbay.com>

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

Ruslan Ermilov writes:
 > +.if ${MACHINE_ARCH} == i386
 > +.if exists(${.OBJDIR}/../../sys/boot/${MACHINE}/boot0/boot0)
 > +BOOT0=	${.OBJDIR}/../../sys/boot/${MACHINE}/boot0/boot0
 > +.else
 > +BOOT0=	/boot/boot0
 > +.endif

But its failing at the depends stage.  At this stage, boot0 will not
have been built yet:

>>> elf make world started on Thu Oct 25 13:26:14 EDT 2001
>>> Rebuilding the temporary build tree
>>> stage 1: bootstrap tools
>>> stage 2: cleaning up the object tree
>>> stage 2: rebuilding the object tree
>>> stage 2: build tools
>>> stage 3: cross tools
>>> stage 4: populating /usr/obj/i386/home/gallatin/current/src/alpha/usr/include
>>> stage 4: building libraries
>>> stage 4: make dependencies
<kaboom!>

To confirm, I tried it with your patch & it still failed.

You should be able to duplicate this on your x86 by just mv'ing
/boot/boot0 out of the way while you try a buildworld.

Drew

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




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