Re: (SOLVED) RFE: find -d -size 0 => doesn't find empty directories

2018-11-01 Thread Mark Geisert
L A Walsh wrote: On 10/31/2018 9:39 PM, Mark Geisert wrote: I shouldn't have blindly trusted the Subject:. --- You did and gave the right answer. I had forgotten about empty -- though not sure why. I guess I usually only use it for file normally. For empty directories under /tmp, I

Re: RFE: find -d -size 0 => doesn't find empty directories

2018-11-01 Thread Brian Inglis
On 2018-11-01 10:12, Andrey Repin wrote: > L A Walsh wrote: >> Unfortunately, due to directories really not being in the user >> disk data space, but in the MFT(zone) (I think), the size >> comes back as zero ('0') for directories. >> Would it be possible (if not problematic) for the cygwin >>

problem with my Grads Aplication

2018-11-01 Thread Rafika Sri Nurjannah
Couldn't compute FAST_CWD pointer. to Grads -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Stumbled upon relative name resolution across symlinks

2018-11-01 Thread Andrey Repin
Greetings, All! $ pwd /home/anrdaemon/Documents/NIX/CA-tutorial/test $ ls -ld bin ca-profile lrwxrwxrwx 1 anrdaemon None 61 ноя 2 01:15 bin -> /home/anrdaemon/Documents/NIX/CA-tutorial/svn-working/scripts -rwx--x--x 1 anrdaemon None 588 дек 24 2017 ca-profile $ cat bin/../ca-profile cat:

Re: cblas library missing in liblapack-devel

2018-11-01 Thread Marco Atzeri
Am 01.11.2018 um 20:54 schrieb Falk Tannhäuser: The package liblapack-devel (LAPACK library for linear algebra operations, see https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fliblapack-devel%2Fliblapack-devel-3.8.0-1=cblas) contains the header file usr/include/cblas.h (among

SOCK_NONBLOCK not honored

2018-11-01 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
Hi, Looks like CYGWIN defines but does not honor the SOCK_NONBLOCK flag when used with socket(2). (It also defines SOCK_CLOEXEC but I haven't checked whether it is honored -- full disclosure.) Consider the following code: $ cat bug.c #include #include #include #include #include #include

iostream exceptions uncaught with CYGWIN GCC/7.3.0

2018-11-01 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin
Hi, Please consider the following code: $ cat bug.cpp #include using namespace std; void fun() { string dummy; cin >> dummy; } int main() { cout << "FAIL = 0x" << hex << ios::failbit << endl; cout << "EOF = 0x" << hex << ios::eofbit << endl; cout << "BAD = 0x" << hex

Re: cblas library missing in liblapack-devel

2018-11-01 Thread cyg Simple
On 11/1/2018 3:54 PM, Falk Tannhäuser wrote: > The package liblapack-devel (LAPACK library for linear algebra > operations, see > https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fliblapack-devel%2Fliblapack-devel-3.8.0-1=cblas) > > contains the header file usr/include/cblas.h (among

cblas library missing in liblapack-devel

2018-11-01 Thread Falk Tannhäuser
The package liblapack-devel (LAPACK library for linear algebra operations, see https://cygwin.com/cgi-bin2/package-cat.cgi?file=x86_64%2Fliblapack-devel%2Fliblapack-devel-3.8.0-1=cblas) contains the header file usr/include/cblas.h (among others), library files as usr/lib/libblas.a,

Re: Does cygwin E-mail list still work?

2018-11-01 Thread john doe
On 11/1/2018 7:48 PM, Frank Farance wrote: > Hi, I haven't seen any E-mail traffic since 2018-09-11.  Is the list > still active?  Did I get unsubscribed? > > Frank Farance > > > -- > Problem reports:   http://cygwin.com/problems.html > FAQ:   http://cygwin.com/faq/ >

Does cygwin E-mail list still work?

2018-11-01 Thread Frank Farance
Hi, I haven't seen any E-mail traffic since 2018-09-11. Is the list still active? Did I get unsubscribed? Frank Farance -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe

Re: setup.exe: How do I download sources for just ONE package when using setup-x86 from the command-line?

2018-11-01 Thread Marco Atzeri
Am 01.11.2018 um 17:37 schrieb John Doucette: Hi all, My current setup-x86 is version 2.893. Cygwin is not installed yet, so I am running setup-x86.exe from within PowerShell on Win7. PS C:\> .\setup-x86.exe -V PS C:\ > Cygwin setup 2.893 First I run setup to download all things Devel

Re: setup.exe: How do I download sources for just ONE package when using setup-x86 from the command-line?

2018-11-01 Thread cyg Simple
On 11/1/2018 12:37 PM, John Doucette wrote: > Hi all, > > My current setup-x86 is version 2.893. > Cygwin is not installed yet, so I am running setup-x86.exe from within > PowerShell on Win7. > > PS C:\> .\setup-x86.exe -V > PS C:\ > Cygwin setup 2.893 > > First I run setup to download all

setup.exe: How do I download sources for just ONE package when using setup-x86 from the command-line?

2018-11-01 Thread John Doucette
Hi all, My current setup-x86 is version 2.893. Cygwin is not installed yet, so I am running setup-x86.exe from within PowerShell on Win7. PS C:\> .\setup-x86.exe -V PS C:\ > Cygwin setup 2.893 First I run setup to download all things Devel using: PS C:\> .\setup-x86.exe -D -l

Re: (SOLVED) RFE: find -d -size 0 => doesn't find empty directories

2018-11-01 Thread L A Walsh
On 10/31/2018 9:39 PM, Mark Geisert wrote: I shouldn't have blindly trusted the Subject:. --- You did and gave the right answer. I had forgotten about empty -- though not sure why. I guess I usually only use it for file normally. For empty directories under /tmp, I usually use

Re: RFE: find -d -size 0 => doesn't find empty directories

2018-11-01 Thread Andrey Repin
Greetings, L A Walsh! > Something I can use on my /tmp files on linux is a find command: > find /tmp -size 0 -delete Do note that -size on directories is filesystem dependent. I.e. on ext2+ it's the number of bytes allocated to directory structure, in multiplies of whole blocks. > to delete

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.2-0.1

2018-11-01 Thread Marco Atzeri
Am 01.11.2018 um 09:20 schrieb Niels Kristian "Ænkå" Jensen: On 2018-10-31 16:16, Marco Atzeri wrote: Am 31.10.2018 um 14:54 schrieb Niels Kristian "Ænkå" Jensen: Thank you, I simply did not notice the "Test" check-box in the upper right corner (available even in 2.893). Perhaps that

Cygwin-test result (perhaps leaking file descriptors)

2018-11-01 Thread Ænkå
Hi all, I've updated cygwin1.dll to https://cygwin.com/snapshots/x86/cygwin1-20181029.dll.xz before running this test: 09:20:00 Started by timer 09:20:00 [EnvInject] - Loading node environment variables. 09:20:00 Building remotely on NKJ-Win10 (WIN64) in workspace

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.2-0.1

2018-11-01 Thread Ænkå
On 2018-10-31 16:16, Marco Atzeri wrote: Am 31.10.2018 um 14:54 schrieb Niels Kristian "Ænkå" Jensen: This thread asks for testers. I've read the https://cygwin.com/faq.html and in particular: https://cygwin.com/faq.html#faq.setup.snapshots without finding a way to run the test release other