From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 8XHiKgkACWRtSAkAWB0awg (envelope-from ) for ; Wed, 08 Mar 2023 16:37:13 -0500 Received: by simark.ca (Postfix, from userid 112) id A2B371E223; Wed, 8 Mar 2023 16:37:13 -0500 (EST) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=Y1mlwuJW; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-6.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A, RCVD_IN_DNSWL_MED,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 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 5C7251E110 for ; Wed, 8 Mar 2023 16:37:13 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1AE733858D33 for ; Wed, 8 Mar 2023 21:37:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1AE733858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1678311432; bh=Be5FNAvCezkXhjn64oxg3Mac2f49RMJC6gH4xjHJWvg=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=Y1mlwuJWfJLZw6vmWXqA4yY2kLebIkyJ/DItGTfj0eXWwHCaNjBKa2P6bz9UwtxZ3 hpMdJaW8lJvelSeMIXDz922JWrZEZP/pjLwRiwCnWje5boo40bf1hrjOyYqQxjkP+E /0uY7y1J/d/sbUwwK9AJ0e1Oadqm9kn6ESp9ZLBE= Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 907043858D33 for ; Wed, 8 Mar 2023 21:36:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 907043858D33 Received: from [172.16.0.146] (192-222-143-198.qc.cable.ebox.net [192.222.143.198]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 2E31D1E110; Wed, 8 Mar 2023 16:36:46 -0500 (EST) Message-ID: <6a40e8de-f2c0-32a3-2bed-3a4c430f71d7@simark.ca> Date: Wed, 8 Mar 2023 16:36:45 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: GDB 13.1 and clang To: Chris Johns , gdb@sourceware.org References: Content-Language: fr In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Simon Marchi via Gdb Reply-To: Simon Marchi Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" > There is another version installed here: > > $ pkg which /usr/local/include/diagnostics.h > /usr/local/include/diagnostics.h was installed by package binutils-2.37_2,1 > > We have /usr/local/include early in the include list on FreeBSD to pick up some > of the required libraries installed as packages. I will check for a package > update or I revisit the build flags to see how it can be handled. Huh, diagnostics.h is an internal header file, I don't think binutils packages should ship it. I just looked up, and Ubuntu and Arch packages ship it as well... sigh. Simon