Re: __alloca patch?

2019-05-04 Thread Jeffrey Walton
On Sat, May 4, 2019 at 4:34 PM Jeffrey Walton wrote: > > On Sat, May 4, 2019 at 3:14 PM Paul Smith wrote: > > > > On Sat, 2019-05-04 at 15:10 -0400, Jeffrey Walton wrote: > > > Ack, thanks. It works perfectly on Fedora 29. > > > > > > This was a good change: > > > > > > -# if

Re: __alloca patch?

2019-05-04 Thread Paul Smith
On Sat, 2019-05-04 at 16:34 -0400, Jeffrey Walton wrote: > I had to sidestep an autoreconf because Solaris provides an old > version of Autotools. See > https://github.com/noloader/Build-Scripts/commit/d831d99544be Hm, I'd assumed that when applying the patch in the order I placed it, that

Re: __alloca patch?

2019-05-04 Thread Jeffrey Walton
On Sat, May 4, 2019 at 3:14 PM Paul Smith wrote: > > On Sat, 2019-05-04 at 15:10 -0400, Jeffrey Walton wrote: > > Ack, thanks. It works perfectly on Fedora 29. > > > > This was a good change: > > > > -# if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION > > +# if _GNU_GLOB_INTERFACE_VERSION

Re: __alloca patch?

2019-05-04 Thread Paul Smith
On Sat, 2019-05-04 at 15:10 -0400, Jeffrey Walton wrote: > Ack, thanks. It works perfectly on Fedora 29. > > This was a good change: > > -# if _GNU_GLOB_INTERFACE_VERSION == GLOB_INTERFACE_VERSION > +# if _GNU_GLOB_INTERFACE_VERSION == 1 || _GNU_GLOB_INTERFACE_VERSION == 2 > > I found the one

Re: __alloca patch?

2019-05-04 Thread Jeffrey Walton
On Sat, May 4, 2019 at 2:45 PM Paul Smith wrote: > > On Thu, 2019-05-02 at 02:13 -0400, Jeffrey Walton wrote: > > > > I'm working from the 4.2.1 tarball. I see __alloca has caused some > > grief. ( > > https://lists.gnu.org/archive/html/bug-make/2017-11/msg00020.html > > > > and friends). > > > >

Re: __alloca patch?

2019-05-04 Thread Paul Smith
On Thu, 2019-05-02 at 02:13 -0400, Jeffrey Walton wrote: > Hi Everyone, > > I'm working from the 4.2.1 tarball. I see __alloca has caused some > grief. ( > https://lists.gnu.org/archive/html/bug-make/2017-11/msg00020.html > > and friends). > > There have been no GNU Make releases since June