Re: Cygwin doesn't handle SIGWINCH properly in Windows Terminal

2021-02-15 Thread Brian Inglis
On 2021-02-15 22:48, Marco Atzeri via Cygwin wrote: On 16.02.2021 03:17, L A Walsh wrote: On 2021/02/14 16:05, Takashi Yano wrote: On Sun, 14 Feb 2021 12:44:32 -0800 L A Walsh wrote: showsize () {\   declare s=$(stty size); s="(${s// /x})"  ;\   printf "%s" "$s${s//?/$'\b'}"   ;\ }; export

Re: Cygwin doesn't handle SIGWINCH properly in Windows Terminal

2021-02-15 Thread Marco Atzeri via Cygwin
On 16.02.2021 03:17, L A Walsh wrote: On 2021/02/14 16:05, Takashi Yano wrote: On Sun, 14 Feb 2021 12:44:32 -0800 L A Walsh wrote: showsize () {\   declare s=$(stty size); s="(${s// /x})"  ;\   printf "%s" "$s${s//?/$'\b'}"   ;\ }; export -f showsize trap showsize SIGWINCH - Wh

Re: compilation errors trying to build unzip on cygwin

2021-02-15 Thread Soren via Cygwin
Hi! Brian wrote: Install cygport, libbz2-devel, and any other unzip build dependencies, then in the source unzip.cygport directory, run: $ cygport unzip.cygport download all check and you should have a successful build in five minutes or less. Thanks very much. It all went as you descr

Re: Cygwin doesn't handle SIGWINCH properly in Windows Terminal

2021-02-15 Thread L A Walsh
On 2021/02/14 16:05, Takashi Yano wrote: On Sun, 14 Feb 2021 12:44:32 -0800 L A Walsh wrote: showsize () {\ declare s=$(stty size); s="(${s// /x})" ;\ printf "%s" "$s${s//?/$'\b'}" ;\ }; export -f showsize trap showsize SIGWI

Re: cygwin Rsync x32 issue

2021-02-15 Thread Jim Brain
On 2/15/2021 7:57 PM, Jim Brain wrote: I will directly email you a ZIP of the folder.  It's not big (some small HTML files the guy manages) and a few script files. Well, the files are not big, but I forgot I put a bin dir of cygwin in there, and I think I should share that as well.  SO, it's a

Re: cygwin Rsync x32 issue

2021-02-15 Thread Jim Brain
On 2/15/2021 5:18 PM, Ken Brown via Cygwin wrote: On 2/14/2021 9:48 PM, Jim Brain wrote: On 2/14/2021 8:21 PM, Ken Brown via Cygwin wrote:   strace -o rsync.strace rsync... Then post rsync.strace somewhere where people can look at it. https://www.dropbox.com/s/v1n9i77jhq3b3zh/rsync.strace?

Re: cygwin Rsync x32 issue

2021-02-15 Thread Ken Brown via Cygwin
On 2/14/2021 9:48 PM, Jim Brain wrote: On 2/14/2021 8:21 PM, Ken Brown via Cygwin wrote:   strace -o rsync.strace rsync... Then post rsync.strace somewhere where people can look at it. https://www.dropbox.com/s/v1n9i77jhq3b3zh/rsync.strace?dl=0 Thanks. For the sake of comparison, could y

Re: compilation errors trying to build unzip on cygwin

2021-02-15 Thread Soren via Cygwin
On Mon, Feb 15, 2021 at 11:10 AM Marco Atzeri wrote: > > $ cygport unzip.cygport all > ... > Stripping executables: > usr/bin/funzip.exe > usr/bin/unzip.exe > usr/bin/unzipsfx.exe > Preparing debuginfo source files: > 18 files > >>> Packaging unzip-6.0-17.x86_

Re: setrlimit always fails

2021-02-15 Thread Corinna Vinschen via Cygwin
On Feb 15 14:54, Patrick Chkoreff wrote: > Corinna Vinschen wrote on 2/15/21 4:14 AM: > > > That looks wrong. The __USE_ flags are internal flags from > > GLibc and not supposed to be used by application code. Check the Linux > > man page for strptime, the usage of _XOPEN_SOURCE or another flag

Re: setrlimit always fails

2021-02-15 Thread Patrick Chkoreff
Corinna Vinschen wrote on 2/15/21 4:14 AM: > That looks wrong. The __USE_ flags are internal flags from > GLibc and not supposed to be used by application code. Check the Linux > man page for strptime, the usage of _XOPEN_SOURCE or another flag > including _XOPEN_SOURCE (e. g. _GNU_SOURCE) is re

Re: compilation errors trying to build unzip on cygwin

2021-02-15 Thread Marco Atzeri via Cygwin
back on mailing list On 15.02.2021 00:36, Soren wrote: On Sat, Feb 13, 2021 at 11:20 PM Marco Atzeri wrote: Well, that would be a simple fix, although it leaves the mystery PATH behavior unsolved. I'll mention that I moved gnwin32-make out of the way and then got compiler (assembler) erro

Re: setrlimit always fails

2021-02-15 Thread Corinna Vinschen via Cygwin
On Feb 12 10:11, Patrick Chkoreff wrote: > Ken Brown via Cygwin wrote on 2/11/21 9:06 PM: > > > Cygwin's setrlimit only supports a few resources, as you can see in the > > source: > > > > https://cygwin.com/git/?p=newlib-cygwin.git;a=blob;f=winsup/cygwin/resource.cc;h=9e9d223466b7635b990d6c9e