Re: Cygwin making files inaccessible?

2022-02-06 Thread Roland Schwingel
Hi... I have seen similar problems on my side, but could not knock them down 100% reproducable to get a good recipe for debugging it. I got this best reproduceable if I generate a tar on linux with eg a windows .exe inside. and than untar it on cygwin. Afterwards ACLs were broken. Not every

Re: Cygwin making files inaccessible?

2022-02-06 Thread Andrey Repin
Greetings, Jay K! > I looked at this a while. I tried various recent cygwin1.dlls as there were > two ACL changes recently. > I tried building cygwin1.dll with those changes reverted, but failed to build > it.  > For one thing it took me a while to find shilka..it is in cocom, but that > wasn't

Re: Cygwin making files inaccessible?

2022-02-06 Thread Jay K
I looked at this a while. I tried various recent cygwin1.dlls as there were two ACL changes recently. I tried building cygwin1.dll with those changes reverted, but failed to build it.  For one thing it took me a while to find shilka..it is in cocom, but that wasn't the entire problem. Eventuall

[ANNOUNCEMENT] lcms2 2.13-1

2022-02-06 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * lcms2-2.13-1 * liblcms2_2-2.13-1 * liblcms2-devel-2.13-1 Little CMS intends to be an Open Source small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Conso

[ANNOUNCEMENT] Updated: man-db-2.10.0-1

2022-02-06 Thread Achim Gratz
The man-db package is updated to the latest upstream version 2.10.0. Man-db is an implementation of the standard Unix documentation system accessed using the man command. It uses a Berkeley DB database in place of the traditional flat-text whatis databases. This release includes a performance e

Running mypy on .py file with known problems in Cygwin term produces no output. Running same command on same file in DOS window produces expected output.

2022-02-06 Thread Brendan Keefe
I have attached cygcheck.out. Following are some details, to elaborate upon the subject line. Contents of the file junk_ano.py: # begin code listing def greeting(name: str) -> str: return 'Hello ' + name if __name__ == "__main__": greeting('Bob', 'Eve') greeting(3) greeting(b'A

Re: python-numpy (1.22.0-1) can't be imported

2022-02-06 Thread airplanemath via Cygwin
On Sat, Jan 22 2022, Masamichi Hosoda wrote: >> It is something like that, but "-Wl,--export-all-symbols" >> is not used on 1.21.4 and is not needed for most of the other >> modules on 1.22.x >> >> so I am looking for a less extreme action. >> Also to understand how it can impact other python sub

Re: makedepend does not honor UNC path for -I and -Y

2022-02-06 Thread Jon Turney
On 02/02/2022 17:02, Ronald Hoogenboom wrote: cygwin makedepend collapses the double-slash UNC path prefix to one single slash. It fails to find headers via such search paths. Cygwin 3.2.0-1 on windows server 2012 R2 makedepend 1.0.6 Thanks for reporting this. I suspect that this is an upstre