On Tue, Sep 8, 2020 at 3:27 PM Peter Maydell <peter.mayd...@linaro.org> wrote: > > On Tue, 8 Sep 2020 at 10:45, Paolo Bonzini <pbonz...@redhat.com> wrote: > > > > The following changes since commit e11bd71f89649da3cff439c030d2ccac0cc914e3: > > > > Merge remote-tracking branch > > 'remotes/huth-gitlab/tags/pull-request-2020-09-07' into staging (2020-09-07 > > 16:51:00 +0100) > > > > are available in the Git repository at: > > > > https://gitlab.com/bonzini/qemu.git tags/for-upstream > > > > for you to fetch changes up to ef6a0d6e3927464de67f70cb13abbfe67361e0c9: > > > > docs: update build system documentation (2020-09-08 07:21:55 +0200) > > > > ---------------------------------------------------------------- > > meson related: > > * convert unit tests > > * bugfixes for mtest2make > > * miscellaneous bugfixes > > * dead code removal and configure cleanups > > * oss-fuzz fixes > > * msys fixes > > > Applied, thanks.
Another failure calling 'make' in my 'sanitizer' build dir: Head of config.log: '../configure' '--enable-trace-backends=log' '--cc=clang' '--cxx=clang++' '--disable-user' '--extra-cflags=-ggdb' '--enable-debug' '--enable-sanitizers' '--skip-meson' Dependency sdl2 found: YES 2.0.12 (cached) Found pkg-config: /usr/bin/pkg-config (1.6.3) Run-time dependency sdl2_image found: NO (tried pkgconfig) ../meson.build:318:2: ERROR: Key OPENGL_CFLAGS is not in dict A full log can be found at build/meson-logs/meson-log.txt Tail of log: Library mpathpersist found: YES Dependency sdl2 found: YES 2.0.12 (cached) Pkg-config binary for MachineChoice.HOST is not cached. Pkg-config binary for MachineChoice.HOST specified from cross file, native file, or env var as ['pkg-config'] Found pkg-config: /usr/bin/pkg-config (1.6.3) Determining dependency 'SDL2_image' with pkg-config executable '/usr/bin/pkg-config' PKG_CONFIG_PATH: Called `/usr/bin/pkg-config --modversion SDL2_image` -> 1 Run-time dependency sdl2_image found: NO (tried pkgconfig) Re-running the 'configure' line without '--skip-meson', then 'make' again is OK. I ran "dnf upgrade" last week but the "dnf history" doesn't show anything related to SDL2.