[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnadmin: error: cannot set the locale

From: Geoff Beaumont <geoffbeaumont_at_stormhammer.com>
Date: 2003-06-18 20:31:48 CEST

On Wednesday 18 June 2003 1:43 am, Philip Martin wrote:
> Geoff Beaumont <geoffbeaumont@stormhammer.com> writes:
> > svnadmin: error: cannot set the locale
> >
> > LC_CTYPE=en_GB
>
> Do you have an en_GB locale installed? Try this
>
> strace -e trace=open svn help 2>&1 | grep locale

open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No
such file or directory)
open("/usr/share/locale/locale.alias", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/usr/lib/locale/en_GB/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/usr/lib/locale/en/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or
directory)
svn: error: cannot set the locale

Does indeed look suspiciously like a missing locale...

Installing the glibc-locale package off the SuSE CDs fixed the problem -
though I'm a little puzzled as to why it wasn't installed in the first place.

Cheers,

-- 
Geoff Beaumont
Geoff@stormhammer.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 18 20:33:20 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.