Re: [PATCH] perf tools: Add reject option for parse-events.l
From: Arnaldo Carvalho de Melo
Date: Thu Nov 09 2017 - 08:22:55 EST
Em Thu, Nov 09, 2017 at 09:17:49AM +0100, Jiri Olsa escreveu:
> Reply-To:
> In-Reply-To: <20171109081319.GB236@x4>
>
> On Thu, Nov 09, 2017 at 09:13:19AM +0100, Markus Trippelsdorf wrote:
> > On 2017.11.05 at 15:40 +0100, Ingo Molnar wrote:
> > util/parse-events.l:343:26: note: in expansion of macro âUSER_REJECTâ
> > {bpf_source} { if (!isbpf(yyscanner)) USER_REJECT; return str(yyscanner, PE_BPF_SOURCE); }
> > ^~~~~~~~~~~
> > mv: cannot stat 'util/.parse-events-flex.o.tmp': No such file or directory
>
> sry, we have a fix in queue already
yeah, I noticed it while building for Alpine Linux 3.6 and Edge, that
have flex 2.6.4, which is newer than what is in the other distros,
ubuntu, debian, fedora, even their experimental ones (rawhide, etc),
out of curiosity, what distro do you use and what flex version does it
use?
- Arnaldo