From: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
To: acme@ghostprotocols.net
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] perf tools: Correct the message in feature-dwarf Checking
Date: Tue, 18 Mar 2014 17:25:45 +0800 [thread overview]
Message-ID: <53281119.2080201@cn.fujitsu.com> (raw)
In-Reply-To: <1395133936-16580-1-git-send-email-yangds.fnst@cn.fujitsu.com>
Hi Arnaldo,
Sorry for the noise, please ignore this patch.
On 03/18/2014 05:12 PM, Dongsheng Yang wrote:
> The package required for dwarf is named libdwarf-devel, rather
> than elfutils-devel.
>
> This patch corrects the package name in warning message in
> feature-dwarf checking.
>
> Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com>
> ---
> tools/perf/config/Makefile | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile
> index c234182..6b52134 100644
> --- a/tools/perf/config/Makefile
> +++ b/tools/perf/config/Makefile
> @@ -285,11 +285,11 @@ else
> ifndef NO_LIBDW_DWARF_UNWIND
> ifneq ($(feature-libdw-dwarf-unwind),1)
> NO_LIBDW_DWARF_UNWIND := 1
> - msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and/or set LIBDW_DIR);
> + msg := $(warning No libdw DWARF unwind found, Please install libdwarf-devel/libdw-dev >= 0.158 and/or set LIBDW_DIR);
> endif
> endif
> ifneq ($(feature-dwarf), 1)
> - msg := $(warning 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);
> + msg := $(warning No libdw.h found or old libdw.h found or libdwarf-devel is older than 0.138, disables dwarf support. Please install new libdwarf-devel/libdw-dev);
> NO_DWARF := 1
> endif # Dwarf support
> endif # libelf support
prev parent reply other threads:[~2014-03-18 9:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-18 9:12 Dongsheng Yang
2014-03-18 9:25 ` Dongsheng Yang [this message]
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=53281119.2080201@cn.fujitsu.com \
--to=yangds.fnst@cn.fujitsu.com \
--cc=acme@ghostprotocols.net \
--cc=linux-kernel@vger.kernel.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