RE: regtool 2.11.1 need a way to specify leading "-" in values

2019-01-22 Thread Gordon Grimes
Perfect! Thanks much, Eric. -Original Message- From: Eric Blake Sent: Tuesday, January 22, 2019 6:21 PM To: cygwin@cygwin.com; Gordon Grimes Subject: Re: regtool 2.11.1 need a way to specify leading "-" in values On 1/22/19 5:12 PM, Gordon Grimes wrote: > I believe there is no way to

Re: regtool 2.11.1 need a way to specify leading "-" in values

2019-01-22 Thread Eric Blake
On 1/22/19 5:12 PM, Gordon Grimes wrote: > I believe there is no way to specify values with leading "-" in regtool. I > expect the same applies to keys. An "end of switch processing" switch would > be useful, forcing 'regtool' to interpret all remaining arguments literally. Fortunately, you ar

regtool 2.11.1 need a way to specify leading "-" in values

2019-01-22 Thread Gordon Grimes
I believe there is no way to specify values with leading "-" in regtool. I expect the same applies to keys. An "end of switch processing" switch would be useful, forcing 'regtool' to interpret all remaining arguments literally. Example: % regtool -s set '\HKCU\Environment\MAVEN_OPTS' "-Xms512m

Re: Bug: Incorrect signal behavior in multi-threaded processes

2019-01-22 Thread Dan Bonachea
Hi Corinna and Madison, thanks for your responses. To clarify, I'm reasonably confident the problem I'm reporting has NOTHING to do with pthread_barrier. Our real application which exhibits very similar symptoms does not use pthread_barrier *at all*; pthread_barrier was merely the most convenient/

Re: UPX compressed setup-x86_64.exe crashes on Win10

2019-01-22 Thread Achim Gratz
Michael Wild writes: > Thanks, but until I get a running setup.exe I can't get a running > Cygwin and only then I can get a running apt-cyg, right? You only need a UPX executable, you can get it from upstream: https://github.com/upx/upx/releases And (somewhat uncharacteristically) they actually

Re: UPX compressed setup-x86_64.exe crashes on Win10

2019-01-22 Thread Michael Wild
On Tue, Jan 22, 2019 at 5:54 PM Brian Inglis wrote: > > But how do I bootstrap? Can I just use the download from upx.github.io? > > That'll be > > what I try next then. > > apt-cyg install upx && man upx # ;^> Thanks, but until I get a running setup.exe I can't get a running Cygwin and only then

Re: UPX compressed setup-x86_64.exe crashes on Win10

2019-01-22 Thread Brian Inglis
On 2019-01-21 14:12, Michael Wild wrote: > On Mon, 21 Jan 2019, 20:55 Achim Gratz wrote: >> Michael Wild writes: >>> Thanks. I have very little hope of getting it whitelisted... Is UPX >>> compression really a necessity? Otherwise I'll have to resort to my >>> custom compiled versions. >> No, t

Re: pinentry-curses not available?

