From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id JIAhKKFUa2DLNAAAWB0awg (envelope-from ) for ; Mon, 05 Apr 2021 14:19:13 -0400 Received: by simark.ca (Postfix, from userid 112) id 950261E789; Mon, 5 Apr 2021 14:19:13 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=DKIM_SIGNED, MAILING_LIST_MULTI,T_DKIM_INVALID,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id C09A11E590 for ; Mon, 5 Apr 2021 14:19:12 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 2A81C3858031; Mon, 5 Apr 2021 18:19:12 +0000 (GMT) Received: from smtp-out1.superhosting.bg (smtp-out1.superhosting.bg [185.123.190.50]) by sourceware.org (Postfix) with ESMTPS id 3DF433858031 for ; Mon, 5 Apr 2021 18:19:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3DF433858031 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinux.eu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dimitar@dinux.eu Received: from server28.superhosting.bg ([217.174.156.11]) by smtp-out1.superhosting.bg with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lTToX-00E7al-3p for gdb-patches@sourceware.org; Mon, 05 Apr 2021 21:19:07 +0300 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dinux.eu; s=default; h=Content-Type:Content-Transfer-Encoding:MIME-Version:References: In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=sYt1EqszCr9fAXJHb0MOaMtjbvOZb2jAYPVoZe6TXio=; b=ZadBEMdovA5bJ4oUWShOrVZuHU 93ApgS3TdPN3yGzM3armUMB638NZ1Zgol/gimwSY49FsfEd14WDEhK5KVA9IiO2BDegVIemjVw3l/ Qc8PHjLuGt6gcb2oxum5PSfwZlJyL75U1cxZ0vd4RPXTSY8oIrCae2u0hNJ60FMp17lvAYSc4FNpE V5NWKxljRHnMOj5lwHclP0rkBNleiqGBVn8uKmg9WNRinBmdIAqWwBHy4msat4+LiQKUx6ahPtc1k gz0DqzmB1WkHymNbcxBl2EjCQxeLykIStk5KQZ7PEH2xLxtXeWLW/7H0iihK4F80SDGOw43tWxIpa 2wrA1bHA==; Received: from [95.87.234.74] (port=41132 helo=tpdeb.localnet) by server28.superhosting.bg with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lTToV-00097E-05; Mon, 05 Apr 2021 21:19:05 +0300 From: Dimitar Dimitrov To: Mike Frysinger Subject: Re: [PATCH 1/3] sim: testsuite: calculate $arch from $subdir Date: Mon, 05 Apr 2021 21:19:02 +0300 Message-ID: <2681077.7PTua7494i@tpdeb> In-Reply-To: References: <20210404143538.14995-1-vapier@gentoo.org> <5328944.Q7PVtjR6cZ@tpdeb> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server28.superhosting.bg X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - dinux.eu X-Get-Message-Sender-Via: server28.superhosting.bg: authenticated_id: dimitar@dinux.eu X-Authenticated-Sender: server28.superhosting.bg: dimitar@dinux.eu X-Source: X-Source-Args: X-Source-Dir: X-SA-Score: 0.1 (/) X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On Mon, 5 Apr 2021 20:17:01 EEST Mike Frysinger wrote: > On 05 Apr 2021 19:31, Dimitar Dimitrov wrote: > > From 6f0fb28ff86acc17b5038978cc42144ffa5a5cb4 Mon Sep 17 00:00:00 2001 > > From: Dimitar Dimitrov > > Date: Mon, 5 Apr 2021 19:21:35 +0300 > > Subject: [PATCH] sim: Add bfd include path for common testsuite tools > > > > On my Fedora33 host this patch fixes the following "make check-sim" > > errors for both pru cross target, and native x86_64: > > > > In file included from ../../../binutils/sim/common/sim-basics.h:131, > > > > from > > testsuite/common/bits32m0.c:13:../../../binutils/sim/../ > > include/gdb/callback.h:55:10: fatal error: bfd.h: No such > > file or directory> > > 55 | #include "bfd.h" > > > > | ^~~~~~~ > > i'm guessing you don't have libbfd installed in your host distro already ? > i do which is why i think i missed this. You are correct. I don't have libbfd installed on my host. Regards, Dimitar