Re: odd meson failure: Unknown variable "exe_name"

2020-08-27 Thread Stefan Hajnoczi
On Sun, Aug 23, 2020 at 9:34 PM Paolo Bonzini wrote: > > It's a rebase issue from the introduction of fuzzing binaries. I will send a > fix. I have sent a fix. Stefan

Re: odd meson failure: Unknown variable "exe_name"

2020-08-23 Thread Paolo Bonzini
It's a rebase issue from the introduction of fuzzing binaries. I will send a fix. Paolo Il dom 23 ago 2020, 12:54 Peter Maydell ha scritto: > On Sun, 23 Aug 2020 at 11:45, Peter Maydell > wrote: > > > > On my x86-64 Linux box, one of my local build trees turned out not > > to work: > > > > $

Re: odd meson failure: Unknown variable "exe_name"

2020-08-23 Thread Peter Maydell
On Sun, 23 Aug 2020 at 11:45, Peter Maydell wrote: > > On my x86-64 Linux box, one of my local build trees turned out not > to work: > > $ rm -rf build/x86 && mkdir build/x86 && (cd build/x86 && > '../../configure' > '--target-list=arm-softmmu,aarch64-softmmu,arm-linux-user,aarch64-linux-user' >

odd meson failure: Unknown variable "exe_name"

2020-08-23 Thread Peter Maydell
On my x86-64 Linux box, one of my local build trees turned out not to work: $ rm -rf build/x86 && mkdir build/x86 && (cd build/x86 && '../../configure' '--target-list=arm-softmmu,aarch64-softmmu,arm-linux-user,aarch64-linux-user' '--enable-debug' '--cc=ccache gcc' '--audio-drv-list=pa'