From: Christopher Covington <ccovingt@quicinc.com>
To: Wang Nan <wangnan0@huawei.com>,
Namhyung Kim <namhyung@kernel.org>, Jiri Olsa <jolsa@kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Li Zefan <lizefan@huawei.com>, Ingo Molnar <mingo@redhat.com>,
linux-perf-users@vger.kernel.org
Subject: Re: [PATCH] perf: fix building error in x86_64 when dwarf unwind is on.
Date: Tue, 3 Feb 2015 14:58:53 -0500 [thread overview]
Message-ID: <54D1287D.5020502@quicinc.com> (raw)
Hi,
Commit c6e5e9fbc3ea1c1a5648a3498d085fc3978df2d4 breaks the following make
invocation (-j, -C, O=, LDFLAGS=, and build directory prefix stripped to
simplify report):
make ARCH=x86_64 CROSS_COMPILE= EXTRA_CFLAGS=
config/Makefile:128: The path 'python-config' is not executable.
config/Makefile:349: No libdw.h found or old libdw.h found or elfutils is
older than 0.138, disables dwarf support. Please install new
elfutils-devel/libdw-dev
config/Makefile:401: Disabling post unwind, no support found.
config/Makefile:439: No libaudit.h found, disables 'trace' tool, please
install audit-libs-devel or libaudit-dev
config/Makefile:453: slang not found, disables TUI support. Please install
slang-devel or libslang-dev
config/Makefile:466: GTK2 not found, disables GTK2 support. Please install
gtk2-devel or libgtk2.0-dev
config/Makefile:494: Missing perl devel files. Disabling perl scripting
support, consider installing perl-ExtUtils-Embed
config/Makefile:525: No python-config tool was found
config/Makefile:525: Python support will not be built
config/Makefile:597: No bfd.h/libbfd found, install
binutils-dev[el]/zlib-static to gain symbol demangling
config/Makefile:627: No numa.h found, disables 'perf bench numa mem'
benchmark, please install numactl-devel/libnuma-devel/libnuma-dev
Auto-detecting system features:
... dwarf: [ ^[[31mOFF^[[m ]
... glibc: [ ^[[32mon^[[m ]
... gtk2: [ ^[[31mOFF^[[m ]
... libaudit: [ ^[[31mOFF^[[m ]
... libbfd: [ ^[[31mOFF^[[m ]
... libelf: [ ^[[32mon^[[m ]
... libnuma: [ ^[[31mOFF^[[m ]
... libperl: [ ^[[31mOFF^[[m ]
... libpython: [ ^[[31mOFF^[[m ]
... libslang: [ ^[[31mOFF^[[m ]
... libunwind: [ ^[[31mOFF^[[m ]
... libdw-dwarf-unwind: [ ^[[31mOFF^[[m ]
... zlib: [ ^[[32mon^[[m ]
[...]
AR x86_64-linux-gnu/perf/libperf.a
LINK x86_64-linux-gnu/perf/perf
x86_64-linux-gnu/perf/tests/builtin-test.o:(.data+0x158): undefined reference
to `test__perf_time_to_tsc'
collect2: ld returned 1 exit status
Thanks,
Chris
WARNING: multiple messages have this Message-ID (diff)
From: Christopher Covington <ccovingt@quicinc.com>
To: Wang Nan <wangnan0@huawei.com>,
Namhyung Kim <namhyung@kernel.org>, Jiri Olsa <jolsa@kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Li Zefan <lizefan@huawei.com>, Ingo Molnar <mingo@redhat.com>,
<linux-perf-users@vger.kernel.org>
Subject: Re: [PATCH] perf: fix building error in x86_64 when dwarf unwind is on.
Date: Tue, 3 Feb 2015 14:58:53 -0500 [thread overview]
Message-ID: <54D1287D.5020502@quicinc.com> (raw)
Hi,
Commit c6e5e9fbc3ea1c1a5648a3498d085fc3978df2d4 breaks the following make
invocation (-j, -C, O=, LDFLAGS=, and build directory prefix stripped to
simplify report):
make ARCH=x86_64 CROSS_COMPILE= EXTRA_CFLAGS=
config/Makefile:128: The path 'python-config' is not executable.
config/Makefile:349: No libdw.h found or old libdw.h found or elfutils is
older than 0.138, disables dwarf support. Please install new
elfutils-devel/libdw-dev
config/Makefile:401: Disabling post unwind, no support found.
config/Makefile:439: No libaudit.h found, disables 'trace' tool, please
install audit-libs-devel or libaudit-dev
config/Makefile:453: slang not found, disables TUI support. Please install
slang-devel or libslang-dev
config/Makefile:466: GTK2 not found, disables GTK2 support. Please install
gtk2-devel or libgtk2.0-dev
config/Makefile:494: Missing perl devel files. Disabling perl scripting
support, consider installing perl-ExtUtils-Embed
config/Makefile:525: No python-config tool was found
config/Makefile:525: Python support will not be built
config/Makefile:597: No bfd.h/libbfd found, install
binutils-dev[el]/zlib-static to gain symbol demangling
config/Makefile:627: No numa.h found, disables 'perf bench numa mem'
benchmark, please install numactl-devel/libnuma-devel/libnuma-dev
Auto-detecting system features:
... dwarf: [ ^[[31mOFF^[[m ]
... glibc: [ ^[[32mon^[[m ]
... gtk2: [ ^[[31mOFF^[[m ]
... libaudit: [ ^[[31mOFF^[[m ]
... libbfd: [ ^[[31mOFF^[[m ]
... libelf: [ ^[[32mon^[[m ]
... libnuma: [ ^[[31mOFF^[[m ]
... libperl: [ ^[[31mOFF^[[m ]
... libpython: [ ^[[31mOFF^[[m ]
... libslang: [ ^[[31mOFF^[[m ]
... libunwind: [ ^[[31mOFF^[[m ]
... libdw-dwarf-unwind: [ ^[[31mOFF^[[m ]
... zlib: [ ^[[32mon^[[m ]
[...]
AR x86_64-linux-gnu/perf/libperf.a
LINK x86_64-linux-gnu/perf/perf
x86_64-linux-gnu/perf/tests/builtin-test.o:(.data+0x158): undefined reference
to `test__perf_time_to_tsc'
collect2: ld returned 1 exit status
Thanks,
Chris
next reply other threads:[~2015-02-03 19:58 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-03 19:58 Christopher Covington [this message]
2015-02-03 19:58 ` [PATCH] perf: fix building error in x86_64 when dwarf unwind is on Christopher Covington
-- strict thread matches above, loose matches on Subject: below --
2014-12-27 1:26 Wang Nan
2014-12-29 7:56 ` Namhyung Kim
2014-12-29 8:14 ` Wang Nan
2015-01-07 2:53 ` Wang Nan
2015-01-07 5:40 ` Namhyung Kim
2015-01-07 8:39 ` Jiri Olsa
2015-01-07 12:28 ` Wang Nan
2015-01-07 13:50 ` Namhyung Kim
2015-01-08 1:30 ` Wang Nan
2015-01-08 5:09 ` Namhyung Kim
2015-01-09 14:43 ` Jiri Olsa
2015-01-12 2:20 ` Wang Nan
2015-01-12 3:28 ` Namhyung Kim
2015-01-12 10:36 ` Jiri Olsa
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=54D1287D.5020502@quicinc.com \
--to=ccovingt@quicinc.com \
--cc=acme@redhat.com \
--cc=jolsa@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=lizefan@huawei.com \
--cc=mingo@redhat.com \
--cc=namhyung@kernel.org \
--cc=wangnan0@huawei.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.