On Tue, 18 Aug 2020 at 15:14, Paolo Bonzini <pbonz...@redhat.com> wrote: > > The following changes since commit d0ed6a69d399ae193959225cdeaa9382746c91cc: > > Update version for v5.1.0 release (2020-08-11 17:07:03 +0100) > > are available in the Git repository at: > > https://gitlab.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to 3aecbe785d65e3b92a3617c60e4d226362d9bdd5: > > docs: convert build system documentation to rST (2020-08-18 10:02:43 -0400) > > New since v3: > * C include files renamed from .inc to .c.inc > * fixed pc-bios/s390-ccw clean targets > * fixed error splat when doing "make" from unconfigured build directory > * use --native-file to list tools chosen by configure > * fixes for Windows (SDL, Wixl) > * C++ compiler not mandatory anymore > * remove useless .. search path for modules > > ----------------------------------------------------------------
Build failure, x86-64 Linux. It looks like this version can't handle configure --cc='ccache gcc'. Full configure line; '../../configure' '--cc=ccache gcc' '--enable-debug' '--python=python3' make: *** Deleting file 'config-host.mak' make: Entering directory '/home/petmay01/linaro/qemu-for-merges/build/alldbg' config-host.mak is out-of-date, running configure cross containers docker NOTE: guest cross-compilers enabled: aarch64-linux-gnu-gcc arm-linux-gnueabihf-gcc m68k-linux-gnu-gcc powerpc-linux-gnu-gcc powerpc64-linux-gnu-gcc cc aarch64-linux-gnu-gcc arm-linux-gnueabihf-gcc m68k-linux-gnu-gcc powerpc-linux-gnu-gcc powerpc64-linux-gnu-gcc powerpc-linux-gnu-gcc powerpc64le-linux-gnu-gcc cc The Meson build system Version: 0.55.0 Source dir: /home/petmay01/linaro/qemu-for-merges Build dir: /home/petmay01/linaro/qemu-for-merges/build/alldbg Build type: native build Project name: qemu Project version: 5.1.50 ../../meson.build:1:0: ERROR: Unknown compiler(s): [['ccache gcc']] The follow exceptions were encountered: Running "ccache gcc --version" gave "[Errno 2] No such file or directory: 'ccache gcc': 'ccache gcc'" A full log can be found at /home/petmay01/linaro/qemu-for-merges/build/alldbg/meson-logs/meson-log.txt ERROR: meson setup failed thanks -- PMM