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 9852DC00140 for ; Wed, 3 Aug 2022 00:19:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234149AbiHCATN (ORCPT ); Tue, 2 Aug 2022 20:19:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38804 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230126AbiHCATM (ORCPT ); Tue, 2 Aug 2022 20:19:12 -0400 Received: from vmicros1.altlinux.org (vmicros1.altlinux.org [194.107.17.57]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id F23BB1C11F for ; Tue, 2 Aug 2022 17:19:10 -0700 (PDT) Received: from imap.altlinux.org (imap.altlinux.org [194.107.17.38]) by vmicros1.altlinux.org (Postfix) with ESMTP id DE37272C90B; Wed, 3 Aug 2022 03:19:08 +0300 (MSK) Received: from altlinux.org (sole.flsd.net [185.75.180.6]) by imap.altlinux.org (Postfix) with ESMTPSA id A3E0A4A5088; Wed, 3 Aug 2022 03:19:08 +0300 (MSK) Date: Wed, 3 Aug 2022 03:19:08 +0300 From: Vitaly Chikunov To: Josh Poimboeuf Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Miroslav Benes , "Dmitry V. Levin" Subject: Re: tools/objtool: check.c:11:10: fatal error: arch/elf.h: No such file or directory Message-ID: <20220803001908.snlwl25ha5ltkhmg@altlinux.org> References: <20220801192016.raoab6wtuimosocg@altlinux.org> <20220803000739.h4bjjbrstenho7jp@lassen> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20220803000739.h4bjjbrstenho7jp@lassen> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Josh, On Tue, Aug 02, 2022 at 05:07:39PM -0700, Josh Poimboeuf wrote: > On Mon, Aug 01, 2022 at 10:20:16PM +0300, Vitaly Chikunov wrote: > > Hello, > > > > git bisect shows that commit b51277eb9775 ("objtool: Ditch subcommands") > > included in v5.19 introduces build failure on aarch64 for tools/objtool: > > Objtool doesn't yet support arm64, what are you trying to achieve? IC. It was building successfully for our linux-tools package before (as it seems it builds for Debian[1]) just as one of the tools. If it should not be there, thanks for the elucidation, we will stop trying to build it. Thanks, [1] https://debian.pkgs.org/sid/debian-main-arm64/linux-kbuild-5.18_5.18.14-1_arm64.deb.html > > -- > Josh