Re: [ANNOUNCEMENT] Test: cmake-3.17.3-1

2020-07-17 Thread Marco Atzeri via Cygwin
On 18.07.2020 08:14, Achim Gratz wrote: Lemures Lemniscati via Cygwin writes: Some errors'll occur in Source/kwsys/SystemInformation.cxx since /proc/meminfo in Cygwin has only these fields $ cat /proc/meminfo MemTotal: 20824372 kB MemFree:13545156 kB HighTotal: 0 kB Hi

Re: [ANNOUNCEMENT] Test: cmake-3.17.3-1

2020-07-17 Thread Achim Gratz
Lemures Lemniscati via Cygwin writes: > Some errors'll occur in Source/kwsys/SystemInformation.cxx > since /proc/meminfo in Cygwin has only these fields > > $ cat /proc/meminfo > MemTotal: 20824372 kB > MemFree:13545156 kB > HighTotal: 0 kB > HighFree: 0 kB >

Re: [ANNOUNCEMENT] Test: cmake-3.17.3-1

2020-07-17 Thread Marco Atzeri via Cygwin
On 18.07.2020 02:45, Lemures Lemniscati via Cygwin wrote: Hi! Thank you for updating cmake. Some errors'll occur in Source/kwsys/SystemInformation.cxx since /proc/meminfo in Cygwin has only these fields $ cat /proc/meminfo MemTotal: 20824372 kB MemFree:13545156 kB HighTotal:

Re: [ANNOUNCEMENT] Test: cmake-3.17.3-1

2020-07-17 Thread Lemures Lemniscati via Cygwin
Date: Fri, 17 Jul 2020 23:47:59 +0200 From: Marco Atzeri via Cygwin-announce > To: cygwin-annou...@cygwin.com > Subject: Test: cmake-3.17.3-1 > > Test version 3.17.3-1 of > >cmake >cmake-doc >cmake-gui >emacs-cmake > > are available in the Cygwin distribution. > > Please repor

Re: Looking for explanation

2020-07-17 Thread Eliot Moss
Those bits are all there onFedora as well. They’re pretty standard output from “ls -l”, for example. I suppose I could say that I am mystified that you’re mystified:-) ... but this is something that does go beyond the most casual command line use ... Regards — EM Sent from my iPhone > On Jul

Re: Looking for explanation

2020-07-17 Thread Bob McGowan via Cygwin
On 7/17/20 3:33 PM, Robert McBroom wrote: On 7/17/20 12:27 PM, Eliot Moss wrote: On 7/17/2020 12:16 PM, Robert McBroom wrote: > Directory listing shows a number of new features that I don't remember being introduced.?? I see > s,t,+ etc. other than the expected wxr. Where would I look for an e

Re: Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-07-17 Thread Brian Inglis
On 2020-07-17 15:39, km2z7kca0oge--- via Cygwin wrote: > Recently I've noticed that PHP seems have to hard 4MB memory limit, even when > overridden in the settings. For whatever reason the bundled PHP versions > with Cygwin have this problem. > The failing message is `Out of memory` which indicates

Re: Looking for explanation

2020-07-17 Thread Robert McBroom
On 7/17/20 12:27 PM, Eliot Moss wrote: On 7/17/2020 12:16 PM, Robert McBroom wrote: > Directory listing shows a number of new features that I don't remember being introduced.?? I see > s,t,+ etc. other than the expected wxr. Where would I look for an explanation? Dear Robert: s and t are usu

[ANNOUNCEMENT] Test: cmake-3.17.3-1

2020-07-17 Thread Marco Atzeri via Cygwin-announce
To: cygwin-annou...@cygwin.com Subject: Test: cmake-3.17.3-1 Test version 3.17.3-1 of cmake cmake-doc cmake-gui emacs-cmake are available in the Cygwin distribution. Please report any issue or problem. Also positive feedback in complex projects are appreciated CHANGES Last upstream re

Cygwin PHP (all available versions) has a hard 4MB memory limit

2020-07-17 Thread km2z7kca0oge--- via Cygwin
Hi there, Recently I've noticed that PHP seems have to hard 4MB memory limit, even when overridden in the settings. For whatever reason the bundled PHP versions with Cygwin have this problem. The failing message is `Out of memory` which indicates PHP thinks the system has exhausted all RAM (th

