From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755840AbdGXRm2 (ORCPT ); Mon, 24 Jul 2017 13:42:28 -0400 Received: from mail.kernel.org ([198.145.29.99]:52078 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755769AbdGXRmM (ORCPT ); Mon, 24 Jul 2017 13:42:12 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E421C2133F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org Date: Mon, 24 Jul 2017 14:42:09 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: Sukadev Bhattiprolu , Andi Kleen , jolsa@kernel.org, linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH] perf, tools: Make build fail on JSON parse error Message-ID: <20170724174209.GW4134@kernel.org> References: <20170721192557.4371-1-andi@firstfloor.org> <20170722003159.GA15787@us.ibm.com> <20170724141649.GA2645@krava> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170724141649.GA2645@krava> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Mon, Jul 24, 2017 at 04:16:49PM +0200, Jiri Olsa escreveu: > On Fri, Jul 21, 2017 at 05:31:59PM -0700, Sukadev Bhattiprolu wrote: > > Andi Kleen [andi@firstfloor.org] wrote: > > > From: Andi Kleen > > > > > > Today, when a JSON file fails parsing the build continues, > > > but there are no json files built in, which is difficult to debug later. > > > Make the build stop on a parse error instead. > > > > I see the problem and we were being defensive to not break the build > > on architectures that don't yet have the PMU event lists. It will be > > good to check build on an architecture other than x86/powerpc. > > > > Also, following comments may no longer be applicable? > > Isn't the Andi's change only to fail in case there's > a real error in process_one_file? I think you can still > have empty events dir. That explains why all the cross builds failed when I added that cset? - Arnaldo