From: Jiri Olsa <jolsa@redhat.com>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Brian Norris <computersforpeace@gmail.com>,
Jiri Olsa <jolsa@kernel.org>, Michal Marek <mmarek@suse.cz>,
linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org,
David Howells <dhowells@redhat.com>, Borislav Petkov <bp@suse.de>,
Sam Ravnborg <sam@ravnborg.org>
Subject: Re: [PATCH] tools: unbreak 'make tools/*'
Date: Thu, 19 Mar 2015 15:20:26 +0100 [thread overview]
Message-ID: <20150319142026.GE6363@krava> (raw)
In-Reply-To: <20150319133925.GF2983@kernel.org>
On Thu, Mar 19, 2015 at 10:39:25AM -0300, Arnaldo Carvalho de Melo wrote:
SNIP
> [acme@ssdandy linux]$
>
> -------------------------------------------------------
>
> Jiri, can you take a look at the above?
>
> It works if I use 'make -C', with O=, like I usually do, or without it:
>
> -------------------------------------------------------
>
> [acme@ssdandy linux]$ make -C tools/perf
> make: Entering directory `/home/acme/git/linux/tools/perf'
> BUILD: Doing 'make -j8' parallel build
>
> Auto-detecting system features:
> ... dwarf: [ on ]
> ... glibc: [ on ]
> <SNIP>
> ... libunwind: [ OFF ]
> ... libdw-dwarf-unwind: [ on ]
> ... zlib: [ on ]
>
> config/Makefile:308: No libunwind found. Please install libunwind-dev[el] >= 1.1 and/or set LIBUNWIND_DIR
> config/Makefile:598: No libbabeltrace found, disables 'perf data' CTF format support, please install libbabeltrace-dev[el]/libbabeltrace-ctf-dev
> GEN common-cmds.h
> CC util/abspath.o
> CC ui/setup.o
> CC arch/common.o
>
>
> -------------------------------------------------------
>
> Can you please check these issues, using my perf/core branch at:
hum, I've never cared about tools/Makefile :-\
so this is what we want to be able to do/use? :
$ make tools/
$ make tools/perf
$ make O=$(BUILDDIR) tools/perf
it ^^^ does not work for me even with this patch
(tools/Makefile still using 'libapikfs' being first issue I saw)
I'll check and send fix
jirka
next prev parent reply other threads:[~2015-03-19 14:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-29 4:47 [PATCH] tools: unbreak 'make tools/*' Brian Norris
2015-01-29 4:47 ` Brian Norris
2015-02-02 23:43 ` Brian Norris
2015-02-03 0:07 ` Arnaldo Carvalho de Melo
2015-03-19 13:39 ` Arnaldo Carvalho de Melo
2015-03-19 14:20 ` Jiri Olsa [this message]
2015-03-19 16:11 ` Brian Norris
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=20150319142026.GE6363@krava \
--to=jolsa@redhat.com \
--cc=acme@kernel.org \
--cc=bp@suse.de \
--cc=computersforpeace@gmail.com \
--cc=dhowells@redhat.com \
--cc=jolsa@kernel.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mmarek@suse.cz \
--cc=sam@ravnborg.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 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.