From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elastic.org (elastic.org [IPv6:2600:3c03::f03c:91ff:fe50:73f]) by sourceware.org (Postfix) with ESMTPS id CF6683857802 for ; Mon, 22 Feb 2021 18:14:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CF6683857802 Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lEFj6-0002Vc-65; Mon, 22 Feb 2021 18:14:32 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtp (Exim 4.94) (envelope-from ) id 1lEFj5-00029a-Je; Mon, 22 Feb 2021 13:14:31 -0500 Received: from fche by very.elastic.org with local (Exim 4.94) (envelope-from ) id 1lEFj5-0004hZ-Bp; Mon, 22 Feb 2021 13:14:31 -0500 Date: Mon, 22 Feb 2021 13:14:31 -0500 From: "Frank Ch. Eigler" To: Overseers mailing list Cc: Jan Kratochvil Subject: Re: binutils-gdb.git corruption? Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Sender-Verification: "" X-Spam-Status: No, score=-103.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_PASS, SPF_PASS, TXREP, USER_IN_WELCOMELIST, USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2021 18:14:33 -0000 Hi - > $ git clone git://sourceware.org/git/binutils-gdb.git;cd binutils-gdb;git annotate gdb/gdbtypes.h > Cloning into 'binutils-gdb'... > [...] > fatal: invalid object name: b9c1b51e45b845debb76d8658edabca70ca56079 Ran a git fsck on binutils-gdb on sourceware; no problems except for some dangling commits. Maybe this object only existed on your local repo? - FChE