[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 00/29] Tame a few "touch this, recompile the
From: |
no-reply |
Subject: |
Re: [Qemu-devel] [PATCH v2 00/29] Tame a few "touch this, recompile the world" headers |
Date: |
Tue, 6 Aug 2019 09:56:49 -0700 (PDT) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
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 riscv64-softmmu/hw/net/virtio-net.o
CC s390x-softmmu/hw/intc/s390_flic_kvm.o
/var/tmp/patchew-tester-tmp-kvl3z3jy/src/hw/intc/s390_flic_kvm.c: In function
‘kvm_flic_save’:
/var/tmp/patchew-tester-tmp-kvl3z3jy/src/hw/intc/s390_flic_kvm.c:395:9: error:
implicit declaration of function ‘qemu_put_be64’
[-Werror=implicit-function-declaration]
395 | qemu_put_be64(f, FLIC_FAILED);
| ^~~~~~~~~~~~~
/var/tmp/patchew-tester-tmp-kvl3z3jy/src/hw/intc/s390_flic_kvm.c:395:9: error:
nested extern declaration of ‘qemu_put_be64’ [-Werror=nested-externs]
/var/tmp/patchew-tester-tmp-kvl3z3jy/src/hw/intc/s390_flic_kvm.c:410:9: error:
implicit declaration of function ‘qemu_put_buffer’
[-Werror=implicit-function-declaration]
410 | qemu_put_buffer(f, (uint8_t *) buf,
| ^~~~~~~~~~~~~~~
/var/tmp/patchew-tester-tmp-kvl3z3jy/src/hw/intc/s390_flic_kvm.c:410:9: error:
nested extern declaration of ‘qemu_put_buffer’ [-Werror=nested-externs]
/var/tmp/patchew-tester-tmp-kvl3z3jy/src/hw/intc/s390_flic_kvm.c: In function
‘kvm_flic_load’:
/var/tmp/patchew-tester-tmp-kvl3z3jy/src/hw/intc/s390_flic_kvm.c:438:13: error:
implicit declaration of function ‘qemu_get_be64’; did you mean ‘qemu_get_nic’?
[-Werror=implicit-function-declaration]
438 | count = qemu_get_be64(f);
| ^~~~~~~~~~~~~
| qemu_get_nic
/var/tmp/patchew-tester-tmp-kvl3z3jy/src/hw/intc/s390_flic_kvm.c:438:13: error:
nested extern declaration of ‘qemu_get_be64’ [-Werror=nested-externs]
/var/tmp/patchew-tester-tmp-kvl3z3jy/src/hw/intc/s390_flic_kvm.c:454:9: error:
implicit declaration of function ‘qemu_get_buffer’; did you mean
‘qemu_get_queue’? [-Werror=implicit-function-declaration]
454 | if (qemu_get_buffer(f, (uint8_t *) buf, len) != len) {
| ^~~~~~~~~~~~~~~
| qemu_get_queue
/var/tmp/patchew-tester-tmp-kvl3z3jy/src/hw/intc/s390_flic_kvm.c:454:9: error:
nested extern declaration of ‘qemu_get_buffer’ [-Werror=nested-externs]
cc1: all warnings being treated as errors
make[1]: *** [/var/tmp/patchew-tester-tmp-kvl3z3jy/src/rules.mak:69:
hw/intc/s390_flic_kvm.o] Error 1
make: *** [Makefile:472: s390x-softmmu/all] Error 2
The full log is available at
http://patchew.org/logs/address@hidden/testing.s390x/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to address@hidden
- Re: [Qemu-devel] [PATCH v2 12/29] Include hw/irq.h a lot less, (continued)
- [Qemu-devel] [PATCH v2 29/29] sysemu: Split sysemu/runstate.h off sysemu/sysemu.h, Markus Armbruster, 2019/08/06
- [Qemu-devel] [PATCH v2 15/29] Include migration/vmstate.h less, Markus Armbruster, 2019/08/06
- [Qemu-devel] [PATCH v2 18/29] Include hw/hw.h exactly where needed, Markus Armbruster, 2019/08/06
- [Qemu-devel] [PATCH v2 21/29] Include hw/qdev-properties.h less, Markus Armbruster, 2019/08/06
- Re: [Qemu-devel] [PATCH v2 00/29] Tame a few "touch this, recompile the world" headers, no-reply, 2019/08/06
- Re: [Qemu-devel] [PATCH v2 00/29] Tame a few "touch this, recompile the world" headers,
no-reply <=
- Re: [Qemu-devel] [PATCH v2 00/29] Tame a few "touch this, recompile the world" headers, Alex Bennée, 2019/08/07