qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* more bogus meson warnings
@ 2021-11-02 13:38 Peter Maydell
  2021-11-02 13:40 ` Peter Maydell
  2021-11-03  8:01 ` Paolo Bonzini
  0 siblings, 2 replies; 7+ messages in thread
From: Peter Maydell @ 2021-11-02 13:38 UTC (permalink / raw)
  To: QEMU Developers; +Cc: Paolo Bonzini

I tried my static-system build config today; meson bogus
complaints include:

WARNING: Static library 'pulse' not found for dependency 'libpulse',
may not be statically linked
WARNING: Static library 'pulsecommon-11.1' not found for dependency
'libpulse', may not be statically linked
WARNING: Static library 'asound' not found for dependency 'alsa', may
not be statically linked
WARNING: Static library 'spice-server' not found for dependency
'spice-server', may not be statically linked
WARNING: Static library 'cacard' not found for dependency 'libcacard',
may not be statically linked

We asked for static linking, this should result in
"OK, no static library present, ignore optional feature",
not "decide we found the library and emit a warning message".

Has header "snappy-c.h" : YES
Library snappy found: YES
../../meson.build:1141: WARNING: could not link libsnappy, disabling
Has header "lzo/lzo1x.h" : YES
Library lzo2 found: YES
../../meson.build:1158: WARNING: could not link liblzo2, disabling

meson should just decide it doesn't have snappy and lzo2,
without emitting the warning.

thanks
-- PMM


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-11-04 13:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-02 13:38 more bogus meson warnings Peter Maydell
2021-11-02 13:40 ` Peter Maydell
2021-11-03  8:01 ` Paolo Bonzini
2021-11-03 12:19   ` Peter Maydell
2021-11-03 13:37     ` Paolo Bonzini
2021-11-04 11:02       ` Peter Maydell
2021-11-04 12:54         ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).