On Thu, Sep 19, 2019 at 04:39:00PM +0100, Peter Maydell wrote: > On Thu, 19 Sep 2019 at 16:37, Eric Blake <ebl...@redhat.com> wrote: > > > > On 9/19/19 10:22 AM, Peter Maydell wrote: > > > > > Alex looked at this and suggests the problem is probably because > > > you're doing an in-tree build. > > > > Bingo. I thought we wanted to get rid of that, though. What's the > > status on forcing out-of-tree builds? (I'll adapt, but only once > > patches are in that force me to). > > I think the general consensus was that it would probably > be a good idea, but nobody's actually written any code :-) > (Among other things, various bits of CI infra, probably > the tests/vm code, etc, need updating to not try to do > an in-tree build.)
We have another issue introduced by this patch and not fixed yet, caused by this sphinx-build bug: https://github.com/sphinx-doc/sphinx/issues/2946 We're triggering that bug because the interop/index.html and interop/qemu-ga.8 rules are using the same doctree cache directory. -- Eduardo