From: Stefan Weil <weil@mail.berlios.de>
To: Jean-Christophe Dubois <jcd@tribudubois.net>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] patch for i386 build on x86_64
Date: Sat, 21 Nov 2009 19:56:16 +0100 [thread overview]
Message-ID: <4B0837D0.5050206@mail.berlios.de> (raw)
In-Reply-To: <200911211029.32302.jcd@tribudubois.net>
Jean-Christophe Dubois schrieb:
> Is this patch considered for inclusion?
>
> Qemu doesn't seem to be able to build (for i386 target) on Ubuntu Karmic Koala
> host (x86_64) without it.
>
> Thanks
>
> JC
>
> le dimanche 8 novembre 2009 jamesmikedupont@googlemail.com a écrit
>
>> http://fmtyewtk.blogspot.com/2009/11/qemu-patch-for-386-on-x8664-ubuntu.htm
>> l
>>
>> In configure, remove this line :
>> +#-D_FILE_OFFSET_BITS=64
>>
>>
>> else
>> undefined reference to `fallocate64'
>>
>> mike
>>
fallocate64 should come from libc6 (it does on my debian system
with libc6 2.10.1-7) for any target you build. Try
ldd i386-linux-user/qemu-i386
to see which libraries will be used by your binary.
Removing support for large files (this is what the patch does)
is not good, because large files are quite normal today.
Regards,
Stefan
prev parent reply other threads:[~2009-11-21 18:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-08 9:15 [Qemu-devel] patch for i386 build on x86_64 jamesmikedupont
2009-11-21 9:29 ` Jean-Christophe Dubois
2009-11-21 18:56 ` Stefan Weil [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=4B0837D0.5050206@mail.berlios.de \
--to=weil@mail.berlios.de \
--cc=jcd@tribudubois.net \
--cc=qemu-devel@nongnu.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).