From owner-freebsd-stable Thu Nov 19 01:46:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA08466 for freebsd-stable-outgoing; Thu, 19 Nov 1998 01:46:51 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from pc196s233r1.jancomulti.com (pc196s233r1.jancomulti.com [195.139.233.196]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA08460 for ; Thu, 19 Nov 1998 01:46:48 -0800 (PST) (envelope-from paalsom@ifi.uio.no) Received: from ifi.uio.no (localhost [127.0.0.1]) by pc196s233r1.jancomulti.com (8.8.8/8.8.8) with ESMTP id KAA15516; Thu, 19 Nov 1998 10:46:12 +0100 (CET) (envelope-from paalsom@ifi.uio.no) Message-ID: <3653E8D9.1B25E630@ifi.uio.no> Date: Thu, 19 Nov 1998 10:46:01 +0100 From: "Pål Sommerhein" X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.7-STABLE i386) MIME-Version: 1.0 To: Jaye Mathisen CC: stable@FreeBSD.ORG Subject: Re: Error in makeworld. References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jaye Mathisen wrote: > > Trying to upgrade from 2.2.5 to stable supped today: ... > /usr/share/locale/$l/LC_TIME; done > install: /usr/share/locale/hu_HU.ISO_8859-2/LC_TIME: No such file or > directory I also got the same thing. Since it seemed like a directory I didn't need, I did (the same as Allan): # mkdir -p /usr/share/locale/hu_HU.ISO_8859-2/LC_TIME # cd /usr/src # make installworld (The -p option creates the intermediate directories if they don't already exist). After that the installation went through for me without any other stop on the road :-) But shouldn't this be fixed in the makefile? It could save some time for people encountering the same problem(and some frustration maybe). Who should should we turn to? I don't know enough about the structure to go and do it myself (though I hope I will one day :-)). Take care, Pål ---- A _very_ satisfied FreeBSD user. Thanks to everyone who as put their precious time into this _beauty_ of an OS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message