From owner-freebsd-bugs Thu Nov 19 07:29:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA10260 for freebsd-bugs-outgoing; Thu, 19 Nov 1998 07:29:57 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA10252 for ; Thu, 19 Nov 1998 07:29:56 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA22368; Thu, 19 Nov 1998 07:30:00 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA10236; Thu, 19 Nov 1998 07:29:40 -0800 (PST) (envelope-from nobody) Message-Id: <199811191529.HAA10236@hub.freebsd.org> Date: Thu, 19 Nov 1998 07:29:40 -0800 (PST) From: k@numeri.campus.luth.se To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: misc/8761: installworld fails for stable as of 981119 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8761 >Category: misc >Synopsis: installworld fails for stable as of 981119 >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 Nov 19 07:30:00 PST 1998 >Last-Modified: >Originator: Johan Karlsson >Organization: >Release: 2-2-Stable >Environment: FreeBSD yggdrasil.sm.luth.se 2.2.7-STABLE FreeBSD 2.2.7-STABLE #0: Thu Nov 19 11:29:18 CET 1998 kroot@yggdrasil.sm.luth.se:/usr/src/sys/compile/YGGDRASIL i386 >Description: ===> share/timedef ===> share/timedef/data for l in da_DK.ISO_8859-1 de_AT.ISO_8859-1 de_DE.ISO_8859-1 en_GB.ISO_8859-1 en_US.ISO_8859-1 es_ES.ISO_8859-1 fi_FI.ISO_8859-1 fr_FR.ISO_8859-1 hr_HR.I SO_8859-2 hu_HU.ISO_8859-2 is_IS.ISO_8859-1 ja_JP.EUC ja_JP.SJIS it_IT.ISO_8859-1 ko_KR.EUC lt_LN.ISO_8859-1 nl_NL.ISO_8859-1 no_NO. ISO_8859-1 pl_PL.ISO_8859-2 pt_PT.ISO_8859-1 ru_SU.CP866 ru_SU.KOI8-R sl_SI.ISO_8859-2 sv_SE.ISO_8859-1; do install -c -m 644 -o bin -g bin $l.o ut /usr/share/locale/$l/LC_TIME; done install: /usr/share/locale/hu_HU.ISO_8859-2/LC_TIME: No such file or directory *** Error code 71 Stop. This is since the mtree/BSD.usr.dist does not have an entry for /usr/share/locale/hu_HU.ISO_8859-2 >How-To-Repeat: make world with 2-2-stable as of 981119 >Fix: This patch solves the problem BUT I think there are more that needs to be fixed for the support of hu_HU in other parts of the src === *** etc/mtree/BSD.usr.dist.orig Thu Nov 19 12:06:37 1998 --- etc/mtree/BSD.usr.dist Thu Nov 19 11:54:32 1998 *************** *** 314,319 **** --- 314,321 ---- fr_FR.ISO_8859-1 .. hr_HR.ISO_8859-2 + .. + hu_HU.ISO_8859-2 .. is_IS.ISO_8859-1 .. === >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message