qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 00/29] Tame a few "touch this, recompile the


From: no-reply
Subject: Re: [Qemu-devel] [PATCH v3 00/29] Tame a few "touch this, recompile the world" headers
Date: Fri, 9 Aug 2019 03:40:08 -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      s390x-softmmu/hw/intc/s390_flic.o
  CC      s390x-softmmu/hw/intc/s390_flic_kvm.o
/var/tmp/patchew-tester-tmp-yhirg2p3/src/hw/intc/s390_flic_kvm.c: In function 
‘kvm_flic_save’:
/var/tmp/patchew-tester-tmp-yhirg2p3/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-yhirg2p3/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-yhirg2p3/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-yhirg2p3/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-yhirg2p3/src/hw/intc/s390_flic_kvm.c: In function 
‘kvm_flic_load’:
/var/tmp/patchew-tester-tmp-yhirg2p3/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-yhirg2p3/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-yhirg2p3/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-yhirg2p3/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-yhirg2p3/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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]