From owner-freebsd-current@FreeBSD.ORG Mon Jun 1 00:45:53 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 AEA2B106566B for ; Mon, 1 Jun 2009 00:45:53 +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 917A48FC15 for ; Mon, 1 Jun 2009 00:45:53 +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 1MAvez-000EXZ-At; Mon, 01 Jun 2009 00:45:53 +0000 Received: from rmac.local.psg.com (localhost [127.0.0.1]) by rmac.psg.com (Postfix) with ESMTP id CA75A1CA6B21; Mon, 1 Jun 2009 09:45:52 +0900 (JST) Date: Mon, 01 Jun 2009 09:45:52 +0900 Message-ID: From: Randy Bush To: "Paul B. Mahol" In-Reply-To: <3a142e750905311738t38b1721s31f029be72465f99@mail.gmail.com> 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 Subject: 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 00:45:53 -0000 >>> ===> usr.bin/ee (install) >>> install -s -o root -g wheel -m 555 ee /usr/bin >>> cat /usr/src/usr.bin/ee/../../contrib/ee/ee.msg > en_US.US-ASCII.msg >>> gencat en_US.US-ASCII.cat en_US.US-ASCII.msg >>> gencat:No such file or directory >>> *** Error code 1 >>> >>> Stop in /usr/src/usr.bin/ee. >>> *** Error code 1 >>> >>> Stop in /usr/src/usr.bin. >>> *** Error code 1 >>> >>> Stop in /usr/src. >>> *** Error code 1 >> >> new cvsup >> rm -rf /usr/obj >> >> no help, repeats > > You should have gencat allready installed: > > cd /usr/src/usr.bin/gencat && make install gencat is installed. it is whining that it can not find the file randy