Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-22 Thread Brian Inglis
On 2021-04-22 02:16, Csaba Raduly via Cygwin wrote: On Wed, 21 Apr 2021 at 19:44, Brian Inglis wrote: On 2021-04-21 09:49, Corinna Vinschen via Cygwin wrote: Eventually, we should really start thinking about dropping 32 bit support, I guess. Only 17 years left until time_t overflow...

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-22 Thread Csaba Raduly via Cygwin
On Wed, 21 Apr 2021 at 19:44, Brian Inglis wrote: > > On 2021-04-21 09:49, Corinna Vinschen via Cygwin wrote: > > Eventually, we should really start thinking about dropping 32 bit > > support, I guess. Only 17 years left until time_t overflow... > > ...and start working on port to ARM64 Windows?

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Bill Stewart
On Wed, Apr 21, 2021 at 1:28 PM Corinna Vinschen wrote: This is not the right place to discuss this in detail, but to me, a > straightforward and sensible approach would have been to give the 64 > bit system dir another name right from the start: > > C:\Windows\System64 > That would not have

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Corinna Vinschen via Cygwin
On Apr 21 11:57, Bill Stewart wrote: > On Wed, Apr 21, 2021 at 10:47 AM Corinna Vinschenwrote: > > > > A sane assumption is for instance, if you cd to foo, that your in foo. > > That's what the FSR breaks in a thorough way. I. e. on WOW64: > > > > $ cd /cygdrive/c/Windows > > $ ls -1d Sys*

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Bill Stewart
On Wed, Apr 21, 2021 at 10:47 AM Corinna Vinschenwrote: > A sane assumption is for instance, if you cd to foo, that your in foo. > That's what the FSR breaks in a thorough way. I. e. on WOW64: > > $ cd /cygdrive/c/Windows > $ ls -1d Sys* > SysWOW64 > System > System32 > SystemApps >

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Corinna Vinschen via Cygwin
On Apr 21 09:49, Bill Stewart wrote: > On Wed, Apr 21, 2021 at 3:20 AM Corinna Vinschen wrote: > > The problem here is the File System Redirector, > > > > https://docs.microsoft.com/en-us/windows/win32/winprog64/file-system-redirector > > > > This thing is really a problem because it break every,

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Brian Inglis
On 2021-04-21 09:49, Corinna Vinschen via Cygwin wrote: Eventually, we should really start thinking about dropping 32 bit support, I guess. Only 17 years left until time_t overflow... ...and start working on port to ARM64 Windows? gd ;^> -- Take care. Thanks, Brian Inglis, Calgary, Alberta,

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Bill Stewart
On Wed, Apr 21, 2021 at 3:20 AM Corinna Vinschen wrote: The problem here is the File System Redirector, > > https://docs.microsoft.com/en-us/windows/win32/winprog64/file-system-redirector > > This thing is really a problem because it break every, otherwise > sane assumption. Hmm, bummer. I need

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Corinna Vinschen via Cygwin
On Apr 21 17:58, Andrey Repin wrote: > Greetings, Corinna Vinschen via Cygwin! > > > On Apr 21 12:04, Takashi Yano via Cygwin wrote: > >> Hi Corinna, > >> > >> I noticed the problem that /cygdrive/c/Windows/System32 directory > >> can be no longer accessed from 32 bit cygwin (WOW64) after the >

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Andrey Repin
Greetings, Corinna Vinschen via Cygwin! > On Apr 21 12:04, Takashi Yano via Cygwin wrote: >> Hi Corinna, >> >> I noticed the problem that /cygdrive/c/Windows/System32 directory >> can be no longer accessed from 32 bit cygwin (WOW64) after the >> commit: > The problem here is the File System

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Takashi Yano via Cygwin
On Wed, 21 Apr 2021 11:56:50 +0200 Marco Atzeri wrote: > On 21.04.2021 10:49, Andrey Repin wrote: > > Greetings, Takashi Yano! > > > >> I noticed the problem that /cygdrive/c/Windows/System32 directory > >> can be no longer accessed from 32 bit cygwin (WOW64) after the > >> commit: > > > >>

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Takashi Yano via Cygwin
On Wed, 21 Apr 2021 12:22:33 +0300 Andrey Repin wrote: > Greetings, Takashi Yano! > > > On Wed, 21 Apr 2021 11:49:00 +0300 > > Andrey Repin wrote: > >> Greetings, Takashi Yano! > >> > >> > I noticed the problem that /cygdrive/c/Windows/System32 directory > >> > can be no longer accessed from 32

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Marco Atzeri via Cygwin
On 21.04.2021 10:49, Andrey Repin wrote: Greetings, Takashi Yano! I noticed the problem that /cygdrive/c/Windows/System32 directory can be no longer accessed from 32 bit cygwin (WOW64) after the commit: Reverting this commit resolves the issue. 64 bit cygwin does not seem to be affected.

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Andrey Repin
Greetings, Takashi Yano! > On Wed, 21 Apr 2021 11:49:00 +0300 > Andrey Repin wrote: >> Greetings, Takashi Yano! >> >> > I noticed the problem that /cygdrive/c/Windows/System32 directory >> > can be no longer accessed from 32 bit cygwin (WOW64) after the >> > commit: >> >> > commit

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Corinna Vinschen via Cygwin
Hi Takashi, On Apr 21 12:04, Takashi Yano via Cygwin wrote: > Hi Corinna, > > I noticed the problem that /cygdrive/c/Windows/System32 directory > can be no longer accessed from 32 bit cygwin (WOW64) after the > commit: The problem here is the File System Redirector,

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Takashi Yano via Cygwin
On Wed, 21 Apr 2021 11:49:00 +0300 Andrey Repin wrote: > Greetings, Takashi Yano! > > > I noticed the problem that /cygdrive/c/Windows/System32 directory > > can be no longer accessed from 32 bit cygwin (WOW64) after the > > commit: > > > commit 456c3a46386f38887407603b2c64b7f63a4871c5 > >

Re: Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-21 Thread Andrey Repin
Greetings, Takashi Yano! > I noticed the problem that /cygdrive/c/Windows/System32 directory > can be no longer accessed from 32 bit cygwin (WOW64) after the > commit: > commit 456c3a46386f38887407603b2c64b7f63a4871c5 > Author: Corinna Vinschen > Date: Mon Apr 19 14:49:14 2021 +0200 >

Cannot access system32 directory from 32 bit cygwin after the commit 456c3a46

2021-04-20 Thread Takashi Yano via Cygwin
Hi Corinna, I noticed the problem that /cygdrive/c/Windows/System32 directory can be no longer accessed from 32 bit cygwin (WOW64) after the commit: commit 456c3a46386f38887407603b2c64b7f63a4871c5 Author: Corinna Vinschen Date: Mon Apr 19 14:49:14 2021 +0200 Cygwin: path_conv: Try to