SIGSTKSZ is now a run-time variable

2021-03-04 Thread Carol Bouchard
M4 Maintainers: I work on a test system for distro testing. I need to build newer Fedora images before they are released to public. A change that was introduced is the #define SIGSTKSZ is no longer a statically defined variable. It's value can only be determined at run time. # define SIGSTKSZ

Re: SIGSTKSZ is now a run-time variable

2021-03-08 Thread Carol Bouchard
ble wrote: > Hi, > > Carol Bouchard wrote in < > https://lists.gnu.org/archive/html/bug-m4/2021-03/msg0.html>: > > A change that was introduced is the > > #define SIGSTKSZ is no longer a statically defined variable. It's value > can > > only be det

Re: SIGSTKSZ is now a run-time variable

2021-03-09 Thread Carol Bouchard
Bruno: Just wanted to add...glibc has made this change and Not yet released Fedora has made this change among a number of other packages. This is the trend going forward. Carol On Mon, Mar 8, 2021 at 8:48 AM Carol Bouchard wrote: > Hi Bruno: > > This is the direction everyone is

Re: SIGSTKSZ is now a run-time variable

2021-03-16 Thread Carol Bouchard
Folks: I misstated earlier that the latest Fedora is going in this direction. This appears to be a glibc only issue as my build is pulling in glibc and not playing nicely with m4. According to https://pkgs.org/download/glibc-devel, fedora rawhide is pulling in the latest version glibc-devel 2.33.

Re: SIGSTKSZ is now a run-time variable

2021-03-26 Thread Carol Bouchard
M4 Experts: Since this issue seems to be in a standstill, I've put together a patch that I can use locally. I'm seeking input for this patch I've produced for m4 package. I'd appreciate your thoughts. Carol On Tue, Mar 16, 2021 at 3:46 PM Carol Bouchard wrote: > Folks:

Re: SIGSTKSZ is now a run-time variable

2021-04-22 Thread Carol Bouchard
Thank you. I will undo my patch once released. On Thu, Apr 22, 2021 at 4:14 PM Eric Blake wrote: > On 3/4/21 8:34 AM, Carol Bouchard wrote: > > M4 Maintainers: > > > > I work on a test system for distro testing. I need to build newer Fedora > > images > > b