From owner-freebsd-stable Sat Nov 23 9: 5:15 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A3CC37B401 for ; Sat, 23 Nov 2002 09:05:14 -0800 (PST) Received: from c18070.belrs1.nsw.optusnet.com.au (c18070.belrs1.nsw.optusnet.com.au [210.49.78.171]) by mx1.FreeBSD.org (Postfix) with SMTP id 5BCF543EA3 for ; Sat, 23 Nov 2002 09:05:13 -0800 (PST) (envelope-from ajmawer@optusnet.com.au) Received: (qmail 31091 invoked from network); 23 Nov 2002 17:05:08 -0000 Received: from unknown (HELO optusnet.com.au) (unknown) by unknown with SMTP; 23 Nov 2002 17:05:08 -0000 Message-ID: <3DDFB54F.4080401@optusnet.com.au> Date: Sun, 24 Nov 2002 04:05:19 +1100 From: Antony Mawer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b) Gecko/20021018 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cc: freebsd-stable@FreeBSD.ORG Subject: Re: make release broken (touch: not found) References: <20021123125306.K31658-100000@starbug.ugh.net.au> In-Reply-To: <20021123125306.K31658-100000@starbug.ugh.net.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andrew wrote: > Hi, > > I am trying to make release for 4.7-RELEASE-p2 and it is failing with > 'touch: not found" (errors below). I found someone with a similar problem > in the archives > (http://docs.freebsd.org/cgi/getmsg.cgi?fetch=243803+0+/usr/local/www/db/text/2002/freebsd-stable/20021027.freebsd-stable) > but from the follow up they seem to indicate the problem has gone away but > I am still getting it. > > I have to admit I can't even see where touch is called... Have you done a cd /usr/src && make buildworld first? I ran into this about 24hrs ago, as it seems 'make release' expects a 'make buildworld' to have been executed prior to execution. It then installs into the chroot'd directory and starts its work from there! -Antony To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message