From owner-freebsd-current@FreeBSD.ORG Wed Aug 11 07:16:38 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C3F316A4CE; Wed, 11 Aug 2004 07:16:38 +0000 (GMT) Received: from n33.kp.t-systems-sfr.com (n33.kp.t-systems-sfr.com [129.247.16.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0794143D4C; Wed, 11 Aug 2004 07:16:37 +0000 (GMT) (envelope-from harti@freebsd.org) Received: from n81.sp.op.dlr.de (n81g.sp.op.dlr.de [129.247.163.1]) i7B7GPX562420; Wed, 11 Aug 2004 09:16:35 +0200 Received: from zeus.nt.op.dlr.de (zeus.nt.op.dlr.de [129.247.173.3]) i7B7GOf62838; Wed, 11 Aug 2004 09:16:25 +0200 Received: from beagle.kn.op.dlr.de (opkndnwsbsd178 [129.247.173.178]) by zeus.nt.op.dlr.de (8.11.7+Sun/8.9.1) with ESMTP id i7B7GNe21069; Wed, 11 Aug 2004 09:16:24 +0200 (MET DST) Date: Wed, 11 Aug 2004 09:16:24 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt@beagle.kn.op.dlr.de To: Kris Kennaway In-Reply-To: <20040811065912.GA95263@xor.obsecurity.org> Message-ID: <20040811091420.A86410@beagle.kn.op.dlr.de> References: <20040810231044.GA70020@xor.obsecurity.org> <20040811061202.GA80234@ip.net.ua> <20040811065912.GA95263@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: World broken in stage 1.1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harti Brandt List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 07:16:38 -0000 On Tue, 10 Aug 2004, Kris Kennaway wrote: KK>On Wed, Aug 11, 2004 at 09:12:02AM +0300, Ruslan Ermilov wrote: KK>> On Tue, Aug 10, 2004 at 04:10:44PM -0700, Kris Kennaway wrote: KK>> > I'm trying to update a current from a few months ago, and it dies almost immediately: KK>> > KK>> > Script started on Tue Aug 10 23:06:32 2004 KK>> > pointyhat# make cleanworld KK>> > rm -rf /a/obj/usr/src/* KK>> > chflags -R 0 /a/obj/usr/src KK>> > rm -rf /a/obj/usr/src/* KK>> > pointyhat# make buildworld KK>> > KK>> $ hostname KK>> pointyhat.freebsd.org KK>> $ grep MAKEOBJDIRPREFIX /etc/make.conf KK>> MAKEOBJDIRPREFIX=/a/obj/ KK>> $ grep -A5 '^# MAKEOBJDIRPREFIX' /usr/share/mk/bsd.obj.mk KK>> # MAKEOBJDIRPREFIX Specifies somewhere other than /usr/obj to root the object KK>> # tree. Note: MAKEOBJDIRPREFIX is an *environment* variable KK>> # and works properly only if set as an environment variable, KK>> # not as a global or command line variable! KK>> # KK>> # E.g. use `env MAKEOBJDIRPREFIX=/somewhere/obj make' KK>> KK>> Pointy hat to: kris KK> KK>Well, happy POLA violation to you too; this worked until now. Please KK>add text to make.conf explaining the new order. Done in both make.conf(5) and share/examples/etc/make.conf. harti