On Thu, 20 Aug 2020 at 12:52, Paolo Bonzini <[email protected]> wrote: > > On 20/08/20 12:33, Peter Maydell wrote: > > 'make check' still fails for the all-linux-static config, this > > time for a different reason: > > > > make: *** No rule to make target 'check-qtest', needed by 'check'. Stop. > > Oh, there are two "check:" rules. > > I pushed again the tag
For the all-linux-static build, Meson emits these WARNING lines: Configuring ninjatool using configuration Library m found: YES Library util found: YES Library aio found: YES Library rt found: YES Found pkg-config: /usr/bin/pkg-config (0.29.1) WARNING: Static library 'asound' not found for dependency 'sdl2', may not be statically linked WARNING: Static library 'pulse-simple' not found for dependency 'sdl2', may not be statically linked WARNING: Static library 'pulse' not found for dependency 'sdl2', may not be statically linked WARNING: Static library 'sndio' not found for dependency 'sdl2', may not be statically linked WARNING: Static library 'wayland-egl' not found for dependency 'sdl2', may not be statically linked WARNING: Static library 'wayland-client' not found for dependency 'sdl2', may not be statically linked WARNING: Static library 'wayland-cursor' not found for dependency 'sdl2', may not be statically linked Run-time dependency sdl2 found: YES 2.0.8 Found CMake: /usr/bin/cmake (3.10.2) Run-time dependency sdl-image found: NO (tried pkgconfig and cmake) Run-time dependency libpng found: YES 1.6.34 What are they for, and can they be suppressed ? thanks -- PMM
