From owner-freebsd-current@FreeBSD.ORG Mon Mar 20 23:23:01 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 3FE8F16A420; Mon, 20 Mar 2006 23:23:01 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id F027E43D48; Mon, 20 Mar 2006 23:23:00 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id k2KNN0DF079521; Mon, 20 Mar 2006 15:23:00 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id k2KNN0fA079520; Mon, 20 Mar 2006 15:23:00 -0800 (PST) (envelope-from sgk) Date: Mon, 20 Mar 2006 15:23:00 -0800 From: Steve Kargl To: Ruslan Ermilov Message-ID: <20060320232300.GA79185@troutmask.apl.washington.edu> References: <20060320221741.GA13699@troutmask.apl.washington.edu> <20060320230009.GA55254@troutmask.apl.washington.edu> <20060320231604.GH83781@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060320231604.GH83781@ip.net.ua> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: mergemaster broken? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2006 23:23:01 -0000 On Tue, Mar 21, 2006 at 01:16:04AM +0200, Ruslan Ermilov wrote: > On Mon, Mar 20, 2006 at 03:00:10PM -0800, Steve Kargl wrote: >> On Mon, Mar 20, 2006 at 02:17:41PM -0800, Steve Kargl wrote: >>> >>> *** Creating the temporary root environment in /var/tmp/temproot >>> *** /var/tmp/temproot ready for use >>> *** Creating and populating directory structure in /var/tmp/temproot >>> >>> "/usr/src/etc/Makefile", line 6: Malformed conditional (${MK_SENDMAIL} != "no") >>> "/usr/src/etc/Makefile", line 8: if-less endif >>> "/usr/src/etc/Makefile", line 34: Malformed conditional (${MK_LPR} != "no") (snip) >> >> This appears to be related to ru's recent Makefile sweep. >> > mergemaster(8) should be fixed to run "make distrib-dirs" and "make > distribution" from /usr/src, not from /usr/src/etc. > OK. So, is anyone looking into fixing this problem because if you follow /usr/src/UPDATING. You don't see the above error until after "make installworld ; mergemaster". -- Steve