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 9E323C43334 for ; Thu, 21 Jul 2022 05:34:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230140AbiGUFeH (ORCPT ); Thu, 21 Jul 2022 01:34:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33636 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230081AbiGUFeH (ORCPT ); Thu, 21 Jul 2022 01:34:07 -0400 Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3DD184E62C for ; Wed, 20 Jul 2022 22:34:02 -0700 (PDT) Received: by mail-wr1-x436.google.com with SMTP id bv24so671253wrb.3 for ; Wed, 20 Jul 2022 22:34:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=pLuaJ2LEb4NfU4vvBKr0ulQIYPO0Q2uVSE08ta5PpNs=; b=UZdKi+5jMjtx9+tlEyQBKQQStLl66JDK3Vo6Zre0xl3sBn+tCTd0AnzKQLMK7OKaO7 UETWKRZ6WccUHsliHG3iMU/QyjZgVE3x3Voq9IJsz4ALn5J1PXfDGexPF6gvYxX+e6O+ 5SRA3GUPfQ9rZgrJhMo28Tzu0v2brHvFJtAaAesubUF/3kYO7mAmvTTJlaCeTgMKJwmG q/8UKggAJtVS77zDsEm4r65N8HnHW4LmhKkZ7Nx+5/PL4Pet6Z0YapXiWPVuXWiTTPH5 ow62/wzkbCRZXEvAlTr9K5UhgFJ1IXnA6c1y7FX0Cmey6wVMpkib2LgtPBZy9ZEJEvmB rxRQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=pLuaJ2LEb4NfU4vvBKr0ulQIYPO0Q2uVSE08ta5PpNs=; b=p+lKBE1fbhRYohEAafp4bDcxusiznOX8xlb5AUwe/PYWrrA5GtfbYfu9ruE1Web7ZN nMpJlqHgsTZYBBL9A2f3FtIo9+J+W4XFeXonvLrd9gGy75ghispdkZnczfKfzfbB0iWI 64VFEnCeLDovOQialmcQ/xwv4z6zgx0Z2Kr5X98rdM1eQ7+rY/8YS49Y/ygrow0P97nt 6hHO8WdalEyhZGSQVCe+B1rIg/RWph8BHzyUxe+094YEN70fEw9iGO6JXoUdzUxOCzGV Gmv6T982hFnUiXOPEKOTwS4j7Z8IxmZqS2duEgnvt++++M5psAIqmyGS5hBx8VwakNzE sfwQ== X-Gm-Message-State: AJIora8TAB+MgQbfhQlstAeZWKF+QjjGTA9rgso4pIZuArVdZ8qdOYEn kjhmRhw8krG8dPoLVSz1nWMd77iMbongPNihpaYV9Q== X-Google-Smtp-Source: AGRyM1tnX459j02NM7ciHe1lLHAJ6aHOObLD3951hy7Fq78xuph4pEBkFBpJ4hGor2tXgntNmnMQ3bUyJMO5YpKBr9Q= X-Received: by 2002:a05:6000:1a8e:b0:21d:a7a8:54f4 with SMTP id f14-20020a0560001a8e00b0021da7a854f4mr33978134wry.654.1658381640252; Wed, 20 Jul 2022 22:34:00 -0700 (PDT) MIME-Version: 1.0 References: <20220721090500.35774b43@canb.auug.org.au> <20220721135556.5443eff4@canb.auug.org.au> In-Reply-To: <20220721135556.5443eff4@canb.auug.org.au> From: Ian Rogers Date: Wed, 20 Jul 2022 22:33:48 -0700 Message-ID: Subject: Re: linux-next: build failure after merge of the perf tree To: Stephen Rothwell Cc: Arnaldo Carvalho de Melo , Arnaldo Carvalho de Melo , Ian Rogers , Linux Kernel Mailing List , Linux Next Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Wed, Jul 20, 2022 at 8:56 PM Stephen Rothwell wrote: > > Hi Ian, > > On Wed, 20 Jul 2022 19:35:45 -0700 Ian Rogers wrote: > > > > On Wed, Jul 20, 2022 at 4:05 PM Stephen Rothwell wrote: > > > > > > I installed python3-setuptools. > > > > Thanks, could you give more details? Are you overriding python to be > > an older version on the command line? What does "python --version" and > > "python3 --version" show? Installing python3-setuptools should be what > > you need, but I'm not sure why that's not working for you. > > I am not doing anything unusual. What I meant was "To fix this, I > installed python3-setuptools as I did not have it installed before". > It built fine once I installed that. Ah, thanks for the clarification. We could do something to make the remedy of this problem clearer. Thanks, Ian > -- > Cheers, > Stephen Rothwell