mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@infradead.org>
To: Ingo Molnar <mingo@kernel.org>
Cc: linux-kernel@vger.kernel.org,
	Corey Ashford <cjashfor@linux.vnet.ibm.com>,
	David Ahern <dsahern@gmail.com>,
	Dmitry Antipov <dmitry.antipov@linaro.org>,
	Frederic Weisbecker <fweisbec@gmail.com>,
	Jim Cromie <jim.cromie@gmail.com>, Jiri Olsa <jolsa@redhat.com>,
	Mike Galbraith <efault@gmx.de>, Namhyung Kim <namhyung@gmail.com>,
	Paul Mackerras <paulus@samba.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Stephane Eranian <eranian@google.com>
Subject: Re: [GIT PULL 0/3] perf/urgent fixes
Date: Fri, 15 Jun 2012 14:13:10 -0300	[thread overview]
Message-ID: <20120615171310.GD11550@infradead.org> (raw)
In-Reply-To: <20120614100710.GB19531@gmail.com>

Em Thu, Jun 14, 2012 at 12:07:10PM +0200, Ingo Molnar escreveu:
> Hm, fails to build here:
> 
>     CC util/parse-events-bison.o
> util/parse-events.l: In function ‘__value’:
> util/parse-events.l:18:10: error: ‘PE_ERROR’ undeclared (first 
> use in this function)
> util/parse-events.l:18:10: note: each undeclared identifier is 
> reported only once for each function it appears in
> util/parse-events.l:20:2: error: ‘parse_events_lval’ undeclared 
> (first use in this function)
> util/parse-events.l: In function ‘value’:
> util/parse-events.l:26:42: error: ‘PE_VALUE’ undeclared (first 
> use in this function)
> util/parse-events.l: In function ‘raw’:
> util/parse-events.l:31:44: error: ‘PE_RAW’ undeclared (first use 
> in this function)
> util/parse-events.l: In function ‘str’:
> 
> stock Fedora 17 install. 25f42985825d builds fine.

Is this 32-bit? I'm installing another VM now, but on Fedora 17 x86_64:

