From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9EE60C433EF for ; Fri, 17 Jun 2022 14:39:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1382570AbiFQOjf (ORCPT ); Fri, 17 Jun 2022 10:39:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43590 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233234AbiFQOjf (ORCPT ); Fri, 17 Jun 2022 10:39:35 -0400 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D689239684; Fri, 17 Jun 2022 07:39:33 -0700 (PDT) Received: from fraeml704-chm.china.huawei.com (unknown [172.18.147.226]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4LPhTm4850z6H6mV; Fri, 17 Jun 2022 22:37:48 +0800 (CST) Received: from lhreml724-chm.china.huawei.com (10.201.108.75) by fraeml704-chm.china.huawei.com (10.206.15.53) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2375.24; Fri, 17 Jun 2022 16:39:31 +0200 Received: from [10.126.175.22] (10.126.175.22) by lhreml724-chm.china.huawei.com (10.201.108.75) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Fri, 17 Jun 2022 15:39:29 +0100 Message-ID: Date: Fri, 17 Jun 2022 15:39:28 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: [PATCH v5 2/4] perf jevents: Add python converter script To: Ian Rogers , Xing Zhengjun CC: Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Mark Rutland , Alexander Shishkin , Jiri Olsa , "Namhyung Kim" , Kan Liang , Andi Kleen , Felix Fietkau , Qi Liu , Like Xu , , , "Nick Forrington" , Kajol Jain , "James Clark" , Andrew Kilroy , "Paul A . Clarke" , Will Deacon , Mathieu Poirier , , , , , Caleb Biggers , Perry Taylor , Kshipra Bopardikar , Stephane Eranian References: <20220616044806.47770-1-irogers@google.com> <20220616044806.47770-3-irogers@google.com> <7eb148e5-0763-1dbe-d1f5-80e5159be7c8@linux.intel.com> <3108fd92-c05b-961f-2367-81925535bf4f@linux.intel.com> <5e27d1e8-f329-7e11-2f5a-cc0d53ce1db3@linux.intel.com> From: John Garry In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.126.175.22] X-ClientProxiedBy: lhreml732-chm.china.huawei.com (10.201.108.83) To lhreml724-chm.china.huawei.com (10.201.108.75) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org On 17/06/2022 14:33, Ian Rogers wrote: >> ... libzstd: [ on ] >> ... disassembler-four-args: [ on ] >> ... python-dev-is-python3: [ off ] >> > Agreed on cleaning up the python Makefile logic. I'd rather do it out > of these patches. IMHO I know it's painful to get right but we should have it shouted that python is not properly configured and jevents won't get compiled (properly) - the message "Python interpreter too old (older than 3.6) disabling jevent generation" is too quiet. Thanks!