Re: [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK

2018-04-18 Thread Daniel P . Berrangé
On Wed, Apr 18, 2018 at 10:29:35AM +0100, Peter Maydell wrote: > On 18 April 2018 at 09:09, Bob Chen wrote: > > I found that it has nothing to do with the release version, but the github > > one is just not able to work... > > > > So what github and qemu.org provide are totally different things? >

Re: [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK

2018-04-18 Thread Alex Bennée
Bob Chen writes: > I think you can edit the github's repo description to tell people not to > download release from this site. I've updated the repo description. Official QEMU mirror. Please see http://wiki.qemu.org/Contribute/SubmitAPatch for how to submit changes to QEMU. Pull Requests

Re: [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK

2018-04-18 Thread Alex Bennée
Bob Chen writes: > I found that it has nothing to do with the release version, but the github > one is just not able to work... > > So what github and qemu.org provide are totally different things? AFAICT github generates those tarballs automatically whenever it sees a tag. But it's not the sam

Re: [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK

2018-04-18 Thread Bob Chen
I think you can edit the github's repo description to tell people not to download release from this site. 2018-04-18 17:29 GMT+08:00 Peter Maydell : > On 18 April 2018 at 09:09, Bob Chen wrote: > > I found that it has nothing to do with the release version, but the > github > > one is just not a

Re: [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK

2018-04-18 Thread Peter Maydell
On 18 April 2018 at 09:09, Bob Chen wrote: > I found that it has nothing to do with the release version, but the github > one is just not able to work... > > So what github and qemu.org provide are totally different things? The "tarballs" from github don't work and can't work, but github provides

Re: [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK

2018-04-18 Thread Bob Chen
I found that it has nothing to do with the release version, but the github one is just not able to work... So what github and qemu.org provide are totally different things? 2018-04-18 14:52 GMT+08:00 Bob Chen : > No, I downloaded the release tarball from github. > > 2018-04-18 14:25 GMT+08:00

Re: [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK

2018-04-17 Thread Bob Chen
No, I downloaded the release tarball from github. 2018-04-18 14:25 GMT+08:00 Stefan Weil : > Am 18.04.2018 um 08:19 schrieb Bob Chen: > > fatal error: ui/input-keymap-atset1-to-qcode.c: No such file or > directory > > > > Build on my CentOS 7. > > > > That file is generated during the build. rc4

Re: [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK

2018-04-17 Thread Stefan Weil
Am 18.04.2018 um 08:19 schrieb Bob Chen: > fatal error: ui/input-keymap-atset1-to-qcode.c: No such file or directory > > Build on my CentOS 7. > That file is generated during the build. rc4 compiles in my test on Debian. Did you start your build from a fresh git clone? Stefan

[Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK

2018-04-17 Thread Bob Chen
fatal error: ui/input-keymap-atset1-to-qcode.c: No such file or directory Build on my CentOS 7.