From owner-freebsd-questions@FreeBSD.ORG Fri Feb 15 22:12:22 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4AAC16A421 for ; Fri, 15 Feb 2008 22:12:22 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (darklight.org.ru [IPv6:2001:470:1f09:aa::dead:c0de]) by mx1.freebsd.org (Postfix) with ESMTP id 57F6513C43E for ; Fri, 15 Feb 2008 22:12:22 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (yuri@localhost [IPv6:::1]) by darklight.org.ru (8.14.2/8.14.2) with ESMTP id m1FMCKJ6029148; Sat, 16 Feb 2008 01:12:20 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.2/8.14.2/Submit) id m1FMCKvi029147; Sat, 16 Feb 2008 01:12:20 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Sat, 16 Feb 2008 01:12:20 +0300 From: Yuri Pankov To: Erik Norgaard Message-ID: <20080215221220.GA26035@darklight.org.ru> References: <47B60620.4040307@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <47B60620.4040307@locolomo.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: FreeBSD Questions Subject: Re: Problem building loader in RELENG_7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 22:12:22 -0000 On Fri, Feb 15, 2008 at 10:37:36PM +0100, Erik Norgaard wrote: > Hi: > > Just updated my source tree, I'm on FreeBSD bifrost 7.0-PRERELEASE FreeBSD > 7.0-PRERELEASE #1: Tue Feb 12 09:52:32 CET 2008. Then I did > > # cd /usr/src > # make -DLOADER_TFTP_SUPPORT=YES > This seems to be a rather weird way to build loader with TFTP support. You could try the following: cd /sys/boot; make cleandir; make obj; make -DLOADER_TFTP_SUPPORT (with binaries somewhere in /usr/obj/usr/src/sys/boot/). > > /usr/obj is empty, and i did make clean before make. Anyone else > experiencing similar problems? I tried this also a few days ago with the > same problem, it seems it is persistent... > > Thanks, Erik > -- > Erik Nørgaard > Ph: +34.666334818 http://www.locolomo.org HTH, Yuri