I can certainly add symlinks (that would be broken until make completes) but moving the build outputs is not possible since there's no recursive make anymore.
Paolo Il mer 19 ago 2020, 21:06 Peter Maydell <[email protected]> ha scritto: > On Wed, 19 Aug 2020 at 19:16, Peter Maydell <[email protected]> > wrote: > > Spoke too soon; "make --output-sync -C build/all-linux-static check-tcg" > > failed with: > > > > BUILD TCG tests for mips-linux-user > > CHECK debian10 > > CHECK debian-mips-cross > > BUILD mips-linux-user guest-tests with docker qemu/debian-mips-cross > > RUN TCG tests for mips-linux-user > > CHECK debian10 > > CHECK debian-mips-cross > > BUILD mips-linux-user guest-tests with docker qemu/debian-mips-cross > > RUN tests for mips > > TEST threadcount on mips > > qemu: uncaught target signal 11 (Segmentation fault) - core dumped > > timeout: the monitored command dumped core > > Segmentation fault > > ../Makefile.target:153: recipe for target 'run-threadcount' failed > > make[2]: *** [run-threadcount] Error 139 > > /home/petmay01/linaro/qemu-for-merges/tests/tcg/Makefile.qemu:76: > > recipe for target 'run-guest-tests' failed > > make[1]: *** [run-guest-tests] Error 2 > > /home/petmay01/linaro/qemu-for-merges/tests/Makefile.include:450: > > recipe for target 'run-tcg-tests-mips-linux-user' failed > > Seems to be consistent, so not an intermittent but presumably > an issue introduced by the meson changes. > > -- PMM > >
