Activity log for bug #1813010

Date Who What changed Old value New value Message
2019-01-23 12:51:45 Shahab Vahedi bug added bug
2019-01-23 12:51:45 Shahab Vahedi attachment added build_fail.log https://bugs.launchpad.net/bugs/1813010/+attachment/5231736/+files/build_fail.log
2019-01-23 12:55:50 Shahab Vahedi description specs: Host kernel: Linux 4.19.16-1-lts Host type: x86_64 GNU/Linux Host distro: Archlinux Guest: we never get that far QEMU commit: 9f33051abce238ab43a23125e237aac8b0931b88 steps: # fresh copy of the latest commit > git clone https://git.qemu.org/git/qemu.git # separate build dir > mkdir build > cd build # sample configuration for riscv (this happens for other targets as well) > ../qemu/configure --target-list=riscv64-softmmu --enable-debug --extra-cflags='-O0 -g3 -save-temps' --prefix=/install/riscv-qemu # this will fail (see attached log file) > make -j 2 specs: QEMU commit: 9f33051abce238ab43a23125e237aac8b0931b88 # of Cores: 8 Host kernel: Linux 4.19.16-1-lts Host type: x86_64 GNU/Linux Host distro: Archlinux Guest: we never get that far steps: # fresh copy of the latest commit > git clone https://git.qemu.org/git/qemu.git # separate build dir > mkdir build > cd build # sample configuration for riscv (this happens for other targets as well) > ../qemu/configure --target-list=riscv64-softmmu --enable-debug --extra-cflags='-O0 -g3 -save-temps' --prefix=/install/riscv-qemu # this will fail (see attached log file) > make -j 2
2019-01-23 13:32:53 Alex Bennée summary Parallel builds fail (make -j >=2) Parallel builds fail (make -j >=2) when using --extrac-cflags "--save-temps"
2019-01-23 13:33:01 Alex Bennée summary Parallel builds fail (make -j >=2) when using --extrac-cflags "--save-temps" Parallel builds fail (make -j >=2) when using --extra-cflags "--save-temps"
2019-01-23 13:39:09 Alex Bennée qemu: status New Confirmed
2019-01-23 13:39:28 Alex Bennée tags build make workaround
2019-03-28 10:45:12 Peter Maydell qemu: status Confirmed Invalid