From: Thierry Bultel <thierry.bultel@wanadoo.fr>
To: buildroot@busybox.net
Subject: [Buildroot] Issue with iconv_open and Linaro toolchain
Date: Thu, 11 Jul 2013 11:20:52 +0200 [thread overview]
Message-ID: <51DE78F4.9050705@wanadoo.fr> (raw)
Hi,
My problem was first to find out why my QT (forX11) applications reported
the famous errors at startup:
QIconvCodec::convertFromUnicode: using Latin-1 for conversion,
iconv_open failed
QIconvCodec::convertToUnicode: using Latin-1 for conversion, iconv_open
failed
After some diving into the code and some qemu strace stuff, too, I found
out that the
problem is due to the fact that iconv_open tries to open :
/usr/lib/arm-linux-gnueabihf/gconv/gconv-modules.cache
The /usr/lib/arm-linux-gnueabihf does not exist at all on the target,
but only in the sysroot.
Copying it manually solves the issue, but I do not feel comfortable with
having a piece
of the toolchain path on my system...
What is your point of view about this ? What would be the right way to do ?
Thanks
Thierry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130711/3b404969/attachment.html>
next reply other threads:[~2013-07-11 9:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-11 9:20 Thierry Bultel [this message]
2013-07-11 10:56 ` [Buildroot] Issue with iconv_open and Linaro toolchain Thomas Petazzoni
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=51DE78F4.9050705@wanadoo.fr \
--to=thierry.bultel@wanadoo.fr \
--cc=buildroot@busybox.net \
/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