From owner-freebsd-bugs Thu Aug 22 20:10: 9 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A43F237B400 for ; Thu, 22 Aug 2002 20:10:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 093EB43E6E for ; Thu, 22 Aug 2002 20:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7N3A1JU047520 for ; Thu, 22 Aug 2002 20:10:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7N3A1DH047519; Thu, 22 Aug 2002 20:10:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96C6337B400 for ; 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 ; 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 ; 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" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/41918: installworld (in Makefile.inc1) needs more tools from the host environment Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 22 20:10:01 PDT 2002 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message