qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] 4815185902 seems to break build for me


From: BALATON Zoltan
Subject: [Qemu-devel] 4815185902 seems to break build for me
Date: Tue, 19 Jul 2016 14:29:41 +0200 (CEST)
User-agent: Alpine 2.20 (BSF 67 2015-01-07)

Hello,

I see this error during build now:

  CC    audio/alsaaudio.o
In file included from ~/src/qemu/include/qom/cpu.h:24:0,
                 from ./trace/control-internal.h:15,
                 from ./trace/control.h:281,
                 from ./trace/generated-tracers.h:8,
                 from ~/src/qemu/include/trace.h:4,
                 from audio/alsaaudio.c:29:
~/src/qemu/include/disas/bfd.h:480:0: error: "ATTRIBUTE_UNUSED" redefined 
[-Werror]
 #define ATTRIBUTE_UNUSED __attribute__((unused))
 ^
In file included from /usr/include/alsa/asoundlib.h:49:0,
                 from audio/alsaaudio.c:25:
/usr/include/alsa/global.h:51:0: note: this is the location of the previous 
definition
 #define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
 ^
cc1: all warnings being treated as errors
~/src/qemu/rules.mak:59: recipe for target 'audio/alsaaudio.o' failed
make: *** [audio/alsaaudio.o] Error 1

Bisected to:

4815185902971c41fcdd700fa1fc3e1d9299900f is the first bad commit
commit 4815185902971c41fcdd700fa1fc3e1d9299900f
Author: Lluís Vilanova <address@hidden>
Date:   Mon Jul 11 12:53:41 2016 +0200

    trace: Add per-vCPU tracing states for events with the 'vcpu' property

    Each vCPU gets a 'trace_dstate' bitmap to control the per-vCPU dynamic
    tracing state of events with the 'vcpu' property.

    Signed-off-by: Lluís Vilanova <address@hidden>
    Signed-off-by: Stefan Hajnoczi <address@hidden>

Any ideas for a fix?

Regards,
BALATON Zoltan


reply via email to

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