From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.1 required=3.0 tests=AWL,BAYES_00,BODY_8BITS, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 0F4C61F953 for ; Tue, 11 Jan 2022 02:20:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244192AbiAKCUW convert rfc822-to-8bit (ORCPT ); Mon, 10 Jan 2022 21:20:22 -0500 Received: from elephants.elehost.com ([216.66.27.132]:17015 "EHLO elephants.elehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239445AbiAKCUV (ORCPT ); Mon, 10 Jan 2022 21:20:21 -0500 Received: from Mazikeen (cpe00fc8d49d843-cm00fc8d49d840.cpe.net.cable.rogers.com [99.229.22.139] (may be forged)) (authenticated bits=0) by elephants.elehost.com (8.16.1/8.16.1) with ESMTPSA id 20B2KK35001965 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 10 Jan 2022 21:20:20 -0500 (EST) (envelope-from rsbecker@nexbridge.com) Reply-To: From: To: Subject: [BUG] Re: Git 2.35.0-rc0 Date: Mon, 10 Jan 2022 21:20:15 -0500 Organization: Nexbridge Inc. Message-ID: <00fd01d80691$c87e3ad0$597ab070$@nexbridge.com> MIME-Version: 1.0 Content-Type: text/plain; boundary="----=_NextPart_000_00F0_01D80667.9A0979A0"; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT X-Mailer: Microsoft Outlook 16.0 Content-Language: en-ca Thread-Index: AQGsANR0OT4W4IUHkHguGppHXx6wmg== Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Hi All, Git 2.35.0-rc0 is not portable: uncompress2(uncompressed + block_header_skip, &dst_len,                    ^ "/home/ituglib/randall/jenkins/.jenkins/workspace/Git_Pipeline/reftable/bloc k.c", line 213: error(114):           identifier "uncompress2" is undefined This is not a POSIX compliant call. --Randall