Re: what ever happened to CYGLSA in contemporary versions of Cygwin

2020-01-09 Thread William Winton
I did, but I don't think I used good search terms. The links to sourceware do clear it up for me. thanks On Wed, Jan 8, 2020 at 6:35 PM Andrey Repin wrote: > Greetings, William Winton! > > > I have a question about *cyglsa*; this is not a bug report. > > Did you try google? > > https://cygwin.

Re: makecab.exe hangs on cygwin 3.1

2020-01-09 Thread Jose Isaias Cabrera
Mike Kaganski, on Thursday, January 9, 2020 12:21 PM, wrote... > > Hello, > > Using cygwin 3.1.2-1, I get a hang running a makecab.exe job started > from a perl script. > > The version of perl is 5.26.3-2; Windows 10.0.18363 x64. > > I was able to create a minimal reproducer in perl: > >

makecab.exe hangs on cygwin 3.1

2020-01-09 Thread Mike Kaganski
Hello, Using cygwin 3.1.2-1, I get a hang running a makecab.exe job started from a perl script. The version of perl is 5.26.3-2; Windows 10.0.18363 x64. I was able to create a minimal reproducer in perl: select STDERR; # non-buffering output - just to see printed messages print

Re: subversion-1.11.1-1+libserf1_0-1.3.9-1: Segfault after failed connect + empty serf debug package

2020-01-09 Thread David Rothenberger
On 1/1/2020 9:57 AM, Christian Franke wrote: > Subversion segfaults with null instruction pointer after a failed > connect. This affects the http and https protocols but not the svn > protocol. > Related report: https://cygwin.com/ml/cygwin/2019-11/msg00126.html I can reproduce this issue, but I d

Re: Fwd: Errors in cURL dependency chain

2020-01-09 Thread David Rothenberger
On 11/30/2019 6:15 PM, Steven Penny wrote: > Here is a dependency chain: > > 1. curl > 2. libcurl4 > 3. libopenldap2_4_2 > 4. libsasl2_3 > 5. libopenssl100 > > I have two issues with this. First, "libopenssl100" is obsolete: > > @ libopenssl100 > sdesc: "Obsoleted by libssl1.0" > > Davi

[ANNOUNCEMENT] Updated: cyrus-sasl-2.1.27-1

2020-01-09 Thread David Rothenberger
A new release of cyrus-sasl and related packages is available. SECURITY: = This release includes a patch for CVE-2019-19906: Off-by-one in _sasl_add_string function. DESCRIPTION: SASL is the Simple Authentication and Security Layer, a method for adding authentication support

Re:Re: Problem to develop Qt5 application in Samba share

2020-01-09 Thread PAULUS, Raimund, TI-ABN
To make it clear: After the installation of Cygwin: - QTDIR is not set. Setting QTDIR has no effect concerning the error. - In /usr/bin is the file qmake_qt5. This is a symlink to ../lib/qt5/bin/qmake. I included this directory in PATH, cause I prefer to call qmake directly. If I call qmake-qt5

Problem with pyhton3 + wx

2020-01-09 Thread Massimiliano Alvioli
Hi all, my question is related to use of GRASS GIS + cygwin + python3 +wx. I compiled the latest version of GRASS GIS https://grass.osgeo.org/grass78/source/grass-7.8.2.tar.gz in cygwin. The major change with respect to the previous versions (which worked fine) is the switch from python2 to python