Died a quick death. Someone added a call to uncompress2, which is not POSIX-compliant. > -----Original Message----- > From: rsbecker@xxxxxxxxxxxxx <rsbecker@xxxxxxxxxxxxx> > Sent: January 10, 2022 9:20 PM > To: 'git@xxxxxxxxxxxxxxx' <git@xxxxxxxxxxxxxxx> > Subject: [BUG] Re: Git 2.35.0-rc0 > > 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