Re: Inode number and file size problems in version 3.2.1

2021-07-07 Thread Corinna Vinschen via Cygwin
On Jul 6 11:53, Ken Brown via Cygwin wrote: > [Please don't top-post on this list. Thanks.] > > On 7/6/2021 5:15 AM, Ruurd Beerstra wrote: > > Hi, > > > > I missed those question - sorry. This ping is the first I saw i response > > to my question. > > That was my guess and was the reason I add

Re: cygwin-3.2.0 + windows 10 - russian cyrilic input is broken

2021-07-07 Thread Егоров Егор via Cygwin
Hello! I have a similar problem too. After upgrading to cygwin-3.2.0 the input of Cyrillic characters in the bash console is broken. Can we expect a fix for the problem in the next nightly builds? Thank you. -- Regards, Egor Y. Egorov -- Problem reports: https://cygwin.com/problems.html F

[ANNOUNCEMENT] texinfo 6.8-2

2021-07-07 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * texinfo-6.8-2 * texinfo-tex-6.8-2 * info-6.8-2 This is a rebuild of the 6.8-1 release, with an upstream patch to fix the problem reported here: https://cygwin.com/pipermail/cygwin/2021-July/248849.html Ken -- Problem

Re: Inode number and file size problems in version 3.2.1

2021-07-07 Thread Ken Brown via Cygwin
On 7/7/2021 4:50 AM, Corinna Vinschen via Cygwin wrote: On Jul 6 11:53, Ken Brown via Cygwin wrote: [Please don't top-post on this list. Thanks.] On 7/6/2021 5:15 AM, Ruurd Beerstra wrote: Hi, I missed those question - sorry. This ping is the first I saw i response to my question. That wa

Re: objects created in a dir w/cygwin mangled perms; inherit no-access

2021-07-07 Thread Andrey Repin
Greetings, L A Walsh! > On 2021/07/04 07:20, Andrey Repin wrote: >> The "+" at the end indicates presence of extended permissions. > --- > Ya, that's what I was referring to when I wrote about > having 5 deny records at the front, though that didn't necessarily > stand out. ⍨ >

Re: cygwin-3.2.0 + windows 10 - russian cyrilic input is broken

2021-07-07 Thread Andrey Repin
Greetings, Егоров Егор! > I have a similar problem too. Unfortunately, "me too" is not a useful issue report. > After upgrading to cygwin-3.2.0 the input of Cyrillic characters in the > bash console is broken. Can we expect a fix for the problem in the next > nightly builds? Please follow issue

include "/usr/local/lib/python3.8" in rebaseall?

2021-07-07 Thread enrique--- via Cygwin
Hello! When I "pip install" python modules for which there are no cygwin packages, *.dll files are installed below /usr/local/lib/python3.8/site-packages/. Since rebaseall does not automatically rebase files under this location, I had fork failures. The following patch solved it for me: $ d

fstream::open crashes if first file it ever opening is in /proc

2021-07-07 Thread Max Mikhanosha via Cygwin
Fully updated Windows 10, with freshly downloaded Cygwin. trying to compile google/benchmark does not work coz it can't read /proc/cpuinfo Reduced test test program #include #include int main (int argc, char **argv) { if (argc > 1) { std::fstream booya ("whatever"); } std::fstream