Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-13 Thread Adhyas Avasthi
Seems like my toolchain set up was not proper. Resolved the build environment and it seems to build RC1 (target x86_64-softmmu) for me now. Will let you know if I can repro the issue again. I will try to build the other targets now. - Adhyas

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-13 Thread Anthony Liguori
On 09/13/2010 02:57 PM, Adhyas Avasthi wrote: The OS is RedHat What version? Regards, Anthony Liguori Thanks, Adhyas

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-13 Thread Adhyas Avasthi
The OS is RedHat Thanks, Adhyas

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-13 Thread Anthony Liguori
On 09/13/2010 02:51 PM, Adhyas Avasthi wrote: Alright, so I updated the version of make to what you have(3.81 GNU Make built for x86_64-redhat-linux-gnu) What OS are you running? When I build the RC1 image now, I get a bunch of compile time errors (different than what I saw before). Repro

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-13 Thread Adhyas Avasthi
Alright, so I updated the version of make to what you have(3.81 GNU Make built for x86_64-redhat-linux-gnu) When I build the RC1 image now, I get a bunch of compile time errors (different than what I saw before). Reproduced below. Not sure if this is because RC1 code has issues or something to do w

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-13 Thread Anthony Liguori
On 09/13/2010 12:47 PM, Adhyas Avasthi wrote: Anthony Are you sure that this error is because the make version is not similar to yours? As I said, I cannot even make the rc1 image. The last stable image I can make is qemu-0.12.5 Even 0.12.5 also gives the make output initially that says "could n

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-13 Thread Adhyas Avasthi
Anthony Are you sure that this error is because the make version is not similar to yours? As I said, I cannot even make the rc1 image. The last stable image I can make is qemu-0.12.5 Even 0.12.5 also gives the make output initially that says "could not find -include" but continues to build without

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-12 Thread Adhyas Avasthi
I tried qemu-0.13.0-rc1 and it has the same issues on this machine. Let me try what you suggest. Thanks, Adhyas On Sun, Sep 12, 2010 at 3:21 PM, Andreas Färber wrote: > Try giving an explicit --target-list= to configure, to narrow down what > build step causes this. There may be subtle dependenc

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-12 Thread malc
On Fri, 10 Sep 2010, Adhyas Avasthi wrote: > When I try to run the following commands on rc1 or fresh git (synced 5 > minutes back), I get the following error: > > bash-3.2$ ./configure --disable-kvm --disable-xen > bash-3.2$ make > Makefile:24: no file name for `-include' > make-3.79.1-p7[1]: **

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-12 Thread Anthony Liguori
On 09/12/2010 04:16 PM, Andreas Färber wrote: Am 12.09.2010 um 21:26 schrieb Anthony Liguori: On 09/12/2010 01:06 PM, Adhyas Avasthi wrote: Thanks for the response. I tried './configure' without any arguments and still the same issue. Find the output from ./configure and make attached. You'

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-12 Thread Andreas Färber
Am 13.09.2010 um 00:08 schrieb Adhyas Avasthi: Is there a workaround that can unblock me for the time being ? Try giving an explicit --target-list= to configure, to narrow down what build step causes this. There may be subtle dependency issues, cf. my recent patch "trace: Fix user emulator

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-12 Thread Adhyas Avasthi
bash-3.2$ make --version GNU Make version 3.79.1-p7, by Richard Stallman and Roland McGrath. Built for i686-pc-linux-gnu Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-12 Thread Andreas Färber
Am 12.09.2010 um 21:26 schrieb Anthony Liguori: On 09/12/2010 01:06 PM, Adhyas Avasthi wrote: Thanks for the response. I tried './configure' without any arguments and still the same issue. Find the output from ./configure and make attached. You've got a weird version of make installed. It's

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-12 Thread Anthony Liguori
On 09/12/2010 01:06 PM, Adhyas Avasthi wrote: Thanks for the response. I tried './configure' without any arguments and still the same issue. Find the output from ./configure and make attached. You've got a weird version of make installed. It's throwing an error when no file is specified fo

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-12 Thread Adhyas Avasthi
Thanks for the response. I tried './configure' without any arguments and still the same issue. Find the output from ./configure and make attached. Thanks, Adhyas On Sat, Sep 11, 2010 at 10:37 AM, Anthony Liguori wrote: > Please  include the full output of configure. > > Why are you explicitly us

Re: [Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-11 Thread Anthony Liguori
On 09/10/2010 06:59 PM, Adhyas Avasthi wrote: When I try to run the following commands on rc1 or fresh git (synced 5 minutes back), I get the following error: bash-3.2$ ./configure --disable-kvm --disable-xen bash-3.2$ make Please include the full output of configure. Why are you explici

[Qemu-devel] Issue with compiling qemu-0.13.0.-rc1

2010-09-10 Thread Adhyas Avasthi
When I try to run the following commands on rc1 or fresh git (synced 5 minutes back), I get the following error: bash-3.2$ ./configure --disable-kvm --disable-xen bash-3.2$ make Makefile:24: no file name for `-include' make-3.79.1-p7[1]: *** No rule to make target `loader.o', needed by `all'. Sto