Re: logic in m4/strtoimax.m4 inverted

2022-10-04 Thread Emanuel Haupt
Chet Ramey wrote: > On 10/1/22 6:38 AM, Emanuel Haupt wrote: > > Static build of 5.2 fails to build on FreeBSD 13.1-RELEASE (amd64). > > > > The logic in m4/strtoimax.m4 is inverted. The following patch > > replaces strtoimax() if and only if it is present and func

logic in m4/strtoimax.m4 inverted

2022-10-01 Thread Emanuel Haupt
Static build of 5.2 fails to build on FreeBSD 13.1-RELEASE (amd64). The logic in m4/strtoimax.m4 is inverted. The following patch replaces strtoimax() if and only if it is present and functional. --- patch begins here --- --- m4/strtoimax.m4.orig2022-04-11 20:31:52 UTC +++ m4/strtoimax.m4

Re: Bash 5.1 fails parallel builds from source

2020-12-12 Thread Emanuel Haupt
Emanuel Haupt wrote: > On 12/7/20 1:44 PM, Fazal Majid wrote: > >> On Dec 7, 2020, at 15:37, Chet Ramey wrote: > >> > >> Thanks for the report. I've never actually encountered this error. > >> Just lucky, I guess. > > > > It’s a race condi

Re: Bash patches format

2018-05-30 Thread Emanuel Haupt
"Marty E. Plummer" wrote: > On Wed, May 30, 2018 at 10:42:27AM +0800, Clark Wang wrote: > > On Wed, May 30, 2018 at 8:25 AM, Marty E. Plummer > > wrote: > > > > > > If people are willing to do the conversion between patch > > > > formats for > > > their > > > > own purposes, more power to them.