Re: Forcing setup.exe not to create WSL symlinks

2020-08-26 Thread Michael Wild via Cygwin
On Wed, Aug 26, 2020 at 10:57 PM Jon Turney wrote: > > It turns out to be the case that setup doesn't propagate the CYGWIN > environment variable into the environment for scripts it runs, so > setting that isn't going to make any difference. That should probably > be considered a bug. > > However

Re: Forcing setup.exe not to create WSL symlinks

2020-08-26 Thread Jon Turney
On 26/08/2020 19:29, Achim Gratz wrote: Michael Wild via Cygwin writes: Is there a way to disable WSL symlinks when installing Cygwin with setup.exe? Problem is that Docker on Windows apparently doesn't support them (see https://github.com/moby/moby/issues/41058). I would like to use a As a co

Re: Forcing setup.exe not to create WSL symlinks

2020-08-26 Thread Michael Wild via Cygwin
On Wed, Aug 26, 2020 at 9:06 PM Michael Wild wrote: > > > On Wed, Aug 26, 2020 at 8:31 PM Achim Gratz wrote: > >> Michael Wild via Cygwin writes: >> > Is there a way to disable WSL symlinks when installing Cygwin with >> > setup.exe? Problem is that Docker on Windows apparently doesn't support >>

Re: Forcing setup.exe not to create WSL symlinks

2020-08-26 Thread Michael Wild via Cygwin
On Wed, Aug 26, 2020 at 8:31 PM Achim Gratz wrote: > Michael Wild via Cygwin writes: > > Is there a way to disable WSL symlinks when installing Cygwin with > > setup.exe? Problem is that Docker on Windows apparently doesn't support > > them (see https://github.com/moby/moby/issues/41058). I would

Re: Forcing setup.exe not to create WSL symlinks

2020-08-26 Thread Achim Gratz
Michael Wild via Cygwin writes: > Is there a way to disable WSL symlinks when installing Cygwin with > setup.exe? Problem is that Docker on Windows apparently doesn't support > them (see https://github.com/moby/moby/issues/41058). I would like to use a > custom Docker image for GitHub Actions to re

Re: Limit for number of child processes

2020-08-26 Thread Corinna Vinschen
On Aug 26 14:00, Kristian Ivarsson via Cygwin wrote: > Dear cygwin folks > > It seems like there's a limit of the number of possible child processes > defined to 256 with 'NPROCS' in //winsup/cygwin/child_info.h used in > 'cprocs' in //winsup/cygwin/sigproc.cc > > 256 is quite few possible childr

Re: Forcing setup.exe not to create WSL symlinks

2020-08-26 Thread Michael Wild via Cygwin
Hi Andrey On Wed, Aug 26, 2020 at 5:20 PM Andrey Repin wrote: > Greetings, Michael Wild! > > > Is there a way to disable WSL symlinks when installing Cygwin with > > setup.exe? Problem is that Docker on Windows apparently doesn't support > > them (see https://github.com/moby/moby/issues/41058). I

Re: Forcing setup.exe not to create WSL symlinks

2020-08-26 Thread Andrey Repin
Greetings, Michael Wild! > Is there a way to disable WSL symlinks when installing Cygwin with > setup.exe? Problem is that Docker on Windows apparently doesn't support > them (see https://github.com/moby/moby/issues/41058). I would like to use a > custom Docker image for GitHub Actions to reproduc

[ANNOUNCEMENT] python-paramiko 2.7.1-1

2020-08-26 Thread Michael Wild via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * python36-paramiko-2.7.1-1 * python37-paramiko-2.7.1-1 * python38-paramiko-2.7.1-1 This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connecti

[ANNOUNCEMENT] python-nacl 1.4.0-1

2020-08-26 Thread Michael Wild via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * python36-nacl-1.4.0-1 * python37-nacl-1.4.0-1 * python38-nacl-1.4.0-1 PyNaCl is a Python binding to libsodium, which is a fork of the Networking and Cryptography library. These libraries have a stated goal of improving usabil

[ANNOUNCEMENT] python-bcrypt 3.2.0-1

2020-08-26 Thread Michael Wild via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * python36-bcrypt-3.2.0-1 * python37-bcrypt-3.2.0-1 * python38-bcrypt-3.2.0-1 Password hashing library for Python -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documenta

[ANNOUNCEMENT] tmux 3.1b-1

2020-08-26 Thread Michael Wild via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * tmux-3.1b-1 tmux enables a number of terminals (or windows) to be accessed and controlled from a single terminal like screen. tmux runs as a server-client system. A server is created automatically when necessary and holds a n

Re: Issue on output when using javac or scalac under emacs

2020-08-26 Thread Eliot Moss
On 8/25/2020 11:51 PM, Eliot Moss wrote: Agreed that / vs \ is sometimes no problem. I do know that Windows Java really wants ; and not : when giving multiple path names ... EM Sent from my iPhone On Aug 25, 2020, at 10:50 PM, Brian Inglis wrote: On 2020-08-25 18:36, Eliot Moss wrote: De

Re: [cygwin] Issue on output when using javac or scalac under emacs solved

2020-08-26 Thread Eliot Moss
On 8/26/2020 6:09 AM, Luc Henninger wrote: Very thanks to Takashi Yano CYGWIN=disable_pcon solved my problem Aha! As I thought - something about the terminal! Best wishes - EM -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentatio

Re: [cygwin] Issue on output when using javac or scalac under emacs

2020-08-26 Thread Eliot Moss
On 8/26/2020 2:31 AM, Luc Henninger wrote: Le 26/08/2020 à 01:19, Jason Pyeron a écrit : -Original Message- From: Luc Henninger Sent: Tuesday, August 25, 2020 6:40 PM I'm thick - what the issue? There was no body to the email. Hello, ( My previous message dos not contain the text,

Forcing setup.exe not to create WSL symlinks

2020-08-26 Thread Michael Wild via Cygwin
Hi all Is there a way to disable WSL symlinks when installing Cygwin with setup.exe? Problem is that Docker on Windows apparently doesn't support them (see https://github.com/moby/moby/issues/41058). I would like to use a custom Docker image for GitHub Actions to reproducibly build my packages but

Limit for number of child processes

2020-08-26 Thread Kristian Ivarsson via Cygwin
Dear cygwin folks It seems like there's a limit of the number of possible child processes defined to 256 with 'NPROCS' in //winsup/cygwin/child_info.h used in 'cprocs' in //winsup/cygwin/sigproc.cc 256 is quite few possible children in an enterprise environment and perhaps the limit should be lim

Re: [cygwin] Issue on output when using javac or scalac under emacs solved

2020-08-26 Thread Luc Henninger
Very thanks to Takashi Yano CYGWIN=disable_pcon solved my problem -- luc.hennin...@orange.fr+33 6 32 96 32 27 -- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast. https://www.avast.com/antivirus -- Problem reports: https://cygwin.com/p

Re: [cygwin] Issue on output when using javac or scalac under emacs

2020-08-26 Thread Takashi Yano via Cygwin
On Wed, 26 Aug 2020 08:31:35 +0200 Luc Henninger wrote: > Le 26/08/2020 à 01:19, Jason Pyeron a écrit : > >> -Original Message- > >> From: Luc Henninger > >> Sent: Tuesday, August 25, 2020 6:40 PM > >> > > I'm thick - what the issue? There was no body to the email. > > > > > Hello, > > ( M