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'}"   ;\ };

Re: [Attn. Maintainers] prepare your packages for release of perl-5.32

2021-02-15 Thread Marco Atzeri via Cygwin-apps
On 15.02.2021 21:33, Achim Gratz wrote: Marco Atzeri via Cygwin-apps writes: my 5 packages are up. subversion will follow shortly. also subversion is up Thanks. So noe further updates coming for perl-5.32? Regards, Achim. nothing short term Regards Marco

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 -

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

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

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

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.

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

Re: [Attn. Maintainers] prepare your packages for release of perl-5.32

2021-02-15 Thread Lemures Lemniscati via Cygwin-apps
On Mon, 15 Feb 2021 21:31:20 +0100, Achim Gratz > Lemures Lemniscati via Cygwin-apps writes: > > openbabel-3.1.1 is built and will work with perl 5.32. > > > In case you haven't seen the other message: please upload that package > now. Thank you. > Thank you. I've uploaded openbabel-3.1.1p36-3.

[PATCH v2] winsup/doc/posix.xml: add note for getrlimit, setrlimit, xrefs to notes

2021-02-15 Thread Brian Inglis
change notes to see "Implementation Notes" to xref to std-notes; add xref to std-notes to getrlimit, setrlimit; add note to document limitations of getrlimit, setrlimit resources support --- winsup/doc/posix.xml | 101 --- 1 file changed, 57 insertions(+),

Re: [Attn. Maintainers] prepare your packages for release of perl-5.32

2021-02-15 Thread Ken Brown via Cygwin-apps
On 2/15/2021 3:32 PM, Achim Gratz wrote: Ken Brown via Cygwin-apps writes: Is this expected? Will the files stay in my upload area and be merged when the time comes? It seems that upload has completed, right? Anything else from you? Yes, it completed, and I'm all set. Ken

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

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: [Attn. Maintainers] prepare your packages for release of perl-5.32

2021-02-15 Thread Achim Gratz
Marco Atzeri via Cygwin-apps writes: >> my 5 packages are up. >> subversion will follow shortly. > > > also subversion is up Thanks. So noe further updates coming for perl-5.32? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf

Re: [Attn. Maintainers] prepare your packages for release of perl-5.32

2021-02-15 Thread Achim Gratz
Ken Brown via Cygwin-apps writes: > Is this expected? Will the files stay in my upload area and be merged > when the time comes? It seems that upload has completed, right? Anything else from you? Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD

Re: [Attn. Maintainers] prepare your packages for release of perl-5.32

2021-02-15 Thread Achim Gratz
Lemures Lemniscati via Cygwin-apps writes: > openbabel-3.1.1 is built and will work with perl 5.32. > > Where should I upload the packages for perl 5.32? > Or should I wait, for now? In case you haven't seen the other message: please upload that package now. Thank you. Regards, Achim. --

Re: [Attn. Maintainers] prepare your packages for release of perl-5.32

2021-02-15 Thread Achim Gratz
Andrew Schulman via Cygwin-apps writes: > Packaging error will be fixed in the forthcoming stow-2.3.1+5.32-1, which > will be compatible with perl-5.32. So same release as the perl update. Please let us know when you have uploaded the package. Thanks. Regards, Achim. -- +<[Q+ Matrix-12

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: 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)

Multiple version of Lua with alternatives

2021-02-15 Thread Lemures Lemniscati via Cygwin-apps
Hi! Helped by advices from Achim [1], I prepared an experimental tree for Lua [2], as a first step. And I'd like to request for comments about it. * lua is forked into lua54 and lua53. It is also obsoleted by lua53. we can select versions by alternatives * A new source luarocks provides

Re: [PATCH v2] Cygwin: console: Abort read() on signal if SA_RESTART is not set.

2021-02-15 Thread Corinna Vinschen via Cygwin-patches
On Feb 15 22:08, Takashi Yano via Cygwin-patches wrote: > On Mon, 15 Feb 2021 13:04:41 +0100 > Corinna Vinschen wrote: > > On Feb 14 18:42, Takashi Yano via Cygwin-patches wrote: > > > - Currently, console read() keeps reading after SIGWINCH is sent > > > even if SA_RESTART flag is not set. With

Re: [PATCH v2] Cygwin: console: Abort read() on signal if SA_RESTART is not set.

2021-02-15 Thread Takashi Yano via Cygwin-patches
On Mon, 15 Feb 2021 13:04:41 +0100 Corinna Vinschen wrote: > On Feb 14 18:42, Takashi Yano via Cygwin-patches wrote: > > - Currently, console read() keeps reading after SIGWINCH is sent > > even if SA_RESTART flag is not set. With this patch, read() > > returns EINTR on SIGWINCH if SA_RESTART

Re: [PATCH] Cygwin: pty: Fix a bug in input transfer for GDB.

2021-02-15 Thread Corinna Vinschen via Cygwin-patches
On Feb 15 03:47, Takashi Yano via Cygwin-patches wrote: > - With this patch, not only NL but also CR is treated as a line end > in the code checking if input transfer is necessary. > --- > winsup/cygwin/fhandler_tty.cc | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git

Re: [PATCH v2] Cygwin: console: Abort read() on signal if SA_RESTART is not set.

2021-02-15 Thread Corinna Vinschen via Cygwin-patches
Hi Takashi, On Feb 14 18:42, Takashi Yano via Cygwin-patches wrote: > - Currently, console read() keeps reading after SIGWINCH is sent > even if SA_RESTART flag is not set. With this patch, read() > returns EINTR on SIGWINCH if SA_RESTART flag is not set. > The same problem for SIGQUIT and

Re: [PATCH] winsup/doc/posix.xml: add note for getrlimit, setrlimit, links to notes

2021-02-15 Thread Corinna Vinschen via Cygwin-patches
Hi Brian, On Feb 12 18:06, Brian Inglis wrote: > > change notes to see "Implementation Notes" to links to std-notes.html; > links work in html docs but appear as text in info docs; > add link to std-notes.html to getrlimit, setrlimit; > add note to document limitations of getrlimit, setrlimit

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