Re: "make check" broken with everything but tools disabled

2021-03-23 Thread Claudio Fontana
On 3/18/21 11:03 AM, Paolo Bonzini wrote: > On 18/03/21 10:16, Claudio Fontana wrote: >> my experience with the new build system (meson-based), is that I have to do: >> >> make >> >> first, and then >> >> make check >> >> later, or bugs start happening > > This shouldn't be needed. > > Paolo >

Re: "make check" broken with everything but tools disabled

2021-03-18 Thread Philippe Mathieu-Daudé
On 3/18/21 10:16 AM, Claudio Fontana wrote: > On 3/16/21 2:28 PM, Markus Armbruster wrote: >> Watch this: >> >> $ mkdir bld-tools >> $ cd bld-tools >> $ ../configure --disable-system --disable-user --enable-tools >> $ make check >> [...] >> make: *** No rule to make target '

Re: "make check" broken with everything but tools disabled

2021-03-18 Thread Paolo Bonzini
On 18/03/21 10:16, Claudio Fontana wrote: my experience with the new build system (meson-based), is that I have to do: make first, and then make check later, or bugs start happening This shouldn't be needed. Paolo

Re: "make check" broken with everything but tools disabled

2021-03-18 Thread Claudio Fontana
On 3/16/21 2:28 PM, Markus Armbruster wrote: > Watch this: > > $ mkdir bld-tools > $ cd bld-tools > $ ../configure --disable-system --disable-user --enable-tools > $ make check > [...] > make: *** No rule to make target 'tests/qemu-iotests/socket_scm_helper', > needed by '

Re: "make check" broken with everything but tools disabled

2021-03-18 Thread Philippe Mathieu-Daudé
On 3/17/21 11:35 PM, John Snow wrote: > On 3/16/21 9:28 AM, Markus Armbruster wrote: >> Watch this: >> >> $ mkdir bld-tools >> $ cd bld-tools >> $ ../configure --disable-system --disable-user --enable-tools >> $ make check >> [...] >> make: *** No rule to make target >

Re: "make check" broken with everything but tools disabled

2021-03-17 Thread John Snow
On 3/16/21 9:28 AM, Markus Armbruster wrote: Watch this: $ mkdir bld-tools $ cd bld-tools $ ../configure --disable-system --disable-user --enable-tools $ make check [...] make: *** No rule to make target 'tests/qemu-iotests/socket_scm_helper', needed by 'check-bloc

"make check" broken with everything but tools disabled

2021-03-16 Thread Markus Armbruster
Watch this: $ mkdir bld-tools $ cd bld-tools $ ../configure --disable-system --disable-user --enable-tools $ make check [...] make: *** No rule to make target 'tests/qemu-iotests/socket_scm_helper', needed by 'check-block'. Stop.