[acme@fedora17 linux]$ mkdir -p ../build/perf
[acme@fedora17 linux]$ make -j2 O=/home/acme/git/build/perf -C tools/perf/
make: Entering directory `/home/acme/git/linux/tools/perf'
    MKDIR /home/acme/git/build/perf/arch/x86/util/
    MKDIR /home/acme/git/build/perf/bench/
    MKDIR /home/acme/git/build/perf/scripts/python/Perf-Trace-Util/
    MKDIR /home/acme/git/build/perf/ui/
    MKDIR /home/acme/git/build/perf/ui/browsers/
    MKDIR /home/acme/git/build/perf/ui/gtk/
    MKDIR /home/acme/git/build/perf/ui/tui/
    MKDIR /home/acme/git/build/perf/util/
    MKDIR /home/acme/git/build/perf/util/scripting-engines/
PERF_VERSION = 3.5.rc1.87.gcb9dd4
make: Leaving directory `/home/acme/git/linux/tools/perf'
make: Entering directory `/home/acme/git/linux/tools/perf'
    GEN /home/acme/git/build/perf/common-cmds.h
    * new build flags or prefix
    CC /home/acme/git/build/perf/bench/mem-memcpy-x86-64-asm.o
    CC /home/acme/git/build/perf/bench/mem-memset-x86-64-asm.o
    CC /home/acme/git/build/perf/bench/mem-memcpy.o
    CC /home/acme/git/build/perf/bench/mem-memset.o
    CC /home/acme/git/build/perf/builtin-diff.o
    CC /home/acme/git/build/perf/builtin-evlist.o
    CC /home/acme/git/build/perf/builtin-help.o
    CC /home/acme/git/build/perf/builtin-sched.o
    CC /home/acme/git/build/perf/builtin-buildid-list.o
    CC /home/acme/git/build/perf/builtin-buildid-cache.o
    CC /home/acme/git/build/perf/builtin-list.o
    CC /home/acme/git/build/perf/builtin-record.o
    CC /home/acme/git/build/perf/builtin-report.o
    CC /home/acme/git/build/perf/builtin-stat.o
    CC /home/acme/git/build/perf/builtin-timechart.o
    CC /home/acme/git/build/perf/builtin-top.o
    CC /home/acme/git/build/perf/builtin-script.o
    CC /home/acme/git/build/perf/builtin-probe.o
    CC /home/acme/git/build/perf/builtin-kmem.o
    CC /home/acme/git/build/perf/builtin-lock.o
    CC /home/acme/git/build/perf/builtin-kvm.o
    CC /home/acme/git/build/perf/builtin-test.o
    CC /home/acme/git/build/perf/builtin-inject.o
    CC /home/acme/git/build/perf/util/abspath.o
    CC /home/acme/git/build/perf/util/alias.o
    CC /home/acme/git/build/perf/util/annotate.o
    CC /home/acme/git/build/perf/util/build-id.o
    CC /home/acme/git/build/perf/util/config.o
    CC /home/acme/git/build/perf/util/ctype.o
    CC /home/acme/git/build/perf/util/debugfs.o
    CC /home/acme/git/build/perf/util/sysfs.o
    FLEX /home/acme/git/build/perf/util/pmu-flex.c
    BISON /home/acme/git/build/perf/util/pmu-bison.c
    CC /home/acme/git/build/perf/util/environment.o
    CC /home/acme/git/build/perf/util/event.o
    CC /home/acme/git/build/perf/util/evlist.o
    CC /home/acme/git/build/perf/util/evsel.o
    CC /home/acme/git/build/perf/util/exec_cmd.o
    CC /home/acme/git/build/perf/util/help.o
    CC /home/acme/git/build/perf/util/levenshtein.o
    CC /home/acme/git/build/perf/util/parse-options.o
    FLEX /home/acme/git/build/perf/util/parse-events-flex.c
    BISON /home/acme/git/build/perf/util/parse-events-bison.c
    CC /home/acme/git/build/perf/util/parse-events-test.o
    CC /home/acme/git/build/perf/util/path.o
    CC /home/acme/git/build/perf/util/rbtree.o
    CC /home/acme/git/build/perf/util/bitmap.o
    CC /home/acme/git/build/perf/util/hweight.o
    CC /home/acme/git/build/perf/util/run-command.o
    CC /home/acme/git/build/perf/util/quote.o
    CC /home/acme/git/build/perf/util/strbuf.o
    CC /home/acme/git/build/perf/util/string.o
    CC /home/acme/git/build/perf/util/strlist.o
    CC /home/acme/git/build/perf/util/strfilter.o
    CC /home/acme/git/build/perf/util/top.o
    CC /home/acme/git/build/perf/util/usage.o
    CC /home/acme/git/build/perf/util/wrapper.o
    CC /home/acme/git/build/perf/util/sigchain.o
    CC /home/acme/git/build/perf/util/symbol.o
    CC /home/acme/git/build/perf/util/color.o
    CC /home/acme/git/build/perf/util/pager.o
    CC /home/acme/git/build/perf/util/header.o
    CC /home/acme/git/build/perf/util/callchain.o
    CC /home/acme/git/build/perf/util/values.o
    CC /home/acme/git/build/perf/util/debug.o
    CC /home/acme/git/build/perf/util/map.o
    CC /home/acme/git/build/perf/util/pstack.o
    CC /home/acme/git/build/perf/util/session.o
    CC /home/acme/git/build/perf/util/thread.o
    CC /home/acme/git/build/perf/util/thread_map.o
    CC /home/acme/git/build/perf/util/trace-event-parse.o
    CC /home/acme/git/build/perf/util/parse-events-flex.o
    CC /home/acme/git/build/perf/util/parse-events-bison.o
    CC /home/acme/git/build/perf/util/pmu-flex.o
    CC /home/acme/git/build/perf/util/pmu-bison.o
    CC /home/acme/git/build/perf/util/trace-event-read.o
    CC /home/acme/git/build/perf/util/trace-event-info.o
    CC /home/acme/git/build/perf/util/trace-event-scripting.o
    CC /home/acme/git/build/perf/util/svghelper.o
    CC /home/acme/git/build/perf/util/sort.o
    CC /home/acme/git/build/perf/util/hist.o
    CC /home/acme/git/build/perf/util/probe-event.o
    CC /home/acme/git/build/perf/util/util.o
    CC /home/acme/git/build/perf/util/xyarray.o
    CC /home/acme/git/build/perf/util/cpumap.o
    CC /home/acme/git/build/perf/util/cgroup.o
    CC /home/acme/git/build/perf/util/target.o
    CC /home/acme/git/build/perf/arch/x86/util/dwarf-regs.o
    CC /home/acme/git/build/perf/arch/x86/util/header.o
    CC /home/acme/git/build/perf/util/probe-finder.o
    CC /home/acme/git/build/perf/util/dwarf-aux.o
    CC /home/acme/git/build/perf/ui/setup.o
    CC /home/acme/git/build/perf/ui/browser.o
    CC /home/acme/git/build/perf/ui/browsers/annotate.o
    CC /home/acme/git/build/perf/ui/browsers/hists.o
    CC /home/acme/git/build/perf/ui/browsers/map.o
    CC /home/acme/git/build/perf/ui/helpline.o
    CC /home/acme/git/build/perf/ui/progress.o
    CC /home/acme/git/build/perf/ui/util.o
    CC /home/acme/git/build/perf/ui/tui/setup.o
    CC /home/acme/git/build/perf/ui/gtk/browser.o
    CC /home/acme/git/build/perf/ui/gtk/setup.o
    CC /home/acme/git/build/perf/util/scripting-engines/trace-event-python.o
    CC /home/acme/git/build/perf/scripts/python/Perf-Trace-Util/Context.o
make[1]: Entering directory `/home/acme/git/linux/tools/lib/traceevent'
make[2]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
    GEN perf-archive
  CC FPIC            event-parse.o
    GEN /home/acme/git/build/perf/python/perf.so
  CC FPIC            trace-seq.o
  CC FPIC            parse-filter.o
  CC FPIC            parse-utils.o
  BUILD STATIC LIB   libtraceevent.a
