Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#4089 - Locale Problems GCC Update

Attached to Project: Arch Linux
Opened by Andrea Cimitan (Cimi) - Thursday, 02 March 2006, 18:13 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To No-one
Architecture not specified
Severity High
Priority Normal
Reported Version 0.7.1 Noodle
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

My system doesn't run with locale italian after last gcc update (yesterday) on testing
This task depends upon

Closed by  Jan de Groot (JGC)
Thursday, 02 March 2006, 23:27 GMT
Reason for closing:  Not a bug
Comment by Andrea Cimitan (Cimi) - Thursday, 02 March 2006, 18:21 GMT
Various applications like quodlibet won't start:

$ quodlibet

(quodlibet:2095): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Traceback (most recent call last):
File "/usr/bin/quodlibet", line 315, in ?
load_library()
File "/usr/bin/quodlibet", line 251, in load_library
library.init(const.LIBRARY)
File "/usr/share/quodlibet/library.py", line 290, in init
print to(_("Supported formats: %s")) % s
File "/usr/share/quodlibet/util.py", line 168, in to
enc = locale.getpreferredencoding()
File "/usr/lib/python2.4/locale.py", line 417, in getpreferredencoding
setlocale(LC_CTYPE, "")
File "/usr/lib/python2.4/locale.py", line 381, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
Comment by arjan timmerman (blaasvis) - Thursday, 02 March 2006, 19:35 GMT
ehm it is glibc related, you will need to generate you locales. It reduces glibc with 50mb in size.
Comment by Andrea Cimitan (Cimi) - Thursday, 02 March 2006, 21:47 GMT
[root@just4fun cimi]# locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=it_IT@euro
LC_CTYPE="it_IT@euro"
LC_NUMERIC="it_IT@euro"
LC_TIME="it_IT@euro"
LC_COLLATE=C
LC_MONETARY="it_IT@euro"
LC_MESSAGES="it_IT@euro"
LC_PAPER="it_IT@euro"
LC_NAME="it_IT@euro"
LC_ADDRESS="it_IT@euro"
LC_TELEPHONE="it_IT@euro"
LC_MEASUREMENT="it_IT@euro"
LC_IDENTIFICATION="it_IT@euro"
LC_ALL=
[root@just4fun cimi]# locale-gen
Generating locales...
Generation complete.




Nothing useful...
Comment by Jan de Groot (JGC) - Thursday, 02 March 2006, 22:58 GMT
Did you read the frontpage news about it? No locale is generated at all, so you didn't put the right stuff in /etc/locale.gen.
Comment by Andrea Cimitan (Cimi) - Thursday, 02 March 2006, 23:13 GMT
Resolved!!! Sorry but I haven't seen the news! Now seen!

Loading...