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 open

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 directory

"/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 Foundat

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 > Pack

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 > > tar.g

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 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 conten

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 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 strace,

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 wo

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 files

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 issu