qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 962880] [NEW] having a tr_TR.UTF-8 locale creates problems during compile
@ 2012-03-23  8:50 Emre Ersin
  2012-03-23 20:05 ` [Qemu-devel] [PATCH] Makefile: Set default locale C Stefan Weil
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Emre Ersin @ 2012-03-23  8:50 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Default locale;

/opt/test/qemu-1.0.1# locale
LANG=tr_TR.UTF-8
LC_CTYPE="tr_TR.UTF-8"
...
LC_IDENTIFICATION="tr_TR.UTF-8"
LC_ALL=
------------------
./configure && make
.
.
.
/opt/test/qemu-1.0.1/vl.c: In function 'main':
/opt/test/qemu-1.0.1/vl.c:2248: hata: 'CONFIG_QEMU_CONFDIR' bildirilmemiş (bu işlevde ilk kullanımı)
/opt/test/qemu-1.0.1/vl.c:2248: hata: (Bildirilmemiş her betimleyici görüldüğü her işlev
/opt/test/qemu-1.0.1/vl.c:2248: hata: için sadece bir kez raporlanır.)
/opt/test/qemu-1.0.1/vl.c:2248: hata: expected ')' before string constant
/opt/test/qemu-1.0.1/vl.c:3090: hata: 'CONFIG_QEMU_DATADIR' bildirilmemiş (bu işlevde ilk kullanımı)
make[1]: *** [vl.o] Hata 1
make: *** [subdir-libhw64] Hata 2
------------------
if we examine the config-host.h (look at the "i" characters)

#define CONFIG_QEMU_PREFiX "/usr/local"
#define CONFIG_QEMU_BiNDiR "/usr/local/bin"
#define CONFIG_QEMU_LiBDiR "/usr/local/lib"
#define CONFIG_QEMU_iNCLUDEDiR "/usr/local/include"
#define CONFIG_QEMU_MANDiR "/usr/local/share/man"
#define CONFIG_QEMU_DATADiR "/usr/local/share/qemu"
#define CONFIG_QEMU_SYSCONFDiR "/usr/local/etc"
#define CONFIG_QEMU_DOCDiR "/usr/local/share/doc/qemu"
#define CONFIG_QEMU_CONFDiR "/usr/local/etc/qemu"
-------------------

changing LC_ALL and LC_LANG to POSIX (C) solves the problem.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/962880

Title:
  having a tr_TR.UTF-8 locale creates problems during compile

Status in QEMU:
  New

Bug description:
  Default locale;

  /opt/test/qemu-1.0.1# locale
  LANG=tr_TR.UTF-8
  LC_CTYPE="tr_TR.UTF-8"
  ...
  LC_IDENTIFICATION="tr_TR.UTF-8"
  LC_ALL=
  ------------------
  ./configure && make
  .
  .
  .
  /opt/test/qemu-1.0.1/vl.c: In function 'main':
  /opt/test/qemu-1.0.1/vl.c:2248: hata: 'CONFIG_QEMU_CONFDIR' bildirilmemiş (bu işlevde ilk kullanımı)
  /opt/test/qemu-1.0.1/vl.c:2248: hata: (Bildirilmemiş her betimleyici görüldüğü her işlev
  /opt/test/qemu-1.0.1/vl.c:2248: hata: için sadece bir kez raporlanır.)
  /opt/test/qemu-1.0.1/vl.c:2248: hata: expected ')' before string constant
  /opt/test/qemu-1.0.1/vl.c:3090: hata: 'CONFIG_QEMU_DATADIR' bildirilmemiş (bu işlevde ilk kullanımı)
  make[1]: *** [vl.o] Hata 1
  make: *** [subdir-libhw64] Hata 2
  ------------------
  if we examine the config-host.h (look at the "i" characters)

  #define CONFIG_QEMU_PREFiX "/usr/local"
  #define CONFIG_QEMU_BiNDiR "/usr/local/bin"
  #define CONFIG_QEMU_LiBDiR "/usr/local/lib"
  #define CONFIG_QEMU_iNCLUDEDiR "/usr/local/include"
  #define CONFIG_QEMU_MANDiR "/usr/local/share/man"
  #define CONFIG_QEMU_DATADiR "/usr/local/share/qemu"
  #define CONFIG_QEMU_SYSCONFDiR "/usr/local/etc"
  #define CONFIG_QEMU_DOCDiR "/usr/local/share/doc/qemu"
  #define CONFIG_QEMU_CONFDiR "/usr/local/etc/qemu"
  -------------------

  changing LC_ALL and LC_LANG to POSIX (C) solves the problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/962880/+subscriptions

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

end of thread, other threads:[~2012-09-07 14:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-23  8:50 [Qemu-devel] [Bug 962880] [NEW] having a tr_TR.UTF-8 locale creates problems during compile Emre Ersin
2012-03-23 20:05 ` [Qemu-devel] [PATCH] Makefile: Set default locale C Stefan Weil
2012-03-24 12:44   ` Peter Maydell
2012-03-24 16:11     ` Emre Ersin
2012-03-24 17:56       ` Stefan Weil
2012-03-23 20:12 ` [Qemu-devel] [Bug 962880] Re: having a tr_TR.UTF-8 locale creates problems during compile Stefan Weil
2012-03-25 19:15 ` Stefan Weil
2012-03-31 18:28 ` Stefan Weil
2012-09-07 14:35 ` Aurelien Jarno

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).