Re: Looking for explanation

2020-07-17 Thread Marco Atzeri via Cygwin
On 17.07.2020 18:16, Robert McBroom wrote: Directory listing shows a number of new features that I don't remember being introduced.  I see s,t,+ etc. other than the expected wxr. Where would I look for an explanation? Robert McBroom info ls see ‘--format=long’ point at page 10.1.2 Wha

Re: [PATCH] Fix poll/select signal socket as write ready on connect failure

2020-07-17 Thread Marc Hoersken via Cygwin
Hi Corinna, Am 17.07.2020 um 21:21 schrieb Corinna Vinschen: I don't agree here. The sole purpose for connect_errorcode is to set SOL_SOCKET/SO_ERROR in case a caller requests FD_CONNECT and FD_CONNECT is available. After being set once, SOL_SOCKET/SO_ERROR should not be rewritten, given the d

Re: [PATCH] Fix poll/select signal socket as write ready on connect failure

2020-07-17 Thread Corinna Vinschen
Hi Marc, On Jul 17 20:56, Marc Hoersken via Cygwin wrote: > Hi Corinna, > > Am 16.07.2020 um 11:25 schrieb Corinna Vinschen: > [...] > > So, rather than setting FD_WRITE at some later point in the code, what > > about handling this where the other FD_CONNECT stuff is handled, by > > not erasing t

Re: [PATCH] Fix poll/select signal socket as write ready on connect failure

2020-07-17 Thread Marc Hoersken via Cygwin
Hi Corinna, Am 16.07.2020 um 11:25 schrieb Corinna Vinschen: Thanks for the patch. I pushed it. thanks for pushing it already. Please excuse my delayed response, family live kept me busy. But then I got second thoughts in terms of how to fix the issue. Yes, I also got second thoughts

Re: Is there a one-liner to start a xterm window (and close XWin at the end of the session)?

2020-07-17 Thread Bob McGowan via Cygwin
On 7/17/20 7:46 AM, Fergus Daly via Cygwin wrote: On 17/07/2020 13:48, Fergus Daly via Cygwin wrote: At the moment I initiate a xterm session with a 4-line cmd script at the Cygwin root directory as follows: @bin\run bin\XWin -clipboard -nolock -multiwindow 2> nul @timeout 4 > nul 2> nul @bin\x

Re: Looking for explanation

2020-07-17 Thread Eliot Moss
On 7/17/2020 12:16 PM, Robert McBroom wrote: > Directory listing shows a number of new features that I don't remember being introduced. I see > s,t,+ etc. other than the expected wxr. Where would I look for an explanation? Dear Robert: s and t are usual from Posix and Cygwin tries to come as c

Looking for explanation

2020-07-17 Thread Robert McBroom
Directory listing shows a number of new features that I don't remember being introduced.  I see s,t,+ etc. other than the expected wxr. Where would I look for an explanation? Robert McBroom -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/

Re: Is there a one-liner to start a xterm window (and close XWin at the end of the session)?

2020-07-17 Thread Jon Turney
On 17/07/2020 13:48, Fergus Daly via Cygwin wrote: At the moment I initiate a xterm session with a 4-line cmd script at the Cygwin root directory as follows: @bin\run bin\XWin -clipboard -nolock -multiwindow 2> nul @timeout 4 > nul 2> nul @bin\xterm -display :0.0 2> nul @bin\kill -KILL -- -1 Not

Re: Cygwin's sqlite3 modifies DLL search order

2020-07-17 Thread Jan Nijtmans via Cygwin
Op do 16 jul. 2020 om 18:48 schreef E. Madison Bray via Cygwin: > > Hi all, > > After some significant headache I discovered a problem introduced by > the Cygwin patches for sqlite3. The effect of this patch is that it > modifies the DLL search order for all subsequent DLL loads (by > filename ins

Follow up

2020-07-17 Thread dylanpaterson709xp--- via Cygwin
Dear, Cygwin, Just wanted to check, have you checked my previous e-mail? Do let me know if you would like to discuss iOS App Development and Android application development then I can send you our Packages/Company information and time frame. A waiting for your Positive Reply! Thanks &