Oh well. Let's add a to-do marker. Paolo Il mer 23 giu 2021, 09:36 Gerd Hoffmann ha scritto: > On Tue, Jun 22, 2021 at 06:03:45PM +0200, Paolo Bonzini wrote: > > On 21/06/21 14:52, Gerd Hoffmann wrote: > > > ninja: error: 'libui-curses.a.p/meson-generated_.._config-host.h.o', > needed by 'ui-curses.modinfo.test', missing and no known rule to make it > > > > > > Hmm, not sure where this comes from. meson doesn't try to link > > > config-host.h.o into libui-curses.a, so why does extract_all_objects() > > > return it? > > > > > > Test patch (incremental to this series) below. > > > > Bug in Meson, fix at https://github.com/mesonbuild/meson/pull/8900. > You can > > just ignore missing files. > > Well, it's ninja throwing the error not the modinfo script, the script > doesn't even run ... > > take care, > Gerd > >