public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: cygwin started speaking German today
@ 2011-09-01  5:30 Voelker, Bernhard
  0 siblings, 0 replies; 59+ messages in thread
From: Voelker, Bernhard @ 2011-09-01  5:30 UTC (permalink / raw)
  To: cygwin, Charles Wilson

[-- Attachment #1: Type: text/plain, Size: 1261 bytes --]

Charles Wilson wrote:
> On 8/31/2011 10:00 AM, Charles Wilson wrote:
> > Yes: please "restore" your system so that it's breaking, again, and then
> > send (as an attachment) the output of 'cygcheck -svr'.

cygcheck.out.gz attached.

> > Also, what are your existing Windows "Regional and Language Options" set
> > to in the Control Panel?

* tab 1: "Regional options":
  combobox "Standards and formats": "German (Germany)"
  combobox "Location"             : "Germany"
* tab 2: "Languages":
  combobox "Language used in menues and dialogs": English
* tab 3: "Advanced"
  combobox "Language for non-Unicode programs": "German (Germany)"

Maybe the last one is the reason, but I didn't change this for >1 year.

> In addition, what terminal were you using to run your 'mkdir' test
> (regular windows console, mintty, rxvt, etc); what shell (bash, tcsh,
> etc); and what were the settings IN that shell, of the following variables:

TERM=xterm  # run in blackbox WM ;-)
SHELL=/bin/bash
 
> LANG
> LC_ALL
> LC_CTYPE
> LC_MESSAGES

see cygcheck.out:
LANG = 'C.UTF-8'
(no LC_*)
 
> If the terminal you were using was mintty, then what are ITS settings
> (Options->Text: Locale + Character set).

n/a.

Have a nice day,
Berny

[-- Attachment #2: cygcheck.out.gz --]
[-- Type: application/x-gzip, Size: 11282 bytes --]

[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 59+ messages in thread
* RE: cygwin started speaking German today
@ 2011-08-31  8:39 Voelker, Bernhard
  2011-08-31 14:01 ` Charles Wilson
  0 siblings, 1 reply; 59+ messages in thread
From: Voelker, Bernhard @ 2011-08-31  8:39 UTC (permalink / raw)
  To: cygwin, Charles Wilson

Charles Wilson wrote:

>On 8/30/2011 6:18 AM, Voelker, Bernhard wrote:
>> Starting with today's update, cygwin started speaking German:
>...
>> Ok, the PC is in Germany, but none of my environment
>> variables have a 'de' inside.
>
>Hmmm.
>
>> Any hints?
>
>Try rolling back
>  libiconv, libiconv2, and libcharset
>from 1.14-1 to 1.13.1-2, and then try again.

libiconv and libcharset are not installed,
so I only rolled back libiconv2: no effect.

> If that doesn't work, also roll back
>  gettext, gettext-devel, libintl8, libgettextpo0, libasprintf0
> from 0.18.1.1-1 to 0.17-11 (while ensuring that setup doesn't RE-upgrade
> libiconv!)

only gettext is installed, the others not, but ... BINGO!

$ mkdir -v x0
mkdir: created directory `x0'

So gettext is the culprit. Need more?

Bye,
Berny

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 59+ messages in thread
* cygwin started speaking German today
@ 2011-08-30 10:18 Voelker, Bernhard
  2011-08-30 11:28 ` Charles Wilson
  2011-09-08  2:31 ` Charles Wilson
  0 siblings, 2 replies; 59+ messages in thread
From: Voelker, Bernhard @ 2011-08-30 10:18 UTC (permalink / raw)
  To: cygwin

Starting with today's update, cygwin started speaking German:

$ mkdir -v x0
mkdir: Verzeichnis „x0“ angelegt
$ LANG=C mkdir -v x2
mkdir: created directory `x2'
$ LANG=C.UTF-8 mkdir -v x1
mkdir: Verzeichnis „x1“ angelegt

Default is LANG=C.UTF-8 here.

Ok, the PC is in Germany, but none of my environment
variables have a 'de' inside.

Any hints?

Thanks & have a nice day,
Berny




^ permalink raw reply	[flat|nested] 59+ messages in thread

end of thread, other threads:[~2011-10-17 13:58 UTC | newest]

Thread overview: 59+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-01  5:30 cygwin started speaking German today Voelker, Bernhard
  -- strict thread matches above, loose matches on Subject: below --
2011-08-31  8:39 Voelker, Bernhard
2011-08-31 14:01 ` Charles Wilson
2011-08-31 15:19   ` Charles Wilson
2011-08-30 10:18 Voelker, Bernhard
2011-08-30 11:28 ` Charles Wilson
2011-09-08  2:31 ` Charles Wilson
2011-09-08 10:46   ` Bruno Haible
2011-09-08 10:55     ` Voelker, Bernhard
2011-09-08 11:06     ` Eric Blake
2011-09-08 12:05     ` Charles Wilson
2011-09-08 12:48       ` Andy Koppe
2011-09-08 13:13         ` Eric Blake
2011-09-08 12:51       ` Andy Koppe
2011-09-08 21:58         ` Bruno Haible
     [not found]       ` <201109082344.55506.bruno@clisp.org>
2011-09-09  9:18         ` Charles Wilson
2011-09-09 12:33           ` Andy Koppe
2011-09-09 15:00             ` Corinna Vinschen
2011-09-10 11:36               ` Thorsten Kampe
2011-09-13 18:39               ` Eric Blake
2011-09-17 21:50                 ` David Sastre
2011-09-17 22:50                   ` Ken Brown
2011-09-18  3:19                     ` David Sastre
2011-10-04 12:29                 ` Corinna Vinschen
2011-10-04 12:46                   ` Charles Wilson
2011-10-04 14:30                     ` Corinna Vinschen
2011-10-04 18:04                       ` Erwin Waterlander
2011-10-04 18:21                         ` Corinna Vinschen
2011-10-05 16:04                           ` Erwin Waterlander
2011-10-05 16:28                             ` Corinna Vinschen
2011-10-05 16:52                               ` Erwin Waterlander
2011-10-05 17:32                               ` Charles Wilson
2011-10-05 18:24                                 ` Ken Brown
2011-10-05 18:29                                   ` Corinna Vinschen
2011-10-05 18:44                                   ` Erwin Waterlander
2011-10-05 18:50                                   ` Yaakov (Cygwin/X)
2011-10-05 18:58                                     ` Christopher Faylor
2011-10-10 17:24                                   ` Corinna Vinschen
2011-10-11 15:41                                     ` Erwin Waterlander
2011-10-11 16:54                                     ` Charles Wilson
2011-10-11 17:29                                       ` Christopher Faylor
2011-10-16 18:42                                       ` Charles Wilson
2011-10-17  6:59                                         ` Corinna Vinschen
2011-10-17 13:17                                           ` Charles Wilson
2011-10-17 13:52                                             ` Corinna Vinschen
2011-10-17 13:58                                               ` Corinna Vinschen
2011-10-05 18:29                                 ` Corinna Vinschen
2011-10-05 12:08                     ` Ken Brown
2011-09-09 15:13             ` Charles Wilson
2011-09-09 20:08               ` Andy Koppe
2011-09-08 13:45     ` Corinna Vinschen
2011-09-08 13:51     ` Corinna Vinschen
2011-09-08 20:57       ` Bruno Haible
2011-09-09 15:09         ` Corinna Vinschen
2011-09-09 15:58           ` Andy Koppe
2011-09-10 11:45           ` Thorsten Kampe
2011-09-10 13:50             ` Christopher Faylor
2011-09-10 16:10               ` Thorsten Kampe
2011-09-10 17:11                 ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).