On Mon, Jul 04, 2016 at 04:25:11PM -0300, Arnaldo Carvalho de Melo wrote: SNIP
> > } > > @@ -67,7 +69,8 @@ unwind__get_entries(unwind_entry_cb_t cb __maybe_unused, > > } > > > > static inline int unwind__prepare_access(struct thread *thread > > __maybe_unused, > > - struct map *map __maybe_unused) > > + struct map *map __maybe_unused, > > + bool *initialized __maybe_unused); > > { > > return 0; > > } > > That extra ; breaks the build on centos5 (i.e. on an arch where the > above code gets compiled: > > CC /tmp/build/perf/bench/sched-pipe.o > In file included from util/machine.c:14: > util/unwind.h:74: error: expected identifier or '(' before '{' token > MKDIR /tmp/build/perf/tests/ > CC /tmp/build/perf/tests/parse-events.o > mv: cannot stat `/tmp/build/perf/util/.machine.o.tmp': No such file or > directory > make[3]: *** [/tmp/build/perf/util/machine.o] Error 1 > make[3]: *** Waiting for unfinished jobs.... > MKDIR /tmp/build/perf/tests/ > CC /tmp/build/perf/tests/dso-data.o > make[2]: *** [util] Error 2 > make[1]: *** [/tmp/build/perf/libperf-in.o] Error 2 > make[1]: *** Waiting for unfinished jobs.... > MKDIR /tmp/build/perf/tests/ > > > Fixing it. oops, thanks jirka