Re: Failed assertion dialog box ATTN: Takashi Yano

2020-11-19 Thread Thomas Wolff
Am 20.11.2020 um 03:04 schrieb Duncan Roe: On Fri, Nov 20, 2020 at 09:19:29AM +0900, cygwin wrote: Hi all, On Fri, 20 Nov 2020 11:06:58 +1100 Duncan Roe wrote: On Thu, Nov 19, 2020 at 07:30:20PM +0100, Thomas Wolff wrote: It does not seem to happen in xterm which is weird. It happens in an x

Re: Failed assertion dialog box ATTN: Takashi Yano

2020-11-19 Thread Duncan Roe
On Fri, Nov 20, 2020 at 09:19:29AM +0900, cygwin wrote: > Hi all, > > On Fri, 20 Nov 2020 11:06:58 +1100 > Duncan Roe wrote: > > On Thu, Nov 19, 2020 at 07:30:20PM +0100, Thomas Wolff wrote: > > > > > > It does not seem to happen in xterm which is weird. > > > > It happens in an xterm for me. > > x

Re: Failed assertion dialog box ATTN: Takashi Yano

2020-11-19 Thread Duncan Roe
On Fri, Nov 20, 2020 at 09:19:29AM +0900, cygwin wrote: > Hi all, > > On Fri, 20 Nov 2020 11:06:58 +1100 > Duncan Roe wrote: > > On Thu, Nov 19, 2020 at 07:30:20PM +0100, Thomas Wolff wrote: > > > > > > It does not seem to happen in xterm which is weird. > > > > It happens in an xterm for me. > > x

Re: Failed assertion dialog box ATTN: Takashi Yano

2020-11-19 Thread Takashi Yano via Cygwin
Hi all, On Fri, 20 Nov 2020 11:06:58 +1100 Duncan Roe wrote: > On Thu, Nov 19, 2020 at 07:30:20PM +0100, Thomas Wolff wrote: > > > > It does not seem to happen in xterm which is weird. > > It happens in an xterm for me. > xterm is /dev/pty1 and mintty is /dev/pty0. They both do it. > So I think i

Re: Failed assertion dialog box ATTN: Takashi Yano

