Python 3.9

2021-12-08 Thread Marco Atzeri
After the latest update of python 3.6-3.8 I have started the deployment of python39 I will send the Announcement when I will be a bit more in depth on the deployment of the python39-* packages $ cygcheck -cd |grep python39 |wc -l 25 $ cygcheck -cd |grep python38 |wc -l 154 It could take a

Re: gnulib m4/threadlib.m4 bug crashing package tests

2021-12-08 Thread Brian Inglis
On 2021-12-08 11:49, Achim Gratz wrote: Achim Gratz writes: The root cause of this mystery is almost surely in binutils, this area was touched when they moved the default base address past the 4GiB boundary (obviously that's a 64bit only change and it only affects PE targets). I still have to

Re: gnulib m4/threadlib.m4 bug crashing package tests

2021-12-08 Thread Achim Gratz
Achim Gratz writes: > The root cause of this mystery is almost surely in binutils, this area > was touched when they moved the default base address past the 4GiB > boundary (obviously that's a 64bit only change and it only affects PE > targets). I still have to figure out if I need to pull in a

Re: [ITP] autoconf2.7

2021-12-08 Thread Achim Gratz
Achim Gratz writes: > + case "${WANT_AUTOCONF}" in > + 2.5|'') > + WANT_AUTOCONF=2.5 > + case $(autoconf --version 2> /dev/null | head -n 1) in > autoconf*2.[56]?) ;; > *) error