From owner-freebsd-current@FreeBSD.ORG Mon Jun 1 20:36:31 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46310106568A; Mon, 1 Jun 2009 20:36:31 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by mx1.freebsd.org (Postfix) with ESMTP id 20B818FC1D; Mon, 1 Jun 2009 20:36:31 +0000 (UTC) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=rmac.psg.com) by ran.psg.com with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MBEFA-000H4M-1E; Mon, 01 Jun 2009 20:36:28 +0000 Received: from rmac.local.psg.com (localhost [127.0.0.1]) by rmac.psg.com (Postfix) with ESMTP id 841E61D14AAE; Tue, 2 Jun 2009 05:36:27 +0900 (JST) Date: Tue, 02 Jun 2009 05:36:27 +0900 Message-ID: From: Randy Bush To: Eygene Ryabinkin In-Reply-To: References: <3a142e750905311738t38b1721s31f029be72465f99@mail.gmail.com> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (i386-apple-darwin9.6.0) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: current , bug-followup@freebsd.org Subject: Re: misc/135156: 8-current installworld - gencat:No such file or directory [WAS: Re: installworld failure] 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, 01 Jun 2009 20:36:32 -0000 >> gencat is installed. it is whining that it can not find the file > > May be gencat is installed, but 'make install' could not find it: > message "gencat:No such file or directory" comes from make, not > from gencat itself. > > Will you be able to run 'make clean; make; make install' from > /usr/src/usr.bin/ee to see if the problem is specific to the 'make > installworld' or shows even for manual installation? work0.psg.com:/usr/src# cd /usr/src/usr.bin/ee/ work0.psg.com:/usr/src/usr.bin/ee# make clean rm -f ee ee.o en_US.US-ASCII.msg fr_FR.ISO8859-1.msg de_DE.ISO8859-1.msg pl_PL.ISO8859-2.msg uk_UA.KOI8-U.msg ru_RU.KOI8-R.msg en_US.US-ASCII.cat fr_FR.ISO8859-1.cat de_DE.ISO8859-1.cat pl_PL.ISO8859-2.cat uk_UA.KOI8-U.cat ru_RU.KOI8-R.cat ee.1.gz ee.1.cat.gz work0.psg.com:/usr/src/usr.bin/ee# make make: don't know how to make /usr/src/usr.bin/ee/ee.c. Stop whack! now i need to find some place from which i can recover it randy