Locale Issues
This is the third account with you guys that has had this issue and its quite confusing to me that no one else has had these problems, since I've found them to be quite repeatable.
0) Fresh install!
1) Install anything with the perl libraries.
2) Get this error from apt-get or almost anything that might possibly use any perl anywhere (nearly anything)
$ locale
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=en_US
LANGUAGE=en_GB:en_US:en
LC_CTYPE="en_US"
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_COLLATE="en_US"
LC_MONETARY="en_US"
LC_MESSAGES="en_US"
LC_PAPER="en_US"
LC_NAME="en_US"
LC_ADDRESS="en_US"
LC_TELEPHONE="en_US"
LC_MEASUREMENT="en_US"
LC_IDENTIFICATION="en_US"
LC_ALL=en_US
Everything seems to be quite upset about the locale.
I did sudo apt-get install trac.
Now when I try and run tracd I get this.
$ tracd
Traceback (most recent call last):
File "/usr/bin/tracd", line 102, in ?
main()
File "/usr/bin/tracd", line 50, in main
locale.setlocale(locale.LC_ALL, '')
File "/usr/lib/python2.4/locale.py", line 381, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
So, everything is unhappy. Things seem to work (except trac) but they all complain like hell!
Any ideas?
-hampton.
PS: I did install language-pack-en
|