Re: [PULL 12/12] meson: show library versions in the summary

2021-10-07 Thread Paolo Bonzini
On 06/10/21 19:56, Philippe Mathieu-Daudé wrote: How do you run "./configure"?  If you passed explicitly "--meson=/usr/bin/meson" or something like that, then you're asking for the broken version (which works fine except for the summary). Yes you are right, this build dir had --meson=. Sorry

Re: [PULL 12/12] meson: show library versions in the summary

2021-10-06 Thread Philippe Mathieu-Daudé
On 10/6/21 19:16, Paolo Bonzini wrote: > On 06/10/21 18:55, Philippe Mathieu-Daudé wrote: >> So something doesn't work, because my system has 0.59.1 and it is used >> instead of the submodule... > > How do you run "./configure"?  If you passed explicitly > "--meson=/usr/bin/meson" or something

Re: [PULL 12/12] meson: show library versions in the summary

2021-10-06 Thread Paolo Bonzini
On 06/10/21 18:55, Philippe Mathieu-Daudé wrote: So something doesn't work, because my system has 0.59.1 and it is used instead of the submodule... How do you run "./configure"? If you passed explicitly "--meson=/usr/bin/meson" or something like that, then you're asking for the broken

Re: [PULL 12/12] meson: show library versions in the summary

2021-10-06 Thread Philippe Mathieu-Daudé
On 10/6/21 18:52, Richard Henderson wrote: > On 10/6/21 9:22 AM, Philippe Mathieu-Daudé wrote: >> There seems to be something wrong here: >> >> The Meson build system >> Version: 0.59.1 >> [..] >> rbd support  : YES >> xfsctl support   : NO >> smartcard

Re: [PULL 12/12] meson: show library versions in the summary

2021-10-06 Thread Richard Henderson
On 10/6/21 9:22 AM, Philippe Mathieu-Daudé wrote: There seems to be something wrong here: The Meson build system Version: 0.59.1 [..] rbd support : YES xfsctl support : NO smartcard support: [, ' ', ] Paolo said in the cover letter

Re: [PULL 12/12] meson: show library versions in the summary

2021-10-06 Thread Philippe Mathieu-Daudé
On 10/5/21 18:44, Paolo Bonzini wrote: > Meson 0.57 allows passing external programs and dependency objects > to summary(). Use this to show library versions and paths in the > summary. > > Signed-off-by: Paolo Bonzini > --- > meson.build | 112

[PULL 12/12] meson: show library versions in the summary

2021-10-05 Thread Paolo Bonzini
Meson 0.57 allows passing external programs and dependency objects to summary(). Use this to show library versions and paths in the summary. Signed-off-by: Paolo Bonzini --- meson.build | 112 +--- 1 file changed, 54 insertions(+), 58