Patchew URL: https://patchew.org/QEMU/20190715152225.26135-1-phi...@redhat.com/
Hi, This series failed build test on s390x host. Please find the details below. === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the git checkout with # HEAD pointing to a commit that has the patches applied on top of "base" # branch set -e echo echo "=== ENV ===" env echo echo "=== PACKAGES ===" rpm -qa echo echo "=== UNAME ===" uname -a CC=$HOME/bin/cc INSTALL=$PWD/install BUILD=$PWD/build mkdir -p $BUILD $INSTALL SRC=$PWD cd $BUILD $SRC/configure --cc=$CC --prefix=$INSTALL make -j4 # XXX: we need reliable clean up # make check -j4 V=1 make install === TEST SCRIPT END === CC mips-linux-user/target/mips/gdbstub.o CC mips-linux-user/target/mips/msa_helper.o CC mipsel-linux-user/target/mips/mips-semi-stubs.o /var/tmp/patchew-tester-tmp-3dkdm5ft/src/target/mips/mips-semi-stubs.c:19:6: error: no previous prototype for ‘helper_do_semihosting’ [-Werror=missing-prototypes] 19 | void helper_do_semihosting(CPUMIPSState *env) | ^~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors --- CC mips64-linux-user/fpu/softfloat.o CC mips-linux-user/target/mips/mips-semi-stubs.o CC mips64-linux-user/gdbstub.o /var/tmp/patchew-tester-tmp-3dkdm5ft/src/target/mips/mips-semi-stubs.c:19:6: error: no previous prototype for ‘helper_do_semihosting’ [-Werror=missing-prototypes] 19 | void helper_do_semihosting(CPUMIPSState *env) | ^~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors --- CC mips64-linux-user/accel/tcg/tcg-runtime-gvec.o CC mips64el-linux-user/target/mips/mips-semi-stubs.o CC mips64-linux-user/accel/tcg/cpu-exec.o /var/tmp/patchew-tester-tmp-3dkdm5ft/src/target/mips/mips-semi-stubs.c:19:6: error: no previous prototype for ‘helper_do_semihosting’ [-Werror=missing-prototypes] 19 | void helper_do_semihosting(CPUMIPSState *env) | ^~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors --- CC mips64-linux-user/target/mips/gdbstub.o CC mips64-linux-user/target/mips/msa_helper.o CC mips64-linux-user/target/mips/mips-semi-stubs.o /var/tmp/patchew-tester-tmp-3dkdm5ft/src/target/mips/mips-semi-stubs.c:19:6: error: no previous prototype for ‘helper_do_semihosting’ [-Werror=missing-prototypes] 19 | void helper_do_semihosting(CPUMIPSState *env) | ^~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors The full log is available at http://patchew.org/logs/20190715152225.26135-1-phi...@redhat.com/testing.s390x/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com