On Mon, Nov 18, 2019 at 11:08:52AM +0000, Peter Maydell wrote: > On Mon, 18 Nov 2019 at 09:13, Markus Armbruster <[email protected]> wrote: > > > > Laszlo Ersek <[email protected]> writes: > > > > > On 10/23/19 12:19, Gerd Hoffmann wrote: > > >> Build error message: > > >> qemu-doc.texi:34: node `Top' lacks menu item for `Recently removed > > >> features' despite being its Up target > > >> > > >> Fixes: 3264ffced3d0 ("dirty-bitmaps: remove deprecated autoload > > >> parameter") > > >> Signed-off-by: Gerd Hoffmann <[email protected]> > > >> --- > > >> qemu-doc.texi | 1 + > > >> 1 file changed, 1 insertion(+) > > >> > > >> diff --git a/qemu-doc.texi b/qemu-doc.texi > > >> index 3c5022050f0f..3ddf5c0a6865 100644 > > >> --- a/qemu-doc.texi > > >> +++ b/qemu-doc.texi > > >> @@ -44,6 +44,7 @@ > > >> * Security:: > > >> * Implementation notes:: > > >> * Deprecated features:: > > >> +* Recently removed features:: > > >> * Supported build platforms:: > > >> * License:: > > >> * Index:: > > >> > > > > > > Can this patch be included in v4.2.0-rc2 please? > > > > Cc'ing qemu-trivial again, might be a workable path into -rc2. > > I've just applied it directly to master. (Not sure why none > of my build test machines complain about the error.)
Probably some build dependency for --enable-docs is missing. sphinx maybe? cheers, Gerd
