Re: [PATCH] build: Replace meson introspection argument with a builddir

2025-02-28 Thread Joel Granados
On Thu, Feb 27, 2025 at 10:38:11AM +, Peter Maydell wrote: > On Thu, 27 Feb 2025 at 10:20, Paolo Bonzini wrote: > > > > On 2/27/25 11:07, Joel Granados wrote: > > > Here is the error I see: > > > cmd: > > >meson introspect --buildoptions /home/joel/src/qemu/meson.build > > > > > > output:

Re: [PATCH] build: Replace meson introspection argument with a builddir

2025-02-27 Thread Peter Maydell
On Thu, 27 Feb 2025 at 10:20, Paolo Bonzini wrote: > > On 2/27/25 11:07, Joel Granados wrote: > > Here is the error I see: > > cmd: > >meson introspect --buildoptions /home/joel/src/qemu/meson.build > > > > output: > >meson.build:88:12: ERROR: Unknown compiler(s): [['rustc']] > >The fo

Re: [PATCH] build: Replace meson introspection argument with a builddir

2025-02-27 Thread Paolo Bonzini
On 2/27/25 11:07, Joel Granados wrote: Here is the error I see: cmd: meson introspect --buildoptions /home/joel/src/qemu/meson.build output: meson.build:88:12: ERROR: Unknown compiler(s): [['rustc']] The following exception(s) were encountered: Running `rustc --version` gave "[Errno

Re: [PATCH] build: Replace meson introspection argument with a builddir

2025-02-27 Thread Joel Granados
On Mon, Feb 24, 2025 at 11:57:24AM +0100, Paolo Bonzini wrote: > On 2/4/25 21:10, Joel Granados wrote: > > Replace the meson introspect argument with the build directory instead > > of the meson.build file. The introspect command accepts an optional > > build directory not a file. > > > > Signed-o

Re: [PATCH] build: Replace meson introspection argument with a builddir

2025-02-24 Thread Paolo Bonzini
On 2/4/25 21:10, Joel Granados wrote: Replace the meson introspect argument with the build directory instead of the meson.build file. The introspect command accepts an optional build directory not a file. Signed-off-by: Joel Granados --- For some reason this causes an error when I "remote" comp

Re: [PATCH] build: Replace meson introspection argument with a builddir

2025-02-24 Thread Thomas Huth
On 04/02/2025 21.10, Joel Granados wrote: Replace the meson introspect argument with the build directory instead of the meson.build file. The introspect command accepts an optional build directory not a file. Signed-off-by: Joel Granados --- For some reason this causes an error when I "remote"

[PATCH] build: Replace meson introspection argument with a builddir

2025-02-04 Thread Joel Granados
Replace the meson introspect argument with the build directory instead of the meson.build file. The introspect command accepts an optional build directory not a file. Signed-off-by: Joel Granados --- For some reason this causes an error when I "remote" compile qemu. In any case, the introspect on