Bug 65477 - glibc-common locale missing
Summary: glibc-common locale missing
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: glibc
Version: 7.3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-05-25 07:10 UTC by Need Real Name
Modified: 2016-11-24 15:26 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-05-25 07:10:06 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2002-05-25 07:10:01 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461)

Description of problem:
I have installed redhat 7.3 on 2 systems.
In both systems the locals in not working.
So I take a look at /usr/lib/locale and it's present only


drwxr-xr-x   33 root     root         4096 May 25 03:30 .
drwxr-xr-x   97 root     root        61440 May 21 16:35 ..
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_AU
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_AU.utf8
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_BW
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_BW.utf8
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_CA
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_CA.utf8
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_DK
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_DK.utf8
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_GB
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_GB.iso885915
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_GB.utf8
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_HK
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_HK.utf8
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_IE
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_IE@euro
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_IE.utf8
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_IE.utf8@euro
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_IN
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_NZ
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_NZ.utf8
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_PH
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_PH.utf8
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_SG
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_SG.utf8
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_US
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_US.iso885915
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_US.utf8
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_ZA
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_ZA.utf8
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_ZW
drwxr-xr-x    3 root     root         4096 May 21 13:08 en_ZW.utf8

If you look the rpm with less all the files are present.
The md signature seems ok too.

Hope this can be fixed.

Alex


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. cd /usr/lib/locale
2. ls -l
3. Only en is present
	

Additional info:

Comment 1 Jakub Jelinek 2002-05-25 07:27:24 UTC
You forgot to select support for other locales in the installer.
The locales are marked with %lang() in rpm and thus are only installed if
rpm configuration files includes that language in its %_install_langs variable
(the installer does this for you).


Note You need to log in before you can comment on or make changes to this bug.