2020-11-19 Thread Duncan Roe
On Thu, Nov 19, 2020 at 07:30:20PM +0100, Thomas Wolff wrote: > > It does not seem to happen in xterm which is weird. It happens in an xterm for me. xterm is /dev/pty1 and mintty is /dev/pty0. They both do it. So I think it has to be pseudo-console. (xterm has DISPLAY set to a Linux system but tha

Re: Failed assertion dialog box ATTN: Takashi Yano

2020-11-19 Thread André Bleau via Cygwin
De : Cygwin de la part de Thomas Wolff Envoyé : 19 novembre 2020 13:30 À : cygwin@cygwin.com Objet : Re: Failed assertion dialog box ATTN: Takashi Yano   --- Am 19.11.2020 um 15:21 schrieb André Bleau via Cygwi

[ANNOUNCEMENT] Updated: wget 1.20.3-2

2020-11-19 Thread Brian Inglis
The following packages have been upgraded in the Cygwin distribution: * wget 1.20.3-2 This release cleans up inconsistencies between x86 and x86_64 build outputs. This will be the last release of wget, unless high priority security patches are required. Future development will be against the suc

Re: Failed assertion dialog box ATTN: Takashi Yano

2020-11-19 Thread Thomas Wolff
Am 19.11.2020 um 15:21 schrieb André Bleau via Cygwin: ... Here's some more info: It seems the bug is related to pseudo-console support; that explains why it is Windows 10 specific. Experiment: CYGWIN=disable_pcon /usr/bin/mintty & In the newly created window: $ ./a.exe output.txt 2>&1 Abo

Re: ssh-copy-id probem on 3.1.7(0.340/5/3)

2020-11-19 Thread Chad Dougherty via Cygwin
On 2020-11-12 20:24:59, Bruno Iglesias wrote: Hi, When i try to copy a ssh key with ssh-copy-id receive this error and not copy de key: ssh-copy-id biglesias@pve1 /usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/home/bruno/.ssh/id_rsa.pub" /usr/bin/ssh-copy-id: INFO: attempting t

Re: Virtual Windows folders - make them visible?

2020-11-19 Thread Biswapriyo Nath via Cygwin
One query. I can do `cd /c/Windows/Sysnative` in x86 cygwin. What's the point of having a virtual folder? -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.c

Re: Virtual Windows folders - make them visible?

2020-11-19 Thread Andrey Repin
Greetings, Thomas Wolff! > Following up to a recent request about Windows/Sysnative, > I'd like to suggest to make Windows virtual folders visible in the > cygwin file system (if possible without continuous performance penalty...). There's one too many virtual folders, starting from %SystemRoot%

Re: Please add /cygdrive/c/Windows/Sysnative to the default PATH

2020-11-19 Thread Brian Inglis
On 2020-11-17 16:41, tealhill via Cygwin wrote: On 2020-11-17 4:23 PM, Thomas Wolff wrote: Am 17.11.2020 um 20:54 schrieb tealhill via Cygwin: >> Cygwin's /etc/profile sets the PATH. Could /etc/profile please also add /cygdrive/c/Windows/Sysnative to the end of the PATH? > It doesn't add

Re: Sv: g++ and c++17 filesystem

2020-11-19 Thread Eliot Moss
Ok, first, I admit that I was not familiar with the details of std::filesystem. However, after looking at it, I remain unsurprised that the Cygwin and Mingw versions might be different. (I would also not be surprised if there is a real bug in there.) The behavior I would _expect_ is that the

Re: Sv: g++ and c++17 filesystem

2020-11-19 Thread Brian Inglis
On 2020-11-19 03:03, Kristian Ivarsson via Cygwin wrote: 18 nov. 2020 kl. 17:26 skrev René Berber via Cygwin : On 11/18/2020 3:00 AM, Kristian Ivarsson via Cygwin wrote: On 11/17/2020 9:15 AM, Kristian Ivarsson via Cygwin wrote: The filesystem-library as a part of C++17 seems to have some defec

Re: Failed assertion dialog box ATTN: Takashi Yano

2020-11-19 Thread André Bleau via Cygwin
--- De : Cygwin de la part de André Bleau via Cygwin Envoyé : 15 novembre 2020 15:39 À : The Cygwin Mailing List Objet : Re: Failed assertion dialog box   ---

Virtual Windows folders - make them visible?

2020-11-19 Thread Thomas Wolff
Following up to a recent request about Windows/Sysnative, I'd like to suggest to make Windows virtual folders visible in the cygwin file system (if possible without continuous performance penalty...). Thomas -- Problem reports: https://cygwin.com/problems.html FAQ: https://

Sv: g++ and c++17 filesystem

2020-11-19 Thread Kristian Ivarsson via Cygwin
> > 18 nov. 2020 kl. 17:26 skrev René Berber via Cygwin : > > > > On 11/18/2020 3:00 AM, Kristian Ivarsson via Cygwin wrote: > > > On 11/17/2020 9:15 AM, Kristian Ivarsson via Cygwin wrote: > >>> > The filesystem-library as a part of C++17 seems to have some > defects and flaws in t

Re: Please add /cygdrive/c/Windows/Sysnative to the default PATH

2020-11-19 Thread Andrey Repin
Greetings, tealhill! > On 2020-11-17 4:23 PM, Thomas Wolff wrote: >> Am 17.11.2020 um 20:54 schrieb tealhill via Cygwin: >>> >>> Cygwin's /etc/profile sets the PATH. >>> >>> Could /etc/profile please also add /cygdrive/c/Windows/Sysnative to >>> the end of the PATH? >> >> It doesn't add any oth

RE: Trouble with starting XWin, "(EE) Can't read lock file /tmp/.XO-lock"

2020-11-19 Thread Fergus Daly via Cygwin
-Original Message- From: Cygwin On Behalf Of rt...@sciencetools.com Sent: 18 November 2020 22:03 To: cygwin@cygwin.com Subject: Trouble with starting XWin, "(EE) Can't read lock file /tmp/.XO-lock" Hey everyone, SUPER long time Cygwin user, seldom need help, and my versions are all ancien

Sv: g++ and c++17 filesystem

2020-11-19 Thread Kristian Ivarsson via Cygwin
> >> I would agree that if you want an executable that acts and feels more > like a Windows native application, then mingw is probably what you want. > Cygwin is if you want something that acts and feels more like a Posix > thing ... which means it will be oriented to Posix style paths. > > To be