ConPTY and terminal graphics

2020-04-13 Thread Thomas Wolff
When the cygwin conpty adaptation is activated for the first time, it spoils any graphics (e.g. Sixel output) present on the screen. It probably replays the output code but somehow modified. Test case: gnuplot -e "splot [x=-3:3] [y=-2:2] sin(x) * cos(y)" cmd /c ver If repeated, it does not happ

RE: [cygwin] FAQ entry "#faq.using.sshd-in-domain" obsolete

2020-04-13 Thread Jason Pyeron
> -Original Message- > From: Bill Stewart > Sent: Monday, April 13, 2020 5:50 PM > > On Mon, Apr 13, 2020 at 2:54 PM Jason Pyeron wrote: > > > Is there a replacement? It is a very common question. > > I would guess that this entry could simply be removed? > > I don't think there's any s

Re: [cygwin] FAQ entry "#faq.using.sshd-in-domain" obsolete

2020-04-13 Thread Bill Stewart
On Mon, Apr 13, 2020 at 2:54 PM Jason Pyeron wrote: > Is there a replacement? It is a very common question. I would guess that this entry could simply be removed? I don't think there's any special configuration needed anymore just because a machine is a domain member. Bill -- Problem reports:

RE: [cygwin] FAQ entry "#faq.using.sshd-in-domain" obsolete

2020-04-13 Thread Jason Pyeron
> -Original Message- > From: Bill Stewart > Sent: Monday, April 13, 2020 4:50 PM > > It would seem that the following FAQ entry ("How do I setup sshd in a > domain?") is now obsolete: > > https://cygwin.com/faq.html#faq.using.sshd-in-domain Is there a replacement? It is a very common que

FAQ entry "#faq.using.sshd-in-domain" obsolete

2020-04-13 Thread Bill Stewart
It would seem that the following FAQ entry ("How do I setup sshd in a domain?") is now obsolete: https://cygwin.com/faq.html#faq.using.sshd-in-domain Bill -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.c

Re: [ANNOUNCEMENT] Test: gnuplot-5.4.rc1-1

2020-04-13 Thread Achim Gratz
Thomas Wolff writes: > This release pulls in more than 30 additional library dependencies. Is > that necessary? The wxWidgets probably do most of that (I just checked: 24 additional libraries for wx terminal) and I don't see an easy way of separating that dependency out at the moment as it all end

Re: [ANNOUNCEMENT] Test: gnuplot-5.4.rc1-1

2020-04-13 Thread Thomas Wolff
Am 13.04.2020 um 20:46 schrieb Achim Gratz: Gnuplot release candidate 1 for version 5.4 is now available for testing on Cygwin (you'll have to select the "test" version in order to install it). This is the forerunner of an upstream feature release expected in the upcoming weeks. The upstream re

[ANNOUNCEMENT] Test: gnuplot-5.4.rc1-1

2020-04-13 Thread Achim Gratz
Gnuplot release candidate 1 for version 5.4 is now available for testing on Cygwin (you'll have to select the "test" version in order to install it). This is the forerunner of an upstream feature release expected in the upcoming weeks. The upstream release notes are available at: http://www.gn

[ANNOUNCEMENT] Updated: libao-1.2.0-3

2020-04-13 Thread David Rothenberger
CYGWIN NEWS: === Remove aRts backend as it is being dropped from KDE 3. DESCRIPTION: Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. It currently supports: * Null output (handy for testing wi

Re: PTY not working in Mintty

2020-04-13 Thread Pavel Fedin via Cygwin
On 13.04.2020 12:11, Marco Atzeri wrote: "cygcheck -svr > cygcheck.out" and compare the output files >>    "Segmentation fault" on both systems. > > that is really NOT normal > > BLODA ?  Yes, these machines have some, and it's impossible to get rid of it. It is installed according to The

Re: PTY not working in Mintty

2020-04-13 Thread Marco Atzeri via Cygwin
Am 13.04.2020 um 09:58 schrieb Pavel Fedin: Hi! On 10.04.2020 19:21, Thomas Wolff wrote: If your desktop Windows version is a bit older, it may not yet support the ConPTY API, so cygwin will silently drop its own conpty support. You might compare the build numbers (cmd /c ver, or winver).  J

Re: PTY not working in Mintty

2020-04-13 Thread Pavel Fedin via Cygwin
Hi! On 10.04.2020 19:21, Thomas Wolff wrote: > If your desktop Windows version is a bit older, it may not yet support > the ConPTY API, so cygwin will silently drop its own conpty support. > You might compare the build numbers (cmd /c ver, or winver).  Just checked. Both systems report: Micros

Re: g++ 9.3.0 segfaults

2020-04-13 Thread Csaba Raduly via Cygwin
On Sun, Apr 12, 2020 at 12:04 PM JonY via Cygwin wrote: > > Please file a bug entry on https://gcc.gnu.org/bugzilla/, and attach the > preprocessed source code. > > Do something like: > g++ -DHAVE_CONFIG_H -MF .deps/cdo-cdo.Tpo -E -o cdo-cdo.ii > ../../cdo-1.9.9rc2/src/cdo.cc > Alternativel