make[1]: Leaving directory `/home/acme/git/linux/tools/lib/traceevent'
    CC /home/acme/git/build/perf/perf.o
    CC /home/acme/git/build/perf/builtin-annotate.o
    CC /home/acme/git/build/perf/builtin-bench.o
    CC /home/acme/git/build/perf/bench/sched-messaging.o
    CC /home/acme/git/build/perf/bench/sched-pipe.o
    CC /home/acme/git/build/perf/util/pmu.o
    CC /home/acme/git/build/perf/util/parse-events.o
    AR /home/acme/git/build/perf/libperf.a
    LINK /home/acme/git/build/perf/perf
make: Leaving directory `/home/acme/git/linux/tools/perf'
[acme@fedora17 linux]$ cat /etc/fedora-release 
Fedora release 17 (Beefy Miracle)
[acme@fedora17 linux]$ 
[acme@fedora17 linux]$ git describe
perf-urgent-for-mingo
[acme@fedora17 linux]$ git describe --match 'v[0-9].[0-9]*'
v3.5-rc1-87-gcb9dd49
[acme@fedora17 linux]$ git branch | grep '*'
* perf/urgent
[acme@fedora17 linux]$ uname -a
Linux fedora17.ghostprotocols.net 3.4.0-1.fc17.x86_64 #1 SMP Sun Jun 3 06:35:17 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
[acme@fedora17 linux]$

  parent reply	other threads:[~2012-06-15 17:13 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-13 15:29 Arnaldo Carvalho de Melo
2012-06-13 15:29 ` [PATCH 1/3] perf tools: Fix endianity swapping for adds_features bitmask Arnaldo Carvalho de Melo
2012-06-13 15:29 ` [PATCH 2/3] perf stat: Fix default output file Arnaldo Carvalho de Melo
2012-06-13 15:29 ` [PATCH 3/3] perf tools: Fix synthesizing tracepoint names from the perf.data headers Arnaldo Carvalho de Melo
2012-06-14 10:07 ` [GIT PULL 0/3] perf/urgent fixes Ingo Molnar
2012-06-14 15:11   ` Arnaldo Carvalho de Melo
2012-06-15 17:13   ` Arnaldo Carvalho de Melo [this message]
2012-06-15 18:28     ` Ingo Molnar
2012-06-15 18:35       ` Ingo Molnar
2012-06-15 19:03     ` Ingo Molnar
  -- strict thread matches above, loose matches on Subject: below --
2019-11-05 18:18 Arnaldo Carvalho de Melo
2017-10-10 15:26 Arnaldo Carvalho de Melo
2017-10-10 17:23 ` Ingo Molnar
2017-07-10 23:01 Arnaldo Carvalho de Melo
2017-07-11  8:17 ` Ingo Molnar
2017-06-16 19:26 Arnaldo Carvalho de Melo
2017-06-16 19:34 ` Ingo Molnar
2017-02-03 15:49 Arnaldo Carvalho de Melo
2017-02-03 19:43 ` Ingo Molnar
2016-08-18 20:40 Arnaldo Carvalho de Melo
2016-08-18 20:51 ` Ingo Molnar
2016-05-27 15:57 Arnaldo Carvalho de Melo
2016-02-03 17:04 Arnaldo Carvalho de Melo
2016-02-04  7:56 ` Ingo Molnar
2015-09-25 15:28 Arnaldo Carvalho de Melo
2015-09-26  6:17 ` Ingo Molnar
2015-09-01 16:14 Arnaldo Carvalho de Melo
2015-09-02  7:24 ` Ingo Molnar
2015-01-08 15:36 Arnaldo Carvalho de Melo
2015-01-09 10:04 ` Ingo Molnar
2014-04-18 10:20 Jiri Olsa
2014-03-10 21:15 Arnaldo Carvalho de Melo
2014-03-11 10:04 ` Ingo Molnar
2013-11-01 14:56 Arnaldo Carvalho de Melo
2013-11-04  6:50 ` Ingo Molnar
2013-10-20  8:27 Arnaldo Carvalho de Melo
2013-10-20  8:53 ` Ingo Molnar
2012-07-02 18:07 Arnaldo Carvalho de Melo
2012-07-06  8:26 ` Ingo Molnar
2012-05-30 17:18 Arnaldo Carvalho de Melo
2012-03-14 16:58 Arnaldo Carvalho de Melo
2012-03-14 17:50 ` Ingo Molnar
2012-03-03 19:20 Arnaldo Carvalho de Melo
2012-02-06 21:36 Arnaldo Carvalho de Melo
2012-02-07  8:46 ` Ingo Molnar
2012-01-31  1:21 Arnaldo Carvalho de Melo
2012-01-31 12:04 ` Ingo Molnar
2011-01-11 19:50 Arnaldo Carvalho de Melo
2011-01-12  8:36 ` Ingo Molnar
2010-10-04 18:54 Arnaldo Carvalho de Melo
2010-10-05  6:18 ` Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120615171310.GD11550@infradead.org \
    --to=acme@infradead.org \
    --cc=cjashfor@linux.vnet.ibm.com \
    --cc=dmitry.antipov@linaro.org \
    --cc=dsahern@gmail.com \
    --cc=efault@gmx.de \
    --cc=eranian@google.com \
    --cc=fweisbec@gmail.com \
    --cc=jim.cromie@gmail.com \
    --cc=jolsa@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=namhyung@gmail.com \
    --cc=paulus@samba.org \
    --cc=peterz@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome