libintl-devel not a dependency of python3-devel

2022-01-19 Thread Till Riedel
evelĀ  as a dependency Best Till PS: this is rather an annoyance, as installing libintl-devel once will fix the issue for anyone forever. However, since python package builds are involved it might hit a few "novice" users -- KIT - The Research University in the Helmholtz Association Dr

Re: Are there any changes to the access control to /proc//fd/1 in cygwin 3?

2019-06-20 Thread Till Riedel [TM]
ptor >echo hello >`readlink /proc/3235/fd/0` works!? Am I missing sth about symlinks? BR Till Till Riedel [TM] @ 20.06.2019 (21:49) : Hi Brian, thanks for the reply. But proc/$$/fd/1 references the callersĀ  stdout and not the callees as /dev/stdout or /proc/self/fd/2 if called from eg.

Re: Re: Are there any changes to the access control to /proc//fd/1 in cygwin 3?

2019-06-20 Thread Till Riedel [TM]
ole different deal...) BR Till Brian Inglis @ 16.06.2019 (17:42) : On 2019-06-15 12:27, Till Riedel wrote: I have been using a very handy sudo hack, that broke lately (I think) when updating cygwin: https://github.com/imachug/win-sudo The trick is to spawn an elevated process using powershell and h

Are there any changes to the access control to /proc//fd/1 in cygwin 3?

2019-06-15 Thread Till Riedel
Hi, I have been using a very handy sudo hack, that broke lately (I think) when updating cygwin: https://github.com/imachug/win-sudo The trick is to spawn an elevated process using powershell and hook up the calling file descripters. I now get "write error: Bad file descriptor" To reproduce

Re: Windows 10 Creators Update and Symlinks

2017-04-23 Thread Till Riedel
Hi all, I was really excited to hear this! I tried to export CYGWIN="winsymlinks:nativestrict" and create symlink without elevation and failed on cygwin 2.8.0 (checked that "cmd /C mklink" works as expected in Windows 10 Creators Update Developer Mode). Any ideas if there are any extra check