Re: Forcing setup.exe not to create WSL symlinks

2020-08-30 Thread Michael Wild via Cygwin
On Sun, 30 Aug 2020, 22:24 Jon Turney wrote: > On 27/08/2020 06:48, Michael Wild via Cygwin wrote: > > On Wed, Aug 26, 2020 at 10:57 PM Jon Turney wrote: > >> > >> However, even if that's fixed, there's no value for winsymlinks in > >> CYGWIN env var to specify the behaviour of Cygwin 3.1.4 and pr

Re: cygwin qsort erratic

2020-08-30 Thread Brian Inglis
On 2020-08-30 15:27, Kurt-Karen Carlson-Lougheed via Cygwin wrote: > In a small percentage of qsort requests, the results are erratic. Running > the same code under Linux (RHEL7) does NOT have this problem. I updated my > cygwin to current and the problem persists. I copied the latest netbsd.org >

cygwin qsort erratic

2020-08-30 Thread Kurt-Karen Carlson-Lougheed via Cygwin
In a small percentage of qsort requests, the results are erratic. Running the same code under Linux (RHEL7) does NOT have this problem. I updated my cygwin to current and the problem persists. I copied the latest netbsd.org qsort.c and compiled into my code, the problem is resolved with that versio

Re: cpp /usr/include/threads.h fails; modfl segfaults

2020-08-30 Thread Brian Inglis
On 2020-08-30 07:00, Corinna Vinschen wrote: > On Aug 29 08:52, airplanemath via Cygwin wrote: >> I have two reports.  A brief description of the system: >> $ uname -a | sed "s/${HOSTNAME}/\${HOSTNAME}/g" >> CYGWIN_NT-10.0 ${HOSTNAME} 3.1.7(0.340/5/3) 2020-08-22 17:48 x86_64 Cygwin ... >> $ cat tes

Re: Forcing setup.exe not to create WSL symlinks

2020-08-30 Thread Jon Turney
On 27/08/2020 06:48, Michael Wild via Cygwin wrote: On Wed, Aug 26, 2020 at 10:57 PM Jon Turney wrote: However, even if that's fixed, there's no value for winsymlinks in CYGWIN env var to specify the behaviour of Cygwin 3.1.4 and previous (i.e. always create traditional symlinks, don't use WSL

Re: Forcing setup.exe not to create WSL symlinks

2020-08-30 Thread Jon Turney
On 27/08/2020 13:49, Michael Wild via Cygwin wrote: On Thu, Aug 27, 2020 at 2:48 PM Michael Wild wrote: [...] I attached this fix as a patch. [...] Thanks. Applied. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:

Re: cpp /usr/include/threads.h fails; modfl segfaults

2020-08-30 Thread Brian Inglis
On 2020-08-30 00:23, ASSI wrote: > Ken Brown via Cygwin writes: >> OK, so the problem was introduced between 3.1.4 and 3.1.5. It should >> be pretty easy to bisect and find the culprit. I'll do that tomorrow >> if no one beats me to it. > > The most likely culprit would be this I think: > > htt

Re: cpp /usr/include/threads.h fails; modfl segfaults

2020-08-30 Thread airplanemath--- via Cygwin
Corinna Vinschen writes: > On Aug 29 08:52, airplanemath via Cygwin wrote: >> Hello, >> >> I have two reports. A brief description of the system: >> $ uname -a | sed "s/${HOSTNAME}/\${HOSTNAME}/g" >> CYGWIN_NT-10.0 ${HOSTNAME} 3.1.7(0.340/5/3) 2020-08-22 17:48 x86_64 Cygwin >> >> The first repor

Re: [QUAR] Re: cpp /usr/include/threads.h fails; modfl segfaults

2020-08-30 Thread Eliot Moss
On 8/30/2020 12:11 PM, Ken Brown wrote: On 8/29/2020 5:41 PM, Eliot Moss wrote: It seems the math functions in winsup were not built quite right ... That's a pretty broad generalization to make based on one reported bug (which Corinna fixed within 24 hours of the report). I certainly did no

[ANNOUNCEMENT] ghostscript 9.53.0-0.2 (TEST)

2020-08-30 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution as test releases: * ghostscript-9.53.0-0.2 * libgs9-9.53.0-0.2 * libgs-devel-9.53.0-0.2 GNU Ghostscript is a PostScript interpreter capable of converting PS files into a number of printer output formats. Ghostscript can also re

Re: [QUAR] Re: cpp /usr/include/threads.h fails; modfl segfaults

2020-08-30 Thread Ken Brown via Cygwin
On 8/29/2020 5:41 PM, Eliot Moss wrote: It seems the math functions in winsup were not built quite right ... That's a pretty broad generalization to make based on one reported bug (which Corinna fixed within 24 hours of the report). Ken -- Problem reports: https://cygwin.com/problems.ht

RE: mintty will not accept the letter "e"

2020-08-30 Thread Ken Reek via Cygwin
Found the problem! One of the FAQs instructed me to add the command set completion-ignore-case on to the .inputrc file. Seeing a "set" command I thought this file was similar to .bashrc so I added the command echo .inputrc to the file (so I could be sure it was being read). After reading the ba

Re: cpp /usr/include/threads.h fails; modfl segfaults

2020-08-30 Thread Corinna Vinschen
On Aug 29 08:52, airplanemath via Cygwin wrote: > Hello, > > I have two reports.  A brief description of the system: > $ uname -a | sed "s/${HOSTNAME}/\${HOSTNAME}/g" > CYGWIN_NT-10.0 ${HOSTNAME} 3.1.7(0.340/5/3) 2020-08-22 17:48 x86_64 Cygwin > > The first report: > > $ cpp /usr/include/threads

Re: mintty will not accept the letter "e"

2020-08-30 Thread Vlado via Cygwin
On 30.8.2020 0:42, Ken Reek via Cygwin wrote: Hi, all. All of the sudden, mintty won't accept a lower case "e" -- it just dings when I try to type one. Upper case "E" is fine, as are all the other letters. I'm no mintty expert, but I think the e key might have been remapped somehow. Any ideas o