From owner-freebsd-current Thu Oct 25 11:10:52 2001 Delivered-To: freebsd-current@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 893B137B403; Thu, 25 Oct 2001 11:10:45 -0700 (PDT) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id OAA19884; Thu, 25 Oct 2001 14:10:41 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f9PIAFx78977; Thu, 25 Oct 2001 14:10:15 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15320.21894.897857.606505@grasshopper.cs.duke.edu> Date: Thu, 25 Oct 2001 14:10:14 -0400 (EDT) To: Ruslan Ermilov Cc: alpha@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 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> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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-current" in the body of the message