* [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK
@ 2018-04-18 6:19 Bob Chen
2018-04-18 6:25 ` Stefan Weil
0 siblings, 1 reply; 9+ messages in thread
From: Bob Chen @ 2018-04-18 6:19 UTC (permalink / raw)
To: qemu-devel
fatal error: ui/input-keymap-atset1-to-qcode.c: No such file or directory
Build on my CentOS 7.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK
2018-04-18 6:19 [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK Bob Chen
@ 2018-04-18 6:25 ` Stefan Weil
2018-04-18 6:52 ` Bob Chen
0 siblings, 1 reply; 9+ messages in thread
From: Stefan Weil @ 2018-04-18 6:25 UTC (permalink / raw)
To: Bob Chen, qemu-devel
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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK
2018-04-18 6:25 ` Stefan Weil
@ 2018-04-18 6:52 ` Bob Chen
2018-04-18 8:09 ` Bob Chen
0 siblings, 1 reply; 9+ messages in thread
From: Bob Chen @ 2018-04-18 6:52 UTC (permalink / raw)
To: Stefan Weil; +Cc: qemu-devel
No, I downloaded the release tarball from github.
2018-04-18 14:25 GMT+08:00 Stefan Weil <sw@weilnetz.de>:
> 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
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK
2018-04-18 6:52 ` Bob Chen
@ 2018-04-18 8:09 ` Bob Chen
2018-04-18 9:29 ` Peter Maydell
2018-04-18 10:06 ` Alex Bennée
0 siblings, 2 replies; 9+ messages in thread
From: Bob Chen @ 2018-04-18 8:09 UTC (permalink / raw)
To: Stefan Weil; +Cc: qemu-devel
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 <a175818323@gmail.com>:
> No, I downloaded the release tarball from github.
>
> 2018-04-18 14:25 GMT+08:00 Stefan Weil <sw@weilnetz.de>:
>
>> 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
>>
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK
2018-04-18 8:09 ` Bob Chen
@ 2018-04-18 9:29 ` Peter Maydell
2018-04-18 9:54 ` Bob Chen
2018-04-18 10:13 ` Daniel P. Berrangé
2018-04-18 10:06 ` Alex Bennée
1 sibling, 2 replies; 9+ messages in thread
From: Peter Maydell @ 2018-04-18 9:29 UTC (permalink / raw)
To: Bob Chen; +Cc: Stefan Weil, QEMU Developers
On 18 April 2018 at 09:09, Bob Chen <a175818323@gmail.com> 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 no mechanism for the project to say "don't
create this page". You can complain to github about this
if you like.
You're best off starting with the project's own web
page: https://www.qemu.org/ -- we use github only as
a sort of backup git server in case our own is down.
thanks
-- PMM
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK
2018-04-18 9:29 ` Peter Maydell
@ 2018-04-18 9:54 ` Bob Chen
2018-04-18 10:08 ` Alex Bennée
2018-04-18 10:13 ` Daniel P. Berrangé
1 sibling, 1 reply; 9+ messages in thread
From: Bob Chen @ 2018-04-18 9:54 UTC (permalink / raw)
To: Peter Maydell; +Cc: Stefan Weil, QEMU Developers
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 <peter.maydell@linaro.org>:
> On 18 April 2018 at 09:09, Bob Chen <a175818323@gmail.com> 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 no mechanism for the project to say "don't
> create this page". You can complain to github about this
> if you like.
>
> You're best off starting with the project's own web
> page: https://www.qemu.org/ -- we use github only as
> a sort of backup git server in case our own is down.
>
> thanks
> -- PMM
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK
2018-04-18 9:54 ` Bob Chen
@ 2018-04-18 10:08 ` Alex Bennée
0 siblings, 0 replies; 9+ messages in thread
From: Alex Bennée @ 2018-04-18 10:08 UTC (permalink / raw)
To: Bob Chen; +Cc: Peter Maydell, Stefan Weil, QEMU Developers
Bob Chen <a175818323@gmail.com> 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 are ignored. Please only use release tarballs
from the QEMU website. http://www.qemu.org
>
> 2018-04-18 17:29 GMT+08:00 Peter Maydell <peter.maydell@linaro.org>:
>
>> On 18 April 2018 at 09:09, Bob Chen <a175818323@gmail.com> 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 no mechanism for the project to say "don't
>> create this page". You can complain to github about this
>> if you like.
>>
>> You're best off starting with the project's own web
>> page: https://www.qemu.org/ -- we use github only as
>> a sort of backup git server in case our own is down.
>>
>> thanks
>> -- PMM
>>
--
Alex Bennée
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK
2018-04-18 9:29 ` Peter Maydell
2018-04-18 9:54 ` Bob Chen
@ 2018-04-18 10:13 ` Daniel P. Berrangé
1 sibling, 0 replies; 9+ messages in thread
From: Daniel P. Berrangé @ 2018-04-18 10:13 UTC (permalink / raw)
To: Peter Maydell; +Cc: Bob Chen, Stefan Weil, QEMU Developers
On Wed, Apr 18, 2018 at 10:29:35AM +0100, Peter Maydell wrote:
> On 18 April 2018 at 09:09, Bob Chen <a175818323@gmail.com> 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 no mechanism for the project to say "don't
> create this page". You can complain to github about this
> if you like.
>
> You're best off starting with the project's own web
> page: https://www.qemu.org/ -- we use github only as
> a sort of backup git server in case our own is down.
I sent a patch that adds a sanity check to configure to try to catch this
mistake - it would also affect people who created tarballs with a plain
"git archive" command
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK
2018-04-18 8:09 ` Bob Chen
2018-04-18 9:29 ` Peter Maydell
@ 2018-04-18 10:06 ` Alex Bennée
1 sibling, 0 replies; 9+ messages in thread
From: Alex Bennée @ 2018-04-18 10:06 UTC (permalink / raw)
To: Bob Chen; +Cc: Stefan Weil, qemu-devel
Bob Chen <a175818323@gmail.com> 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 same as the official release tarballs.
--
Alex Bennée
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2018-04-18 10:13 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-18 6:19 [Qemu-devel] Latest v2.12.0-rc4 has compiling error, rc3 is OK Bob Chen
2018-04-18 6:25 ` Stefan Weil
2018-04-18 6:52 ` Bob Chen
2018-04-18 8:09 ` Bob Chen
2018-04-18 9:29 ` Peter Maydell
2018-04-18 9:54 ` Bob Chen
2018-04-18 10:08 ` Alex Bennée
2018-04-18 10:13 ` Daniel P. Berrangé
2018-04-18 10:06 ` Alex Bennée
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).