On May 17, 2021 3:06 AM, Junio C Hamano wrote:
To: git@xxxxxxxxxxxxxxx
Cc: Linux Kernel <linux-kernel@xxxxxxxxxxxxxxx>; git-
packagers@xxxxxxxxxxxxxxxx
Subject: [ANNOUNCE] Git v2.32.0-rc0
An early preview release Git v2.32.0-rc0 is now available for
testing at the usual places. It is comprised of 545 non-merge
commits since v2.31.0, contributed by 76 people, 29 of which are
new faces [*].
Git 2.23.0 no longer builds on NonStop x86. Reference to pthreads is not permitted in s non-pthread build.
**** ERROR **** [1210]:
libgit.a(ipc-unix-socket.o): In function `thread_block_sigpipe':
ipc-unix-socket.o(.text+0xb87): unresolved reference to pthread_sigmask.
We are not building with pthreads. This is net-new for 2.32.0-rc0, not seen in 2.31.0.
I'm unsure as to why this file is even being included in a non-thread build.
Randall