[Bug 438383] Re: svn: warning: cannot set LC_CTYPE locale on Karmic Kubuntu

Rüdiger Kupper ruediger.kupper+launchpad at gmail.com
Wed Aug 24 12:40:33 UTC 2011


The problem is that the locale that is set on your client is not available on the svn server.
If your $LANG is set to "fr_CH.UTF-8", then "fr_CH.UTF-8" must also be in the list of available locales on the machine you connect to.

If you get this error, your locale must be installed on the svn server.
This is easy, but you may not have the privileges to do so. Ask the
administrator to do the following on the server:

Run:

> validlocale fr_CH.UTF-8

If this reports that the locale is unavailable, it also prints one more
line (e.g. "fr_CH.UTF-8 UTF-8"). Append this line to /etc/locale.gen:

> echo >> /etc/locale.gen  "fr_CH.UTF-8 UTF-8"

and then call

> locale-gen

The error should be gone.

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subversion in Ubuntu.
https://bugs.launchpad.net/bugs/438383

Title:
  svn: warning: cannot set LC_CTYPE locale on Karmic Kubuntu

Status in “subversion” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: subversion

  Hello,

  From last update on Kubuntu Karmic, subversion make errors       Karmic x86 64 ,   2.6.31-11-generic
  1.6.5dfsg1-ubuntu1 (amd64)

  svn: warning: cannot set LC_CTYPE locale
  svn: warning: environment variable LANG is fr_CH.UTF-8
  svn: warning: please check that your locale name is correct

  Never have this case before

  ProblemType: Bug
  Architecture: amd64
  Date: Mon Sep 28 22:55:30 2009
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: nvidia
  Package: subversion 1.6.5dfsg-1ubuntu1
  ProcEnviron:
   LANGUAGE=
   LANG=fr_CH.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
  SourcePackage: subversion
  Uname: Linux 2.6.31-11-generic x86_64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/438383/+subscriptions




More information about the foundations-bugs mailing list