git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Broken] RE: [ANNOUNCE] Git v2.32.0-rc0
@ 2021-05-17 14:06 Randall S. Becker
  2021-05-18  3:45 ` Bagas Sanjaya
  2021-05-18 10:30 ` Jeff Hostetler
  0 siblings, 2 replies; 3+ messages in thread
From: Randall S. Becker @ 2021-05-17 14:06 UTC (permalink / raw)
  To: 'Junio C Hamano', git; +Cc: 'Linux Kernel', git-packagers

On May 17, 2021 3:06 AM, Junio C Hamano wrote:
>To: git@vger.kernel.org
>Cc: Linux Kernel <linux-kernel@vger.kernel.org>; git-
>packagers@googlegroups.com
>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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Broken] RE: [ANNOUNCE] Git v2.32.0-rc0
  2021-05-17 14:06 [Broken] RE: [ANNOUNCE] Git v2.32.0-rc0 Randall S. Becker
@ 2021-05-18  3:45 ` Bagas Sanjaya
  2021-05-18 10:30 ` Jeff Hostetler
  1 sibling, 0 replies; 3+ messages in thread
From: Bagas Sanjaya @ 2021-05-18  3:45 UTC (permalink / raw)
  To: Randall S. Becker, 'Junio C Hamano', git
  Cc: 'Linux Kernel', git-packagers

On 17/05/21 21.06, Randall S. Becker wrote:
> 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
> 
> 

I can confirm the issue on my Linux box (Ubuntu).

Thanks for the reporting.

-- 
An old man doll... just what I always wanted! - Clara

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Broken] RE: [ANNOUNCE] Git v2.32.0-rc0
  2021-05-17 14:06 [Broken] RE: [ANNOUNCE] Git v2.32.0-rc0 Randall S. Becker
  2021-05-18  3:45 ` Bagas Sanjaya
@ 2021-05-18 10:30 ` Jeff Hostetler
  1 sibling, 0 replies; 3+ messages in thread
From: Jeff Hostetler @ 2021-05-18 10:30 UTC (permalink / raw)
  To: Randall S. Becker, 'Junio C Hamano', git
  Cc: 'Linux Kernel', git-packagers



On 5/17/21 10:06 AM, Randall S. Becker wrote:
> On May 17, 2021 3:06 AM, Junio C Hamano wrote:
>> To: git@vger.kernel.org
>> Cc: Linux Kernel <linux-kernel@vger.kernel.org>; git-
>> packagers@googlegroups.com
>> 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
> 
> 

I should have ifdef'd that code with NO_PTHREADS it seems.
Let me take a look.

Jeff

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-18 10:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-17 14:06 [Broken] RE: [ANNOUNCE] Git v2.32.0-rc0 Randall S. Becker
2021-05-18  3:45 ` Bagas Sanjaya
2021-05-18 10:30 ` Jeff Hostetler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).