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 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 for the noise. > For example, on CI the various containers have > > alpine 0.59.0 https://gitlab.com/bonzini/qemu/-/jobs/1571377952 > centos 0.58.2 https://gitlab.com/bonzini/qemu/-/jobs/1571377957 > Debian 0.58.2 https://gitlab.com/bonzini/qemu/-/jobs/1571377954 > Fedora 0.59.0 https://gitlab.com/bonzini/qemu/-/jobs/1571377956 > OpenSUSE 0.58.2 https://gitlab.com/bonzini/qemu/-/jobs/1571377958 > Ubuntu 0.58.2 https://gitlab.com/bonzini/qemu/-/jobs/1571377953 > > and they are all upgraded to the in-tree 0.59.2 now > (https://gitlab.com/bonzini/qemu/-/pipelines/382687127). > > Paolo >