Date: Thu, 19 Nov 1998 07:29:40 -0800 (PST) From: k@numeri.campus.luth.se To: freebsd-gnats-submit@FreeBSD.ORG Subject: misc/8761: installworld fails for stable as of 981119 Message-ID: <199811191529.HAA10236@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811191529.HAA10236>
