From: Michal Marek <mmarek@suse.cz>
To: "Serdar KÖYLÜ" <s.koylux@gmail.com>
Cc: linux-kbuild@vger.kernel.org
Subject: Re: Linux 3.0.1 compile problem on different locales..
Date: Fri, 19 Aug 2011 14:44:49 +0200 [thread overview]
Message-ID: <4E4E5AC1.3040002@suse.cz> (raw)
In-Reply-To: <CAKxaRTKutHK+bsgQ6aHhaJ9d3UJ75uDeDNLOtptRgnRKzp968A@mail.gmail.com>
On 16.8.2011 08:15, Serdar KÖYLÜ wrote:
> Damn gmail ! It's send to your personal mail, not to list :(
Please also do not toppost.
> For my personel know-how, patch kernel Makefile to change build env.
> locale to "C" best solution. This problem can be occurred for other
> langs. in different parts of kernel. Internatinoal linux developers
> cannot be know all trics of other locales, naturally.
People might prefer error messages in their locale. We tried setting
LC_CTYPE=C, which would fix the toupper/tolower problem, but it broke
japanese locales: https://lkml.org/lkml/2009/12/24/58. So I'd rather
handle this in kconfig, either use a pure ascii version of tolower() or
create the files in capitals. BTW, can you paste the whole error message
and a few lines before? It's strange that it failed, because both fixdep
and kconfig use tolower(), so they should agree on the filename.
Michal
prev parent reply other threads:[~2011-08-19 12:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-15 20:51 Linux 3.0.1 compile problem on different locales Serdar KÖYLÜ
2011-08-15 22:58 ` Arnaud Lacombe
[not found] ` <CAKxaRT+hCXu-921RoNw0aiiffZzNGQNgQX0FGfsfdSOP95DzBQ@mail.gmail.com>
2011-08-16 0:03 ` Arnaud Lacombe
2011-08-16 1:47 ` Arnaud Lacombe
2011-08-16 1:49 ` Arnaud Lacombe
2011-08-16 6:15 ` Serdar KÖYLÜ
2011-08-19 12:44 ` Michal Marek [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E4E5AC1.3040002@suse.cz \
--to=mmarek@suse.cz \
--cc=linux-kbuild@vger.kernel.org \
--cc=s.koylux@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.