From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id BpT9ApmvSmC+VQAAWB0awg (envelope-from ) for ; Thu, 11 Mar 2021 19:02:33 -0500 Received: by simark.ca (Postfix, from userid 112) id 003581EF78; Thu, 11 Mar 2021 19:02:32 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,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 355861E789 for ; Thu, 11 Mar 2021 19:02:32 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id AEBB939551D2; Fri, 12 Mar 2021 00:02:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AEBB939551D2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1615507351; bh=Nl0UmvW4vhhXo1/e4MNXzgaHthgqE8qpAsJ0cOgUBEA=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=ggQ5FPQISHiVdFfd8d3G8jFThr3UY7HtdgQIkKM4Ie8BxM/707qh9dF+FHxe+asVR h8FxYfB+ihxYkEwOMo3IrWu/mMx8jA7ZzUjOL/ta+asq4QMiKdoXVa+eBV1KlOBOf7 Yw/TeuWzudCVm14qEM76YyuoWnc/kbm9IoWklKq8= Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by sourceware.org (Postfix) with ESMTP id 650C7395200F for ; Fri, 12 Mar 2021 00:02:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 650C7395200F Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-492-vIb5roG9MYyqgmEFIa5-IA-1; Thu, 11 Mar 2021 19:02:27 -0500 X-MC-Unique: vIb5roG9MYyqgmEFIa5-IA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9A37318D6A2C for ; Fri, 12 Mar 2021 00:02:26 +0000 (UTC) Received: from localhost.localdomain (ovpn-113-129.phx2.redhat.com [10.3.113.129]) by smtp.corp.redhat.com (Postfix) with ESMTP id 76A7B138EA for ; Fri, 12 Mar 2021 00:02:26 +0000 (UTC) Subject: Re: sim automake regen To: gdb-patches@sourceware.org References: Message-ID: <5967cf51-1bdc-9326-3f0d-e660c8717c1d@redhat.com> Date: Thu, 11 Mar 2021 17:02:25 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US 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: , From: Jeff Law via Gdb-patches Reply-To: Jeff Law Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On 3/7/21 8:14 PM, Mike Frysinger wrote: > what's up with this change ? i couldn't find mention of it on the mailing > lists, and when i regenerate autotools locally, it's reverting the commit > you've made. are you seeing a problem running autotools or something ? Several ports were failing to build sim/.  It initially looked like it was sufficient to just regen with automake, but it's something deeper. Odd that we're getting opposing diffs when regenerating.  Go with yours and we'll get it sorted out later -- I'm at my last day with Red Hat and likely won't be digging into tester failures over the next week or two as I start to get my feed under me at a new job. Sorry for any confusion, jeff