[ANNOUNCEMENT] Updated: lyx-2.3.6.1-1

2021-05-04 Thread Marco Atzeri via Cygwin-announce via Cygwin
New version 2.3.6.1-1 of lyx is available in the Cygwin distribution CHANGES Last upstream release. https://www.lyx.org/announce/2_3_6.txt Built with Qt5 and Python 3.8 DESCRIPTION LyX is a document processor that encourages an approach to writing based on the structure of your documents (W

[ANNOUNCEMENT] Updated: lilypond-2.22.1-1

2021-05-04 Thread Marco Atzeri via Cygwin-announce via Cygwin
Versions 2.22.1-1 of lilypond lilypond-doc for cygwin are now available: CHANGES Last upstream release http://lilypond.org/news.html DESCRIPTION LilyPond is a music engraving program, devoted to producing the highest-quality sheet music possible. It brings the aesthetics of tr

[ANNOUNCEMENT] Updated: geos-3.9.1-1

2021-05-04 Thread Marco Atzeri via Cygwin-announce via Cygwin
Version 3.9.1-1 of geos (source only) libgeos-devel libgeos_3_9_1(C++ lib, SONAME Bump) libgeos_c1 (C API) have been uploaded for cygwin. GEOS (Geometry Engine - Open Source) is a C++ port of the Topology Suite (JTS). As such, it aims to contain the

[ANNOUNCEMENT] Updated: gdal-3.3.0-1

2021-05-04 Thread Marco Atzeri via Cygwin-announce via Cygwin
Version 3.3.0-1 of gdal libgdal-devel libgdal29(API bump) perl-gdal python-gdal have been uploaded for cygwin. CHANGES Latest upstream release https://github.com/OSGeo/gdal/blob/v3.3.0/gdal/NEWS DESCRIPTION The Geospatial Data Abstraction Library is a translator libr

[ANNOUNCEMENT] Updated: python packages

2021-05-04 Thread Marco Atzeri via Cygwin-announce via Cygwin
Several python packages have been updated python{37,38}-h5py-3.2.1-1 python{36,37,38}-pip-21.1.1-1 or added python{36,37,38}-pytest-env-0.6.2-1 python{36,37,38}-pytest-sugar-0.9.4-1 python{36,37,38}-termcolor-1.1.0-1 CYGWIN CHANGES As python2 is no long

Re: Umbrello UML Modeller (KDE)

2021-05-04 Thread Marco Atzeri via Cygwin
On 04.05.2021 22:57, Oliver Kellogg via Cygwin wrote: Hello, I report a build success for current Umbrello master [1]. Beyond the dependencies listed at [3] I needed to install the following packages: - cmake - extra-cmake-modules (ECM) - kf5-kdesignerplugin - libKF5Emoticons-devel - kf5-kinit-

Re: SSHD causes 100% CPU load

2021-05-04 Thread Brian Inglis
On 2021-05-04 09:14, Andrey Repin via Cygwin wrote: Wednesday, April 28, 2021, 06:23:02, "Andrey Repin" wrote: I run cygwin 32-bit on Windows 10 Pro Build 19042. Cygwin is 3.2.0-1, openssh is 8.5p1-1. I use sshd to access the machine from afar. I notice (often multiple) processes of sshd.exe

Umbrello UML Modeller (KDE)

2021-05-04 Thread Oliver Kellogg via Cygwin
Hello, I report a build success for current Umbrello master [1]. Beyond the dependencies listed at [3] I needed to install the following packages: - cmake - extra-cmake-modules (ECM) - kf5-kdesignerplugin - libKF5Emoticons-devel - kf5-kinit-devel For configuring and building I followed the steps

Re: realpath issue with native[strict] symlinks

2021-05-04 Thread Orgad Shaneh via Cygwin
On Tue, Apr 27, 2021 at 8:44 AM Orgad Shaneh wrote: > > On Apr 19 12:58, Corinna Vinschen via Cygwin wrote: > > On Apr 18 10:59, Orgad Shaneh via Cygwin wrote: > > > I was going to write: > > > > Nothing we can do about without re-implementing Cygwin's path handling > > from scratch. For hist

Cannot access subst drives after commit 456c3a46

2021-05-04 Thread Jeremy Drake via Cygwin
Sort of like the system32 issue, but still present after the fix for that. Previously I was able to shorten paths for both native and cygwin processes by using SUBST to map a drive letter. After this commit was applied, this stopped working: $ subst T:\: -> C:\blah\blah\MINGW-packages $ ls /t/

Re: [ANNOUNCEMENT] Updated: python packages

2021-05-04 Thread Jon Turney
On 07/03/2021 20:44, Ken Brown via Cygwin wrote: On 3/7/2021 2:34 PM, Marco Atzeri via Cygwin wrote: On 07.03.2021 17:58, Ken Brown via Cygwin wrote: I have a CI job which runs 'setup -q -P python3,python3-lxml'.  It's nice if that gets me something where "python3 -c 'import lxml'" works, and

Re: SSHD causes 100% CPU load

2021-05-04 Thread Andrey Repin via Cygwin
Greetings, Christoph Lüders! This list is in "no top posting, please" mode. > Wednesday, April 28, 2021, 06:23:02, "Andrey Repin" wrote: >> Greetings, Christoph Lüders! >>> I run cygwin 32-bit on Windows 10 Pro Build 19042. Cygwin is 3.2.0-1, >>> openssh is 8.5p1-1. >>> I use sshd to access

Re: python > 3.5: Issue with unix domain sockets

2021-05-04 Thread Mark Geisert
Marco Atzeri via Cygwin wrote: On 04.05.2021 06:41, Mark Geisert wrote: Ken Brown via Cygwin wrote: On 5/3/2021 8:57 AM, Maximilian.Blenk--- via Cygwin wrote: Incorrect Behavior: Server: $ python3.7 server.py starting up on ./uds_socket waiting for a connection Traceback (most recent call las