From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754525Ab3LEKEh (ORCPT ); Thu, 5 Dec 2013 05:04:37 -0500 Received: from mail-ee0-f54.google.com ([74.125.83.54]:56129 "EHLO mail-ee0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751025Ab3LEKEd (ORCPT ); Thu, 5 Dec 2013 05:04:33 -0500 Date: Thu, 5 Dec 2013 11:04:29 +0100 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: linux-kernel@vger.kernel.org, Arnaldo Carvalho de Melo , Adrian Hunter , Andi Kleen , Corey Ashford , David Ahern , Dongsheng Yang , Frederic Weisbecker , Jeremy Fitzhardinge , Jiri Olsa , "Martin K. Petersen" , Mike Galbraith , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Stephane Eranian , Steven Rostedt , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL 00/38] perf/core improvements and fixes Message-ID: <20131205100429.GC16749@gmail.com> References: <1386187622-2928-1-git-send-email-acme@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1386187622-2928-1-git-send-email-acme@infradead.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnaldo Carvalho de Melo wrote: > From: Arnaldo Carvalho de Melo > > Hi Ingo, > > Please consider pulling, > > - Arnaldo > > The following changes since commit 89e3bbd58a6186b832fe2b9419ac2f9ab90e9089: > > Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (2013-12-04 10:17:17 +0100) > > are available in the git repository at: > > > git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-core-for-mingo Hm, I saw such a build failure: CC FPIC plugin_kmem.o BUILD PLUGIN plugin_jbd2.so plugin_jbd2.o: file not recognized: File truncated collect2: error: ld returned 1 exit status make[2]: *** [plugin_jbd2.so] Error 1 make[1]: *** [install-traceevent-plugins] Error 2 make[1]: *** Waiting for unfinished jobs.... CC FPIC plugin_kvm.o CC FPIC plugin_mac80211.o which suggests some sort of build race ... I was doing several 'make clean; make install' runs - and the second run failed. Unfortunately the failure was not reproducible after that point - and I tried dozens of times. The test system has 12 CPUs. The following loop attempts to build until a failure occurs: cd tools/perf/ while make install; do make clean; done Any ideas? Thanks, Ingo