Re: linker fails with multiple definitions after inline thread_local var within class

2019-11-15 Thread Brian Inglis
On 2019-11-15 20:35, Brian Inglis wrote: > On 2019-11-15 15:25, Arthur Norman wrote: >>> I notice that you are not independently compiling your source files and >>> have no >>> include guard in t.h. >>> Could I suggest that you add the include guard to t.h and retest. >>> If you still have an

Re: linker fails with multiple definitions after inline thread_local var within class

2019-11-15 Thread Brian Inglis
On 2019-11-15 15:25, Arthur Norman wrote: >> I notice that you are not independently compiling your source files and have >> no >> include guard in t.h. >> Could I suggest that you add the include guard to t.h and retest. >> If you still have an issue, try independently compiling your source

[PATCH] Cygwin: pty: Convert CamelCase names to snake_case names.

2019-11-15 Thread Takashi Yano
--- winsup/cygwin/dtable.cc | 6 +-- winsup/cygwin/fhandler.h | 8 ++-- winsup/cygwin/fhandler_console.cc | 2 +- winsup/cygwin/fhandler_tty.cc | 68 +++ winsup/cygwin/fork.cc | 8 ++-- winsup/cygwin/spawn.cc| 18

Re: linker fails with multiple definitions after inline thread_local var within class

2019-11-15 Thread Arthur Norman
I notice that you are not independently compiling your source files and have no include guard in t.h. Could I suggest that you add the include guard to t.h and retest. If you still have an issue, try independently compiling your source files, then linking them as a separate step, to see if that

Re: "/usr/bin/tar.exe" hangs, Windows 10, CYGWIN_NT-10.0 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64

2019-11-15 Thread Keith Christian
On Fri, Nov 15, 2019 at 10:34 AM Brian Inglis wrote: > > On 2019-11-15 08:12, Keith Christian wrote: > > On Fri, Nov 15, 2019 at 7:40 AM Ken Brown wrote: > >> On 11/15/2019 9:19 AM, Keith Christian wrote: > >>> Tar in recent updates to Cygwin64 hangs. > >>> When the tar command is run with

Re: linker fails with multiple definitions after inline thread_local var within class

2019-11-15 Thread Brian Inglis
On 2019-11-15 00:55, Arthur Norman wrote: >> You appear to be running into a conflict with Cygwin managing Windows TLS, as >> Cygwin does its own messing around to support Unix/Linux/POSIX/g++ semantics >> for >> TLS and everything else under Windows. You should either use the supplied >> API,

Re: "/usr/bin/tar.exe" hangs, Windows 10, CYGWIN_NT-10.0 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64

2019-11-15 Thread Brian Inglis
On 2019-11-15 08:12, Keith Christian wrote: > On Fri, Nov 15, 2019 at 7:40 AM Ken Brown wrote: >> On 11/15/2019 9:19 AM, Keith Christian wrote: >>> Tar in recent updates to Cygwin64 hangs. >>> When the tar command is run with strace, it generates voluminous >>> output but won't list tar file

Re: "/usr/bin/tar.exe" hangs, Windows 10, CYGWIN_NT-10.0 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64

2019-11-15 Thread Ken Brown
On 11/15/2019 10:12 AM, Keith Christian wrote: > On Fri, Nov 15, 2019 at 7:40 AM Ken Brown wrote: >> >> On 11/15/2019 9:19 AM, Keith Christian wrote: >>> Tar in recent updates to Cygwin64 hangs. >>> >>> When the tar command is run with strace, it generates voluminous >>> output but won't list tar

Re: "/usr/bin/tar.exe" hangs, Windows 10, CYGWIN_NT-10.0 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64

2019-11-15 Thread Keith Christian
On Fri, Nov 15, 2019 at 7:40 AM Ken Brown wrote: > > On 11/15/2019 9:19 AM, Keith Christian wrote: > > Tar in recent updates to Cygwin64 hangs. > > > > When the tar command is run with strace, it generates voluminous > > output but won't list tar file contents or extract the tar file (or > >

Re: "/usr/bin/tar.exe" hangs, Windows 10, CYGWIN_NT-10.0 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64

2019-11-15 Thread Ken Brown
On 11/15/2019 9:19 AM, Keith Christian wrote: > Tar in recent updates to Cygwin64 hangs. > > When the tar command is run with strace, it generates voluminous > output but won't list tar file contents or extract the tar file (or > tar.gz, tar.xz, etc.) > > tar --version > tar (GNU tar) 1.29 >

"/usr/bin/tar.exe" hangs, Windows 10, CYGWIN_NT-10.0 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64

2019-11-15 Thread Keith Christian
Tar in recent updates to Cygwin64 hangs. When the tar command is run with strace, it generates voluminous output but won't list tar file contents or extract the tar file (or tar.gz, tar.xz, etc.) tar --version tar (GNU tar) 1.29 Packaged by Cygwin (1.29-1) Copyright (C) 2015 Free Software

Re: "/usr/bin/boxes" command fails to run, Windows 10, CYGWIN_NT-10.0 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64

2019-11-15 Thread Keith Christian
On Fri, Nov 15, 2019 at 1:15 AM Jari Aalto wrote: > > On 2019-11-14 21:31, Ken Brown wrote: > > On 11/14/2019 2:32 PM, Keith Christian wrote: > > > The "boxes" command fails to run on a Cygwin64 install two weeks ago. > > > > > > echo "hello" | /usr/bin/boxes > > > boxes: No such file or

[newlib-cygwin] Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent.

2019-11-15 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1626569222066ee601f6c41b29efcc95202674b7 commit 1626569222066ee601f6c41b29efcc95202674b7 Author: Takashi Yano Date: Wed Nov 13 19:49:29 2019 +0900 Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent. -

Re: [PATCH] Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent.

2019-11-15 Thread Corinna Vinschen
On Nov 14 20:51, Takashi Yano wrote: > Hi Corinna, > > On Thu, 14 Nov 2019 10:35:41 +0100 > Corinna Vinschen wrote: > > This is only correct if xterm hasn't been started with the c132 widget > > resource set to 'true'. This resource specifies whether the ESC[?3h > > and ESC[?3l ESC sequences are

Re: [PATCH] cygrunsrv: Added options -T and -X; fixed a couple minor issues

2019-11-15 Thread Corinna Vinschen
On Nov 13 13:28, Anton Lavrentiev via cygwin-patches wrote: > 1. https://www.cygwin.com/ml/cygwin-patches/2019-q4/msg00107.html > 2. Fixed an issue with "premature exit" error message printed if service is > stopped from SCM by an operator > 3. Fixed a potential issue with reporting 0 exit code

Re: "/usr/bin/boxes" command fails to run, Windows 10, CYGWIN_NT-10.0 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64

2019-11-15 Thread Jari Aalto
On 2019-11-14 21:31, Ken Brown wrote: > On 11/14/2019 2:32 PM, Keith Christian wrote: > > The "boxes" command fails to run on a Cygwin64 install two weeks ago. > > > > echo "hello" | /usr/bin/boxes > > boxes: No such file or directory > > Running boxes under strace shows that it is trying to