Re: [Qemu-devel] qemu compile error

2017-10-23 Thread Chen, Farrah
Yes, I saw that patch, thank you ! Thanks, Fan -Original Message- From: Daniel P. Berrange [mailto:berra...@redhat.com] Sent: Monday, October 23, 2017 9:46 PM To: Chen, Farrah Cc: Peter Maydell ; qemu-devel@nongnu.org; Hu, Robert Subject: Re: [Qemu-devel] qemu compile error On

Re: [Qemu-devel] qemu compile error

2017-10-23 Thread Daniel P. Berrange
On Mon, Oct 23, 2017 at 01:43:30PM +, Chen, Farrah wrote: > Thank you very much! > I removed "1>/dev/null 2>&1" in scripts/git-submodule.sh and found I can't > git clone git://git.qemu-project.org/dtc.git without tsocks. > I used Daniel's approach, created the wrapper script called 'git' that r

Re: [Qemu-devel] qemu compile error

2017-10-23 Thread Chen, Farrah
les before compiling. It works. Thanks, Fan -Original Message- From: Peter Maydell [mailto:peter.mayd...@linaro.org] Sent: Friday, October 20, 2017 8:42 PM To: Chen, Farrah Cc: qemu-devel@nongnu.org; Hu, Robert ; Daniel P. Berrange Subject: Re: [Qemu-devel] qemu compile error On 20 Octobe

Re: [Qemu-devel] qemu compile error

2017-10-20 Thread Eric Blake
On 10/20/2017 07:41 AM, Peter Maydell wrote: > Fan: this happens because we tried to run a 'git submodule' > command and it failed. If you edit scripts/git-submodule.sh > to remove the "1>/dev/null 2>&1" part of the 'git submodule > update' command line then rerun make it should print the > error m

Re: [Qemu-devel] qemu compile error

2017-10-20 Thread Daniel P. Berrange
On Fri, Oct 20, 2017 at 01:41:59PM +0100, Peter Maydell wrote: > On 20 October 2017 at 13:13, Chen, Farrah wrote: > > Hi, > > > > When I build qemu with commit from aef45d51d1204f3335fb99de6658e0c5612c2b67 > > to the latest one, the following error occurred: > > > > tsocks git clone git://git.qem

Re: [Qemu-devel] qemu compile error

2017-10-20 Thread Daniel P. Berrange
On Fri, Oct 20, 2017 at 12:13:05PM +, Chen, Farrah wrote: > Hi, > > When I build qemu with commit from aef45d51d1204f3335fb99de6658e0c5612c2b67 > to the latest one, the following error occurred: > > tsocks git clone git://git.qemu.org/qemu.git The use of 'tsocks' is probably the problem you

Re: [Qemu-devel] qemu compile error

2017-10-20 Thread Peter Maydell
On 20 October 2017 at 13:13, Chen, Farrah wrote: > Hi, > > When I build qemu with commit from aef45d51d1204f3335fb99de6658e0c5612c2b67 > to the latest one, the following error occurred: > > tsocks git clone git://git.qemu.org/qemu.git > cd qemu > > ./configure --target-list=x86_64-softmmu --enabl

[Qemu-devel] qemu compile error

2017-10-20 Thread Chen, Farrah
Hi, When I build qemu with commit from aef45d51d1204f3335fb99de6658e0c5612c2b67 to the latest one, the following error occurred: tsocks git clone git://git.qemu.org/qemu.git cd qemu ./configure --target-list=x86_64-softmmu --enable-kvm --enable-vnc --disable-gtk --enable-libusb --enable-numa -