Package GCC 9.3.2 not longer available in cygwin installer

2022-05-19 Thread mikael
Hello We are using Cygwin GCC 9.3.2 but it is not longer available. Can you put it again ? Thanks Mikaƫl GUENAIS -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info:

Re: Need Assistance Installing GDB in Cygwin for Windows 10

2022-05-19 Thread Jon Turney
On 19/05/2022 13:19, abel.asmel...@att.net wrote: Hello Jon, I am running the Setup.X86_64.exe program and selecting packages from the screen below and I don't see GDB package. Please, tell me what I am doing wrong. You need to change the 'View' selected at the top left from 'Up To Date'

[ANNOUNCEMENT] gdb 12.1-1 (TEST)

2022-05-19 Thread Jon Turney
The following package has been updated in the Cygwin distribution: * gdb-12.1-1 The GNU debugger allows you to debug programs written in C, C++, and other languages, by executing them in a controlled fashion and printing their data. This is an update to the latest upstream version: https:

Re: Need Assistance Installing GDB in Cygwin for Windows 10

2022-05-19 Thread Eliot Moss
On 5/19/2022 7:00 AM, abel.asmel...@att.net wrote: Hello Cygwin Contributors, I am trying to install GDB in Cygwin using the Setup_X86_64.exe Cygwin installation program. However, I don't see the option of GDB source in the package installation selection panel. What package should I use to insta

Re: Need Assistance Installing GDB in Cygwin for Windows 10

2022-05-19 Thread Jon Turney
On 19/05/2022 12:00, abel.asmel...@att.net wrote: Hello Cygwin Contributors, I am trying to install GDB in Cygwin using the Setup_X86_64.exe Cygwin installation program. However, I don't see the option of GDB source in the package installation selection panel. What package should I use to instal

Need Assistance Installing GDB in Cygwin for Windows 10

2022-05-19 Thread abel.asmelash
Hello Cygwin Contributors, I am trying to install GDB in Cygwin using the Setup_X86_64.exe Cygwin installation program. However, I don't see the option of GDB source in the package installation selection panel. What package should I use to install GDB debugger? Please, help. Regards, Abel

Several Python 3.9 packages have a wrong version number of 0.0.0

2022-05-19 Thread Laurent Martin
Hello, I'm using Python 3.9 from Cygwin. Some packages have a package version of 0.0.0 instead of their actual version which makes pip unhappy: $ pip list | grep 0.0.0 importlib-metadata0.0.0 iniconfig 0.0.0 zipp 0.0.0 $ pip check sph

Re: killpg(pgid, 0) fails if the process is in the middle of spawnve()

2022-05-19 Thread Corinna Vinschen
On May 19 13:51, Jun T wrote: > > > 2022/05/18 23:54, Corinna Vinschen wrote: > > > > For a start, can you try the above patch? > > Thanks for a quick response. The patch seems to solve the problem. > Of course there is a possibility that it happens with very low probability, > but I haven't g