On 21.07.2017 17:07, no-re...@patchew.org wrote: > Hi, > > This series failed build test on s390x host. Please find the details below. [...] > CC s390x-linux-user/target/s390x/interrupt.o > CC sh4eb-linux-user/linux-user/linuxload.o > CC sparc32plus-linux-user/accel/tcg/cpu-exec-common.o > /var/tmp/patchew-tester-tmp-_vbxifz5/src/target/s390x/interrupt.c: In > function ‘program_interrupt’: > /var/tmp/patchew-tester-tmp-_vbxifz5/src/target/s390x/interrupt.c:44:9: > error: implicit declaration of function ‘kvm_s390_program_interrupt’ > [-Werror=implicit-function-declaration] > kvm_s390_program_interrupt(cpu, code); > ^~~~~~~~~~~~~~~~~~~~~~~~~~ > /var/tmp/patchew-tester-tmp-_vbxifz5/src/target/s390x/interrupt.c:44:9: > error: nested extern declaration of ‘kvm_s390_program_interrupt’ > [-Werror=nested-externs] > cc1: all warnings being treated as errors > /var/tmp/patchew-tester-tmp-_vbxifz5/src/rules.mak:66: recipe for target > 'target/s390x/interrupt.o' failed > make[1]: *** [target/s390x/interrupt.o] Error 1 > Makefile:328: recipe for target 'subdir-s390x-linux-user' failed > make: *** [subdir-s390x-linux-user] Error 2
*bummer* ... looks like I forgot to check target=s390x-linux-user this time :-( Sorry, I'll fix it and send a v3 ... Thomas