Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752420AbaGGVI2 (ORCPT ); Mon, 7 Jul 2014 17:08:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46770 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751048AbaGGVI0 (ORCPT ); Mon, 7 Jul 2014 17:08:26 -0400 Date: Mon, 7 Jul 2014 23:07:41 +0200 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: Borislav Petkov , LKML , Ingo Molnar , Peter Zijlstra , Robert Richter , David Ahern , Namhyung Kim , Jean Pihet Subject: Re: [PATCH] perf tool: Carve out ctype.h et al Message-ID: <20140707210739.GD20752@krava.redhat.com> References: <1403688184-6917-1-git-send-email-bp@alien8.de> <20140625192547.GF1153@krava.brq.redhat.com> <20140625203836.GD13845@pd.tnic> <20140625211757.GD18773@kernel.org> <20140626073802.GC1177@krava.brq.redhat.com> <20140626103223.GB1284@pd.tnic> <20140626121433.GA2600@krava.brq.redhat.com> <20140627232819.GB21418@pd.tnic> <20140707204752.GA11917@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140707204752.GA11917@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 07, 2014 at 05:47:52PM -0300, Arnaldo Carvalho de Melo wrote: > Em Sat, Jun 28, 2014 at 01:28:19AM +0200, Borislav Petkov escreveu: > > On Thu, Jun 26, 2014 at 02:14:33PM +0200, Jiri Olsa wrote: > > > this one compiles ok for me > > > Ok, cool. So guys, can we apply this one so that I can continue with the > > next round? > > Sorry, but not yet, tried to build it (the version that Jiri said worked > for him), after fixing up minor issues with blank lines being added to > the end of two of the files and then: yea, I meant it compiled for me ;-) I haven't reviewd the patch much, one thing I remember is that it should be separated into smaller changes.. should I wait for new version or review this one? > > [acme@ssdandy linux]$ date ;time make -C tools/perf O=~/git/build/perf install-bin > Seg Jul 7 17:44:20 BRT 2014 > make: Entering directory `/home/acme/git/linux/tools/perf' > BUILD: Doing 'make -j8' parallel build > config/Makefile:316: No libdw DWARF unwind found, Please install > elfutils-devel/libdw-dev >= 0.158 and/or set LIBDW_DIR > > Auto-detecting system features: > ... dwarf: [ on ] > ... glibc: [ on ] > ... gtk2: [ on ] > ... libaudit: [ on ] > ... libbfd: [ on ] > ... libelf: [ on ] > ... libnuma: [ on ] > ... libperl: [ on ] > ... libpython: [ on ] > ... libslang: [ on ] > ... libunwind: [ on ] > ... libdw-dwarf-unwind: [ OFF ] > ... DWARF post unwind library: libunwind > > make[1]: *** No rule to make target > `/home/acme/git/linux/tools/lib/symbol/kallsyms.o', needed by > `/home/acme/git/build/perf/libperf.a'. Stop. > make[1]: *** Waiting for unfinished jobs.... > make: *** [install-bin] Error 2 > make: Leaving directory `/home/acme/git/linux/tools/perf' > > real 0m3.407s > user 0m2.434s > sys 0m0.819s > [acme@ssdandy linux]$ > > It builds ok if you do a build when CWD is tools/perf/, but who does > that apart from Jiri? :-) hehe.. so, is there something simpler than just typing 'make' ;-) jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/