An omission regarding el_GR locale
Maciej W. Rozycki
macro@ds2.pg.gda.pl
Tue Dec 1 13:27:00 GMT 1998
>Submitter-Id: net
>Originator: Maciej W. Rozycki
>Organization: Technical University of Gdansk, Poland
>Confidential: no
>Synopsis: An omission regarding el_GR locale
>Severity: non-critical
>Priority: low
>Category: libc
>Class: support
>Release: libc-2.0.104
>Environment: any?
Host type: alpha-unknown-linux-gnu
System: Linux melmac.amg.gda.pl 2.1.129 #3 Mon Nov 23 13:04:10 CET 1998 alpha unknown
Architecture: alpha
Addons: crypt linuxthreads
Build CFLAGS: -pipe -O2
Build CC: gcc
Compiler version: egcs-2.92.23 19981122 (gcc2 ss-980609 experimental)
Kernel headers: UTS_RELEASE
Symbol versioning: yes
Build static: yes
Build shared: yes
Build pic-default: no
Build profile: yes
Build omitfp: yes
Build bounded: no
Build static-nss: yes
Stdio: libio
>Description:
During the transition from gr_GR to el_GR locale name, an
appropriate update to localedata/SUPPORTED was missed.
>How-To-Repeat:
Upon running `make install' the following error indicates a
missing gr_GR locale:
cannot open locale definition file `locales/gr_GR': No such file or directory
>Fix:
A quick and straightforward patch:
diff -u --recursive --new-file glibc-2.0.100.macro/localedata/SUPPORTED glibc-2.0.100/localedata/SUPPORTED
--- glibc-2.0.100.macro/localedata/SUPPORTED Thu Sep 24 18:00:34 1998
+++ glibc-2.0.100/localedata/SUPPORTED Tue Nov 10 20:56:53 1998
@@ -8,6 +8,7 @@
de_CH ISO-8859-1
de_DE ISO-8859-1
de_LU ISO-8859-1
+el_GR ISO-8859-7
en_CA ISO-8859-1
en_DK ISO-8859-1
en_GB ISO-8859-1
@@ -24,7 +25,6 @@
fr_FR ISO-8859-1
fr_LU ISO-8859-1
ga_IE ISO-8859-1
-gr_GR ISO-8859-7
hr_HR ISO-8859-2
hu_HU ISO-8859-2
is_IS ISO-8859-1
More information about the Libc-alpha
mailing list