From owner-freebsd-questions@FreeBSD.ORG Tue Oct 23 05:32:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C30D16A421 for ; Tue, 23 Oct 2007 05:32:53 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from mail.itu.dk (pluto.itu.dk [130.226.142.18]) by mx1.freebsd.org (Postfix) with ESMTP id BFB1913C4BC for ; Tue, 23 Oct 2007 05:32:52 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from localhost (unknown [10.0.0.3]) by mail.itu.dk (Postfix) with ESMTP id 9AA6636EE9C; Tue, 23 Oct 2007 07:32:44 +0200 (CEST) X-Virus-Scanned: amavisd-new at itu.dk Received: from superman.itu.dk ([130.226.142.5]) by localhost (daredevil.itu.dk [130.226.142.26]) (amavisd-new, port 10024) with ESMTP id 6ImwD-HIcrjf; Tue, 23 Oct 2007 07:32:42 +0200 (CEST) Received: from [192.168.1.149] (stud1-15.itu.dk [130.226.140.15]) by superman.itu.dk (Postfix) with ESMTP id 594CD9E29E; Tue, 23 Oct 2007 07:32:42 +0200 (CEST) Message-ID: <471D8779.5030501@cederstrand.dk> Date: Tue, 23 Oct 2007 07:32:41 +0200 From: Erik Cederstrand User-Agent: Thunderbird 2.0.0.6 (X11/20071008) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Roberth_Sjon=F8y?= References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Rebuilding world X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2007 05:32:53 -0000 Roberth Sjonøy wrote: > Hello, i am updating FreeBSD to 8-CURRENT, and im at the "23.4.1 The > Canonical Way to Update Your System" part of the handbook, when > running "make buildworld", this occours: > > install -o root -g wheel -m 444 dir-tmpl /usr/share/info/dir > install:No such file or directory > ***Error code 1 > > Stop in /usr/src/share/info. > ***Error code 1 > > Stop in /usr/src. > ***Error code 1 > > Stop in /usr/src. > ***Error code 1 > > Stop in /usr/src. > ***Error code 1 > > Stop in /usr/src. > > Anyone know what to do? Apparently, make buildworld can't find the program "install". What does "which install" tell you? Also, do you happen to have built world earlier with a NO_INFO/WITHOUT_INFO set? Erik