On Wed, 16 Dec 2020 15:07:15 +0200 "Yordan Karadzhov (VMware)" <y.karadz@xxxxxxxxx> wrote: > --- a/lib/traceevent/parse-utils.c > +++ b/lib/traceevent/parse-utils.c > @@ -9,8 +9,6 @@ > #include <stdarg.h> > #include <errno.h> > > -#include "event-utils.h" > - > #define __weak __attribute__((weak)) > > void __vwarning(const char *fmt, va_list ap) > -- Is this needed? I removed this hunk, and it still builds fine for me. After I did the dependency change mentioned in the other email. -- Steve