kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Ozan Çağlayan" <ozan@pardus.org.tr>
To: KVM list <kvm@vger.kernel.org>
Subject: Re: Build failure with qemu-kvm 0.1x
Date: Sat, 09 Jan 2010 01:51:52 +0200	[thread overview]
Message-ID: <4B47C518.9060806@pardus.org.tr> (raw)
In-Reply-To: <4B47C095.8090304@pardus.org.tr>

Ozan Çağlayan wrote:
> Hi,
>
>
> and so on.. I suspect some locale specific things going on with i386 and
> TARGET_I386 as i->I conversion is a little bit problematic in Turkish
> collation. That's why I experimented a bit with LC_ALL=C but didn't
> figure out anything useful.
>   

And yes that was it:

target_arch_name="`echo $TARGET_ARCH | tr '[:lower:]' '[:upper:]'`"

this can't convert i386 to I386 which then appears in #ifdef
TARGET_I386. This will probably only affect languages in which
CAPITAL(i) = İ
CAPITAL(ı) = I

e.g. Turkish.

I work-arounded it by exporting LC_ALL=C at the beginning of the
configure script. It's on yours now to decide to fix it in upstream or not,

Thanks anyway :)
Regards,


      reply	other threads:[~2010-01-08 23:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-08 23:32 Build failure with qemu-kvm 0.1x Ozan Çağlayan
2010-01-08 23:51 ` Ozan Çağlayan [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=4B47C518.9060806@pardus.org.tr \
    --to=ozan@pardus.org.tr \
    --cc=kvm@vger.kernel.org \
    /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 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 NNTP newsgroup(s).