* [Qemu-devel] FYI: Need to a make clean due to recently pushed commit
@ 2011-10-10 14:49 Anthony Liguori
2011-10-11 12:48 ` Andreas Färber
2011-10-15 9:14 ` Blue Swirl
0 siblings, 2 replies; 3+ messages in thread
From: Anthony Liguori @ 2011-10-10 14:49 UTC (permalink / raw)
To: qemu-devel; +Cc: Luiz Capitulino
Due to:
commit e3193601c84558c303b1773379da76fce80c0a56
Author: Anthony Liguori <aliguori@us.ibm.com>
Date: Fri Sep 2 12:34:47 2011 -0500
qapi: use middle mode in QMP server
It'll be necessary to do a make clean if you have a tree that has a build from
before this commit.
If you get compile errors about "qmp-commands-old.h" or "qmp-commands.h", this
is most likely your problem.
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] FYI: Need to a make clean due to recently pushed commit
2011-10-10 14:49 [Qemu-devel] FYI: Need to a make clean due to recently pushed commit Anthony Liguori
@ 2011-10-11 12:48 ` Andreas Färber
2011-10-15 9:14 ` Blue Swirl
1 sibling, 0 replies; 3+ messages in thread
From: Andreas Färber @ 2011-10-11 12:48 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel, Luiz Capitulino
Am 10.10.2011 16:49, schrieb Anthony Liguori:
> Due to:
>
> commit e3193601c84558c303b1773379da76fce80c0a56
> Author: Anthony Liguori <aliguori@us.ibm.com>
> Date: Fri Sep 2 12:34:47 2011 -0500
>
> qapi: use middle mode in QMP server
>
> It'll be necessary to do a make clean if you have a tree that has a
> build from before this commit.
>
> If you get compile errors about "qmp-commands-old.h" or
> "qmp-commands.h", this is most likely your problem.
`make clean` wasn't sufficient here, `make distclean` worked.
Andreas
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746, AG Nürnberg
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] FYI: Need to a make clean due to recently pushed commit
2011-10-10 14:49 [Qemu-devel] FYI: Need to a make clean due to recently pushed commit Anthony Liguori
2011-10-11 12:48 ` Andreas Färber
@ 2011-10-15 9:14 ` Blue Swirl
1 sibling, 0 replies; 3+ messages in thread
From: Blue Swirl @ 2011-10-15 9:14 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel, Luiz Capitulino
On Mon, Oct 10, 2011 at 2:49 PM, Anthony Liguori <anthony@codemonkey.ws> wrote:
> Due to:
>
> commit e3193601c84558c303b1773379da76fce80c0a56
> Author: Anthony Liguori <aliguori@us.ibm.com>
> Date: Fri Sep 2 12:34:47 2011 -0500
>
> qapi: use middle mode in QMP server
>
> It'll be necessary to do a make clean if you have a tree that has a build
> from before this commit.
>
> If you get compile errors about "qmp-commands-old.h" or "qmp-commands.h",
> this is most likely your problem.
This is most unfortunate, it will make bisection across that point
slower for all future generations, forever. What is the root cause,
reusing a file name which was previously generated, removed and then
at some point became non-generated? How can we avoid this in the
future, would it help for example to ban such behavior, requiring that
when removing or renaming files, the obsolete names must be added to
.gitignore or checkpatch.pl?
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-15 9:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10 14:49 [Qemu-devel] FYI: Need to a make clean due to recently pushed commit Anthony Liguori
2011-10-11 12:48 ` Andreas Färber
2011-10-15 9:14 ` Blue Swirl
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).