From nobody@FreeBSD.org  Thu Aug 22 20:02:09 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 96C6337B400
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 22 Aug 2002 20:02:09 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 31FFC43E6E
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 22 Aug 2002 20:02:09 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N329OT040351
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 22 Aug 2002 20:02:09 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g7N329FL040350;
	Thu, 22 Aug 2002 20:02:09 -0700 (PDT)
Message-Id: <200208230302.g7N329FL040350@www.freebsd.org>
Date: Thu, 22 Aug 2002 20:02:09 -0700 (PDT)
From: "Eugene M. Kim" <gene@nttmcl.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: installworld (in Makefile.inc1) needs more tools from the host environment
X-Send-Pr-Version: www-1.0

>Number:         41918
>Category:       bin
>Synopsis:       installworld (in Makefile.inc1) needs more tools from the host environment
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 22 20:10:01 PDT 2002
>Closed-Date:    Mon Sep 16 06:34:13 PDT 2002
>Last-Modified:  Mon Sep 16 06:34:13 PDT 2002
>Originator:     Eugene M. Kim
>Release:        4.6-RELEASE
>Organization:
NTT Multimedia Communications Laboratories, Inc.
>Environment:
FreeBSD ruby.nttmcl.com 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Tue Jun 11 06:14:12 GMT 2002     murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC  i386
(with /usr/src/Makefile.inc1 rev 1.141.2.45.2.3 on RELENG_4_6)
>Description:
The installworld target installs a number of tools that are going to be used in the installation procedure into ${INSTALLTMP}.  Unfortunately the list has some tools missing, namely: cap_mkdb, ex and pod2man.  This causes some installation targets such as the one in /usr/src/share/termcap to fail.
>How-To-Repeat:
A clean make world from scratch.
>Fix:
Adding the 3 tools (cap_mkdb, ex and pod2man) to the list of tools specified in the installworld target will fix the problem.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: ru 
State-Changed-When: Mon Sep 16 06:33:26 PDT 2002 
State-Changed-Why:  
These are not supposed to be run during installworld, they should 
normally execute during buildworld. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41918 
>Unformatted:
