Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755818Ab3H3Kg4 (ORCPT ); Fri, 30 Aug 2013 06:36:56 -0400 Received: from merlin.infradead.org ([205.233.59.134]:33803 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755090Ab3H3Kgy (ORCPT ); Fri, 30 Aug 2013 06:36:54 -0400 Date: Fri, 30 Aug 2013 12:36:33 +0200 From: Peter Zijlstra To: Sedat Dilek Cc: Ingo Molnar , Linus Torvalds , Waiman Long , Benjamin Herrenschmidt , Alexander Viro , Jeff Layton , Miklos Szeredi , Ingo Molnar , Thomas Gleixner , linux-fsdevel , Linux Kernel Mailing List , Steven Rostedt , Andi Kleen , "Chandramouleeswaran, Aswin" , "Norton, Scott J" Subject: Re: [PATCH v7 1/4] spinlock: A new lockref structure for lockless update of refcount Message-ID: <20130830103633.GG10002@twins.programming.kicks-ass.net> References: <52200DAE.2020303@hp.com> <20130830094857.GA14502@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1056 Lines: 42 On Fri, Aug 30, 2013 at 12:29:34PM +0200, Sedat Dilek wrote: > [ Sorry for being off-topic ] > > Hey Ingo, > > can you help, please? > > I installed so far all missing -dev packages... > > $ sudo apt-get install libelf-dev libdw-dev libunwind7-dev libslang2-dev It seems to me the easier way is: $ apt-get build-dep linux-tools > ...and then want a perf-only build... > > [ See tools/Makefile ] > > $ LANG=C LC_ALL=C make -C tools/ perf_install 2>&1 | tee ../perf_install-log.txt The way I always build that stuff is simply: $ cd tools/perf $ make -j $ cp perf `which perf` $ cd - No idea about liblk though, never had that issue but maybe something like: $ cd tools/lib/lk/ $ make clean $ make will get you a more useful error. dunno, its a fairly trivial little library, only a single .c file. -- 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/