From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753257AbbGBJWh (ORCPT ); Thu, 2 Jul 2015 05:22:37 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:36018 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752773AbbGBJW3 (ORCPT ); Thu, 2 Jul 2015 05:22:29 -0400 Date: Thu, 2 Jul 2015 11:22:23 +0200 From: Ingo Molnar To: Jiri Olsa 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: <20150702092223.GA10141@gmail.com> References: <1435785809-3927-1-git-send-email-acme@kernel.org> <20150702085607.GA8276@gmail.com> <20150702091105.GA2209@krava.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150702091105.GA2209@krava.brq.redhat.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 * Jiri Olsa wrote: > 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 ;-) That's exactly what happened - it now builds fine so I restored the pull, thanks Jiri! Ingo