From owner-freebsd-current@FreeBSD.ORG Wed Aug 31 05:38:45 2005 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 AC95D16A41F for ; Wed, 31 Aug 2005 05:38:45 +0000 (GMT) (envelope-from jhay@meraka.csir.co.za) Received: from zibbi.meraka.csir.co.za (zibbi.meraka.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4388E43D45 for ; Wed, 31 Aug 2005 05:38:43 +0000 (GMT) (envelope-from jhay@meraka.csir.co.za) Received: by zibbi.meraka.csir.co.za (Postfix, from userid 3973) id 2871940; Wed, 31 Aug 2005 07:38:40 +0200 (SAST) Date: Wed, 31 Aug 2005 07:38:40 +0200 From: John Hay To: Beecher Rintoul Message-ID: <20050831053839.GA76471@zibbi.meraka.csir.co.za> References: <4740.172.16.0.199.1125444307.squirrel@172.16.0.1> <200508301616.50131.akbeech@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508301616.50131.akbeech@gmail.com> User-Agent: Mutt/1.4.1i Cc: Mike Jakubik , freebsd-current@freebsd.org Subject: Re: More "make release" problems 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: Wed, 31 Aug 2005 05:38:45 -0000 On Tue, Aug 30, 2005 at 04:16:48PM -0800, Beecher Rintoul wrote: > On Tuesday 30 August 2005 03:25 pm, Mike Jakubik wrote: ... > > ===> lib/libcom_err/doc (all) > > makeinfo --no-split -I /usr/src/lib/libcom_err/doc -I > > /usr/src/lib/libcom_err/doc /usr/src/lib/libcom_err/doc/com_err.texinfo > > -o com_err.info > > makeinfo:No such file or directory > > *** Error code 1 > > > > Stop in /usr/src/lib/libcom_err/doc. > > *** Error code 1 > > I have the exact same problem trying to make install disks. So far I haven't > gotten any responses to my post. I could file a PR on this but I was hoping > somebody would shed some light on the problem first. The problem is that NO_INFO controls more than just the info docs nowadays, it also controls the installation of the info tools. The installworld part of make release that populates the chroot area, use NO_INFO as a speed optimization. The fix is to remove NO_INFO from the installworld line in release/Makefile. I'll get to it within a day or so. John -- John Hay -- John.Hay@meraka.csir.co.za / jhay@FreeBSD.org