2019-01-22 Thread David Dombrowsky
On 11/5/18 11:06 AM, David Dombrowsky wrote:> On Sat, Nov 3, 2018 at 2:23 PM Marco Atzeri wrote: >>> In any case, I got pinentry-1.1.0 to compile against a cygwin-supplied >>> version of ncurses, and it mostly works (you still need to tell it to >>> not detach from the tty, not sure what's up with

Re: Bug: Incorrect signal behavior in multi-threaded processes

2019-01-22 Thread E. Madison Bray
On Sun, Jan 20, 2019 at 9:34 PM Dan Bonachea wrote: > > I'm writing to report some POSIX compliance problems with Cygwin > signal handling in the presence of multiple pthreads that our group > has encountered in our parallel scientific computing codes. > > A minimal test program is copied below and

Re: /dev/fd/N not synonymous with file descriptor N; it is on Linux

2019-01-22 Thread Corinna Vinschen
On Jan 22 11:20, Houder wrote: > On Tue, 22 Jan 2019 10:41:57, Corinna Vinschen wrote: > > On Jan 22 10:25, Houder wrote: > [snip] > > > > Curious! It fails (for me) on W7 ... > > > > It works for me just as well on W7: > > > > $ uname -a > > CYGWIN_NT-6.1 vmbert764 2.12.0(0.333/5/3) 2019-01-21

Just working

2019-01-22 Thread Laura
Want to retouch your photos? we can help you for that. For your photos we can do white background, sharpen, retouching included all for your photos. Send us photos for testing, we will start it. Thanks, Laura -- Problem reports: http://cygwin.com/problems.html FAQ: ht

Re: /dev/fd/N not synonymous with file descriptor N; it is on Linux

2019-01-22 Thread Houder
On Tue, 22 Jan 2019 10:41:57, Corinna Vinschen wrote: > On Jan 22 10:25, Houder wrote: [snip] > > Curious! It fails (for me) on W7 ... > > It works for me just as well on W7: > > $ uname -a > CYGWIN_NT-6.1 vmbert764 2.12.0(0.333/5/3) 2019-01-21 22:47 x86_64 Cygwin > $ ./stca /dev/fd/0 < ? bla >

Just working

2019-01-22 Thread Laura
Want to retouch your photos? we can help you for that. For your photos we can do white background, sharpen, retouching included all for your photos. Send us photos for testing, we will start it. Thanks, Laura -- Problem reports: http://cygwin.com/problems.html FAQ: ht

Just working

2019-01-22 Thread Laura
Want to retouch your photos? we can help you for that. For your photos we can do white background, sharpen, retouching included all for your photos. Send us photos for testing, we will start it. Thanks, Laura -- Problem reports: http://cygwin.com/problems.html FAQ: ht

Re: /dev/fd/N not synonymous with file descriptor N; it is on Linux

2019-01-22 Thread Corinna Vinschen
On Jan 22 10:25, Houder wrote: > On 2019-01-22 10:06, Corinna Vinschen wrote: > > On Jan 22 09:57, Houder wrote: > > > On 2019-01-22 09:50, Houder wrote: > > > > On Sun, 6 Jan 2019 21:19:50, Corinna Vinschen wrote: > > > > > This should work in the latest developer snapshot uploaded to > > > > > h

Re: /dev/fd/N not synonymous with file descriptor N; it is on Linux

2019-01-22 Thread Houder
On 2019-01-22 10:06, Corinna Vinschen wrote: On Jan 22 09:57, Houder wrote: On 2019-01-22 09:50, Houder wrote: > On Sun, 6 Jan 2019 21:19:50, Corinna Vinschen wrote: > > This should work in the latest developer snapshot uploaded to > > https://cygwin.com/snapshots/ Please give it a try. > So,

Re: Bug: Incorrect signal behavior in multi-threaded processes

2019-01-22 Thread Corinna Vinschen
On Jan 20 15:33, Dan Bonachea wrote: > I'm writing to report some POSIX compliance problems with Cygwin > signal handling in the presence of multiple pthreads that our group > has encountered in our parallel scientific computing codes. > > A minimal test program is copied below and also available

Re: /dev/fd/N not synonymous with file descriptor N; it is on Linux

2019-01-22 Thread Corinna Vinschen
On Jan 22 10:02, Corinna Vinschen wrote: > On Jan 22 09:50, Houder wrote: > > On Sun, 6 Jan 2019 21:19:50, Corinna Vinschen wrote: > > > > Also see: > > > > > > > > https://cygwin.com/ml/cygwin/2018-12/msg00028.html > > > > ( Bash heredoc on FD 3 ) > > > > > > > > Based on the output of st

Re: /dev/fd/N not synonymous with file descriptor N; it is on Linux

2019-01-22 Thread Corinna Vinschen
On Jan 22 09:57, Houder wrote: > On 2019-01-22 09:50, Houder wrote: > > On Sun, 6 Jan 2019 21:19:50, Corinna Vinschen wrote: > > > This should work in the latest developer snapshot uploaded to > > > https://cygwin.com/snapshots/ Please give it a try. > > So, for the record only: > > and as anoth

Re: /dev/fd/N not synonymous with file descriptor N; it is on Linux

2019-01-22 Thread Corinna Vinschen
On Jan 22 09:50, Houder wrote: > On Sun, 6 Jan 2019 21:19:50, Corinna Vinschen wrote: > > > Also see: > > > > > > https://cygwin.com/ml/cygwin/2018-12/msg00028.html > > > ( Bash heredoc on FD 3 ) > > > > > > Based on the output of strace on Linux, I composed an STC, that duplicates > > > t

Re: /dev/fd/N not synonymous with file descriptor N; it is on Linux

2019-01-22 Thread Houder
On 2019-01-22 09:50, Houder wrote: On Sun, 6 Jan 2019 21:19:50, Corinna Vinschen wrote: On Dec 16 17:31, Houder wrote: > L.S., > > /dev/fd/N not synonymous with file descriptor N; it is on Linux > > 64-@@ cat /dev/fd/0 <<\EOF > > Hi > > EOF > cat: /dev/fd/0: No such file or directory > > fails

Re: /dev/fd/N not synonymous with file descriptor N; it is on Linux

2019-01-22 Thread Houder
On Sun, 6 Jan 2019 21:19:50, Corinna Vinschen wrote: > > On Dec 16 17:31, Houder wrote: > > L.S., > > > > /dev/fd/N not synonymous with file descriptor N; it is on Linux > > > > 64-@@ cat /dev/fd/0 <<\EOF > > > Hi > > > EOF > > cat: /dev/fd/0: No such file or directory > > > > fails on Cygwin; no