From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753797AbbGBJLZ (ORCPT ); Thu, 2 Jul 2015 05:11:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47919 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752016AbbGBJLJ (ORCPT ); Thu, 2 Jul 2015 05:11:09 -0400 Date: Thu, 2 Jul 2015 11:11:05 +0200 From: Jiri Olsa To: Ingo Molnar Cc: Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, Aaro Koskinen , Adrian Hunter , David Ahern , Kan Liang , Namhyung Kim , Peter Zijlstra , Taeung Song , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 0/8] perf/core fixes Message-ID: <20150702091105.GA2209@krava.brq.redhat.com> References: <1435785809-3927-1-git-send-email-acme@kernel.org> <20150702085607.GA8276@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150702085607.GA8276@gmail.com> 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 Thu, Jul 02, 2015 at 10:56:07AM +0200, Ingo Molnar wrote: > > Hm, had to unpull it, due to: > > make[3]: *** No rule to make target 'util/intel-pt.h', needed by 'util/auxtrace.o'. Stop. > /home/mingo/tip/tools/build/Makefile.build:107: recipe for target 'util' failed Any chance this is leftover from previous intel pt pull/revert? And 'util/intel-pt.h' dependency stayed in the util/.auxtrace.o.cmd file? Removing the util/.auxtrace.o.cmd file should fix that. I'm looking at this issue currently.. need somehow to check the dependency validity, need to check how kbuild deal with this ;-) jirka > make[2]: *** [util] Error 2 > Makefile.perf:373: recipe for target 'libperf-in.o' failed > make[1]: *** [libperf-in.o] Error 2 > Makefile:87: recipe for target 'install' failed > make: *** [install] Error 2 > > Thanks, > > Ingo