qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 0/5] M68k for 2.12 patches


From: Laurent Vivier
Subject: Re: [Qemu-devel] [PULL 0/5] M68k for 2.12 patches
Date: Thu, 21 Dec 2017 21:27:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

Le 21/12/2017 à 20:57, address@hidden a écrit :
> Hi,
> 
> This series failed automatic build test. Please find the testing commands and
> their output below. If you have docker installed, you can probably reproduce 
> it
> locally.
> 
> Type: series
> Message-id: address@hidden
> Subject: [Qemu-devel] [PULL 0/5] M68k for 2.12 patches
> 
...
> Configure options:
> --enable-werror --target-list=x86_64-softmmu,aarch64-softmmu 
> --prefix=/tmp/qemu-test/install --cross-prefix=x86_64-w64-mingw32- 
> --enable-trace-backends=simple --enable-debug --enable-gnutls --enable-nettle 
> --enable-curl --enable-vnc --enable-bzip2 --enable-guest-agent 
> --with-sdlabi=1.2 --with-gtkabi=2.0
...
> /tmp/qemu-test/src/hw/i386/vmport.c: In function 'vmport_ioport_read':
> /tmp/qemu-test/src/hw/i386/vmport.c:81:9: error: implicit declaration of 
> function 'qemu_log_mask' [-Werror=implicit-function-declaration]
>          qemu_log_mask(LOG_UNIMP, "vmport: unknown command %x\n", command);
>          ^~~~~~~~~~~~~
> /tmp/qemu-test/src/hw/i386/vmport.c:81:9: error: nested extern declaration of 
> 'qemu_log_mask' [-Werror=nested-externs]
> /tmp/qemu-test/src/hw/i386/vmport.c:81:23: error: 'LOG_UNIMP' undeclared 
> (first use in this function)
>          qemu_log_mask(LOG_UNIMP, "vmport: unknown command %x\n", command);
>                        ^~~~~~~~~
> /tmp/qemu-test/src/hw/i386/vmport.c:81:23: note: each undeclared identifier 
> is reported only once for each function it appears in
> cc1: all warnings being treated as errors
> make[1]: *** [hw/i386/vmport.o] Error 1
> make[1]: *** Waiting for unfinished jobs....

Looks like a patch from Paolo's pull is breaking the build:

commit 7299e1a411de99761a4260e44b4f1cf2e4e126ef
Author: Philippe Mathieu-Daudé <address@hidden>
Date:   Fri Dec 15 00:43:55 2017 -0300

    hw/i386/vmport: replace fprintf() by trace events or LOG_UNIMP

    Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
    Message-Id: <address@hidden>
    [Replace unknown command tracepoint with LOG_UNIMP, add
     generic tracepoint for vmport commands. - Paolo]
    Signed-off-by: Paolo Bonzini <address@hidden>

Thanks,
Laurent



reply via email to

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