[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v4 0/3] Add Aspeed GPIO controller model
From: |
no-reply |
Subject: |
Re: [Qemu-devel] [PATCH v4 0/3] Add Aspeed GPIO controller model |
Date: |
Wed, 14 Aug 2019 06:47:20 -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 arm-softmmu/hw/gpio/aspeed_gpio.o
CC alpha-softmmu/hw/virtio/vhost-user-blk-pci.o
CC aarch64-softmmu/tcg/tcg-op-vec.o
/var/tmp/patchew-tester-tmp-by4iq4ex/src/hw/gpio/aspeed_gpio.c:837:6: error:
‘AspeedGPIOController’ {aka ‘const struct AspeedGPIOController’} has no member
named ‘mem_size’
837 | .mem_size = GPIO_3_6V_MEM_SIZE,
| ^~~~~~~~
/var/tmp/patchew-tester-tmp-by4iq4ex/src/hw/gpio/aspeed_gpio.c:844:6: error:
‘AspeedGPIOController’ {aka ‘const struct AspeedGPIOController’} has no member
named ‘mem_size’
844 | .mem_size = GPIO_1_8V_MEM_SIZE,
| ^~~~~~~~
make[1]: *** [/var/tmp/patchew-tester-tmp-by4iq4ex/src/rules.mak:69:
hw/gpio/aspeed_gpio.o] Error 1
---
CC aarch64-softmmu/hw/gpio/bcm2835_gpio.o
CC aarch64-softmmu/hw/gpio/nrf51_gpio.o
CC aarch64-softmmu/hw/gpio/aspeed_gpio.o
/var/tmp/patchew-tester-tmp-by4iq4ex/src/hw/gpio/aspeed_gpio.c:837:6: error:
‘AspeedGPIOController’ {aka ‘const struct AspeedGPIOController’} has no member
named ‘mem_size’
837 | .mem_size = GPIO_3_6V_MEM_SIZE,
| ^~~~~~~~
/var/tmp/patchew-tester-tmp-by4iq4ex/src/hw/gpio/aspeed_gpio.c:844:6: error:
‘AspeedGPIOController’ {aka ‘const struct AspeedGPIOController’} has no member
named ‘mem_size’
844 | .mem_size = GPIO_1_8V_MEM_SIZE,
| ^~~~~~~~
make[1]: *** [/var/tmp/patchew-tester-tmp-by4iq4ex/src/rules.mak:69:
hw/gpio/aspeed_gpio.o] Error 1
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