Re: Re: Cygwin GDB won't start or hangs at startup

2021-02-04 Thread Daniel Röhrborn via Cygwin
>On 04.02.2021 13:13, Daniel Röhrborn via Cygwin wrote: >> I have this issue on three different PCs (Win7_32bit, 2x Win10_64bit) with >> the latest Cygwin installer. >> I installed Cygwin gcc/g++/gdb. Compiler works but gdb doesn't output >> anything when started. It seems to have blocked right

Re: *shell* buffer freezes within Cygwin and Emacs 27.1

2021-02-04 Thread Randy Galbraith via Cygwin
On Thu, Feb 4, 2021 at 11:22 AM Ken Brown via Cygwin wrote: > [Please don't top-post on this list. Thanks.] > > On 2/4/2021 11:54 AM, Randy Galbraith via Cygwin wrote: > > Good morning Takashi. > > > > Thank you so much for your response. I just tried: > > > > env CYGWIN=disable_pcon emacs-q >

Re: [PATCH 09/11] mount.cc: Implement poor-man's cache

2021-02-04 Thread Corinna Vinschen via Cygwin-patches
On Feb 3 12:38, Ben wrote: > > > On 18-01-2021 12:51, Corinna Vinschen via Cygwin-patches wrote: > > Ok, so hash_prefix reduces the path to a drive letter or the UNC path > > prefix and hashes it. However, what about partitions mounted to a > > subdir of, say, drive C? In that case the

Re: [PATCH v2 4/8] syscalls.cc: Implement non-path_conv dependent _unlink_nt

2021-02-04 Thread Corinna Vinschen via Cygwin-patches
On Feb 3 12:03, Ben wrote: > On 26-01-2021 12:34, Corinna Vinschen via Cygwin-patches wrote: > >> + static bool has_posix_unlink_semantics = > >> + wincap.has_posix_unlink_semantics (); > >> + static bool has_posix_unlink_semantics_with_ignore_readonly = > >> +

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

2021-02-04 Thread Achim Gratz
Ken Brown via Cygwin-apps writes: >> Try adding '-K http://cygwin.stromeko.net/stromeko.gpg' to your >> invocation of setup. > > P.S. I assume you're asking about this so that you can rebuild > perl-Stow. In case you missed it, Achim made a packaging suggestion > here: > >

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

2021-02-04 Thread Ken Brown via Cygwin-apps
On 2/4/2021 9:04 AM, Ken Brown via Cygwin-apps wrote: On 2/4/2021 7:10 AM, Andrew Schulman via Cygwin-apps wrote: The Perl 5.32 test repository is now updated with the stage 3 bootstrap packages at: root=http://cygwin.stromeko.net/ $root/perl-5.32 Not sure I understand. In setup I entered   

Re: *shell* buffer freezes within Cygwin and Emacs 27.1

2021-02-04 Thread Ken Brown via Cygwin
[Please don't top-post on this list. Thanks.] On 2/4/2021 11:54 AM, Randy Galbraith via Cygwin wrote: Good morning Takashi. Thank you so much for your response. I just tried: env CYGWIN=disable_pcon emacs-q and cmd input/output works again. I'll now need to document this for our team and

Re: *shell* buffer freezes within Cygwin and Emacs 27.1

2021-02-04 Thread Randy Galbraith via Cygwin
Good morning Takashi. Thank you so much for your response. I just tried: env CYGWIN=disable_pcon emacs-q and cmd input/output works again. I'll now need to document this for our team and seek out what this does. Kind regards, -Randy On Wed, Feb 3, 2021 at 5:08 PM Takashi Yano wrote: > On

Re: How to reinstall everything?

2021-02-04 Thread Hamish McIntyre-Bhatty via Cygwin
On 04/02/2021 15:24, Marco Atzeri via Cygwin wrote: > In 04.02.2021 15:21, Hamish McIntyre-Bhatty via Cygwin wrote: > >> >> Thanks Marco. >> >> All done, attributed to you under BSD and available at >> https://gitlab.com/hamishmb/cygwin-scripts. >> >> Hamish >> > > Hi Hamish > I see 404 error,

Re: How to reinstall everything?

2021-02-04 Thread Marco Atzeri via Cygwin
In 04.02.2021 15:21, Hamish McIntyre-Bhatty via Cygwin wrote: Thanks Marco. All done, attributed to you under BSD and available at https://gitlab.com/hamishmb/cygwin-scripts. Hamish Hi Hamish I see 404 error, maybe it has private setting ? Regards Marco -- Problem reports:

Re: Cygwin GDB won't start or hangs at startup

2021-02-04 Thread Marco Atzeri via Cygwin
On 04.02.2021 13:13, Daniel Röhrborn via Cygwin wrote: I have this issue on three different PCs (Win7_32bit, 2x Win10_64bit) with the latest Cygwin installer. I installed Cygwin gcc/g++/gdb. Compiler works but gdb doesn't output anything when started. It seems to have blocked right after

Re: Cygwin fork performance followup

2021-02-04 Thread Eliot Moss
On 2/4/2021 9:29 AM, Hamish McIntyre-Bhatty via Cygwin wrote: > Hi all, > > I managed to improve my Cygwin VM's performance significantly using a > variety of methods. > > If anyone else is experiencing troubles, seeing what I changed at >

[ANNOUNCEMENT] Updated: dblatex-0.3.12-1

2021-02-04 Thread Marco Atzeri via Cygwin-announce via Cygwin
New version 0.3.12-1 of dblatex is available in the Cygwin distribution: CHANGES Updated to latest upstream release. Using Python 3.8 instead of Python 2.7 DESCRIPTION DocBook to LaTeX Publishing transforms your SGML/XML DocBook documents to DVI, PostScript or PDF by translating them in

Updated: dblatex-0.3.12-1

2021-02-04 Thread Marco Atzeri via Cygwin-announce
New version 0.3.12-1 of dblatex is available in the Cygwin distribution: CHANGES Updated to latest upstream release. Using Python 3.8 instead of Python 2.7 DESCRIPTION DocBook to LaTeX Publishing transforms your SGML/XML DocBook documents to DVI, PostScript or PDF by translating them in

Cygwin fork performance followup

2021-02-04 Thread Hamish McIntyre-Bhatty via Cygwin
Hi all, I managed to improve my Cygwin VM's performance significantly using a variety of methods. If anyone else is experiencing troubles, seeing what I changed at https://www.hamishmb.com/blog/improving-cygwins-performance-fork/ might also help you. Not using VirtualBox was the main improvement

Re: How to reinstall everything?

2021-02-04 Thread Hamish McIntyre-Bhatty via Cygwin
On 16/01/2021 21:02, Marco Atzeri via Cygwin wrote: > On 16.01.2021 20:55, Hamish McIntyre-Bhatty via Cygwin wrote: >> In reply to Marco Atzeri: >> >> """ >> Some time ago I put a script here: >> https://stackoverflow.com/questions/46829532/cygwin-save-package-selections-for-later-reinstall >> >>

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

2021-02-04 Thread Ken Brown via Cygwin-apps
On 2/4/2021 7:10 AM, Andrew Schulman via Cygwin-apps wrote: The Perl 5.32 test repository is now updated with the stage 3 bootstrap packages at: root=http://cygwin.stromeko.net/ $root/perl-5.32 Not sure I understand. In setup I entered http://cygwin.stromeko.net/perl-5.32 as a mirror

RE: Cygwin GDB won't start or hangs at startup

2021-02-04 Thread Lemke, Michael SF/HZA-ZIC2
On Thursday, February 4, 2021 1:13 PM Daniel Röhrborn wrote: >I have this issue on three different PCs (Win7_32bit, 2x Win10_64bit) with the >latest Cygwin installer. >I installed Cygwin gcc/g++/gdb. Compiler works but gdb doesn't output anything >when started. It seems to have blocked right

[ANNOUNCEMENT] gd 2.3.1-1

2021-02-04 Thread Ken Brown via Cygwin-announce via Cygwin
The following packages have been uploaded to the Cygwin distribution: * gd-2.3.1-1 * libgd3-2.3.1-1 * libgd-devel-2.3.1-1 GD is an open source code library for the dynamic creation of images by programmers. GD is written in C, and wrappers are available for Perl, PHP and other languages. GD

gd 2.3.1-1

2021-02-04 Thread Ken Brown via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * gd-2.3.1-1 * libgd3-2.3.1-1 * libgd-devel-2.3.1-1 GD is an open source code library for the dynamic creation of images by programmers. GD is written in C, and wrappers are available for Perl, PHP and other languages. GD

Re: dblatex needs update

2021-02-04 Thread Ken Brown via Cygwin-apps
On 2/3/2021 10:18 PM, Marco Atzeri wrote: On 04.02.2021 04:14, Ken Brown wrote: too fast: I assume     texlive-collection-mathextra was replaced by     texlive-collection-mathscience That's right.  texlive-collection-mathscience obsoletes both texlive-collection-mathextra and

Cygwin GDB won't start or hangs at startup

2021-02-04 Thread Daniel Röhrborn via Cygwin
I have this issue on three different PCs (Win7_32bit, 2x Win10_64bit) with the latest Cygwin installer. I installed Cygwin gcc/g++/gdb. Compiler works but gdb doesn't output anything when started. It seems to have blocked right after start. What could cause this behaviour? When I downgrade to

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

2021-02-04 Thread Andrew Schulman via Cygwin-apps
> The Perl 5.32 test repository is now updated with the stage 3 bootstrap > packages at: > > root=http://cygwin.stromeko.net/ > $root/perl-5.32 Not sure I understand. In setup I entered http://cygwin.stromeko.net/perl-5.32 as a mirror URL, but setup complains: Mirror error: Setup.ini