Re: Compiling C-Kermit 9.0.305 Alpha.02 on Cygwin

2020-11-30 Thread gs-cygwin . com
On Mon, Nov 30, 2020 at 05:31:46PM -0500, Eliot Moss wrote: > On 11/30/2020 5:17 PM, Keith Christian via Cygwin wrote: > > On Mon, Nov 30, 2020 at 2:44 PM Jeffrey Altman > > wrote: > > > I suspect building C-Kermit with SSH, OpenSSL, Kerberos v5 support is > > > going to be problematic since none

Re: Unix Domain Socket Limitation?

2020-11-30 Thread Norton Allen
On 11/30/2020 9:14 PM, Norton Allen wrote: On 11/30/2020 6:19 PM, Ken Brown wrote: On 11/30/2020 1:26 PM, Norton Allen wrote: On 11/30/2020 1:14 PM, Ken Brown wrote: I can reproduce the hang, and it happens if I use the new AF_UNIX code also. But what I'm seeing (at least with the new code) is

Re: Unix Domain Socket Limitation?

2020-11-30 Thread Norton Allen
On 11/30/2020 6:19 PM, Ken Brown wrote: On 11/30/2020 1:26 PM, Norton Allen wrote: On 11/30/2020 1:14 PM, Ken Brown wrote: I can reproduce the hang, and it happens if I use the new AF_UNIX code also. But what I'm seeing (at least with the new code) isn't exactly what you describe. When the s

Re: python fails asyncio tests (py 3.7 & 3.8)

2020-11-30 Thread Mark Geisert
Hi Jim, Jim Bell wrote: On 2020-11-21 5:59 AM, Jim Bell wrote: The standard python asyncio tests hang.         cd /usr/lib/python3.8/test         python3.8 test_asyncore.py -v [...] Using strace, stripping down this very repeatable test, and grabbing the source-code snapshot, it looks li

Re: curl release package is a debug build

2020-11-30 Thread Brian Inglis
On 2020-11-29 20:17, Sara Angel via Cygwin wrote: curl release package being a debug build is causing it to fail on success in some cases. e.g. curl --cacert mycert.pem https://localhost:80 curl: (56) OpenSSL SSL_read: Connection closed abruptly, errno 0 (Fatal because this is a curl debug build

Re: Unix Domain Socket Limitation?

2020-11-30 Thread Ken Brown via Cygwin
On 11/30/2020 1:26 PM, Norton Allen wrote: On 11/30/2020 1:14 PM, Ken Brown wrote: I can reproduce the hang, and it happens if I use the new AF_UNIX code also. But what I'm seeing (at least with the new code) isn't exactly what you describe. When the server's first select call returns, accept

Re: Compiling C-Kermit 9.0.305 Alpha.02 on Cygwin

2020-11-30 Thread Keith Christian via Cygwin
On Mon, Nov 30, 2020, 15:31 Eliot Moss wrote: > On 11/30/2020 5:17 PM, Keith Christian via Cygwin wrote: > > On Mon, Nov 30, 2020 at 2:44 PM Jeffrey Altman > > wrote: > >> I suspect building C-Kermit with SSH, OpenSSL, Kerberos v5 support is > >> going to be problematic since none of that code h

Re: Compiling C-Kermit 9.0.305 Alpha.02 on Cygwin

2020-11-30 Thread Eliot Moss
On 11/30/2020 5:17 PM, Keith Christian via Cygwin wrote: On Mon, Nov 30, 2020 at 2:44 PM Jeffrey Altman wrote: I suspect building C-Kermit with SSH, OpenSSL, Kerberos v5 support is going to be problematic since none of that code has been updated in more than a decade to keep up with the latest

Re: Compiling C-Kermit 9.0.305 Alpha.02 on Cygwin

2020-11-30 Thread Keith Christian via Cygwin
On Mon, Nov 30, 2020 at 2:44 PM Jeffrey Altman wrote: > I suspect building C-Kermit with SSH, OpenSSL, Kerberos v5 support is > going to be problematic since none of that code has been updated in more > than a decade to keep up with the latest upstream packages. I suggest > you start by trying to

Re: Compiling C-Kermit 9.0.305 Alpha.02 on Cygwin

2020-11-30 Thread Jeffrey Altman via Cygwin
On 11/30/2020 10:06 AM, Keith Christian via Cygwin (cygwin@cygwin.com) wrote: > I downloaded the .tar.gz of C-Kermit 9.0.305 Alpha.02, 19 September 2020. > Web page: http://www.kermitproject.org/ckdaily.html > Source download: http://www.kermitproject.org/ftp/kermit/test/tar/x.tar.gz > > I realize

Re: [ANNOUNCEMENT] mailutils 3.10-1 (TEST)

2020-11-30 Thread Ken Brown via Cygwin
On 9/2/2020 6:14 PM, Ken Brown via Cygwin-announce wrote: The following packages have been uploaded to the Cygwin distribution as test releases: * mailutils-3.10-1 * libmailutils7-3.10-1 * libmailutils-sieve-extensions-3.10-1 * libmailutils-devel-3.10-1 * mailutils-mh-3.10-1 * mailutils-comsatd-

[ANNOUNCEMENT] Updated: lighttpd-1.4.56

2020-11-30 Thread Glenn Strauss
Version 1.4.56-1 of "lighttpd" has been uploaded. lighttpd is a secure, fast, modular web server with low resource usage lighttpd 1.4.56: HTTP/2, TLS library options, brotli, bugfixes * HTTP/2 support (must be enabled in lighttpd.conf) * TLS options using openssl, gnutls, mbedtls, nss * separate

Re: Unix Domain Socket Limitation?

2020-11-30 Thread Norton Allen
On 11/30/2020 1:14 PM, Ken Brown wrote: I can reproduce the hang, and it happens if I use the new AF_UNIX code also. But what I'm seeing (at least with the new code) isn't exactly what you describe. When the server's first select call returns, accept succeeds.  The server then calls select a

Re: Compiling C-Kermit 9.0.305 Alpha.02 on Cygwin

2020-11-30 Thread Achim Gratz
Keith Christian via Cygwin writes: > Is there any guidance for how to compile this modern version of > C-Kermit for present-day Cygwin? The same as any other software that doesn't specifically mention Cygwin: Pretend that Cygwin is Linux and see how far you get. Regards, Achim. -- +<[Q+ Matrix-

Re: Unix Domain Socket Limitation?

2020-11-30 Thread Ken Brown via Cygwin
On 11/30/2020 12:19 PM, Norton Allen wrote: On 11/26/2020 12:13 PM, Ken Brown wrote: [Adding the Cygwin list back to the Cc.] On 11/26/2020 11:27 AM, Norton Allen wrote: On 11/25/2020 5:27 PM, Ken Brown via Cygwin wrote: On 11/25/2020 4:47 PM, Norton Allen wrote: In my recent tests, it appear

Re: Unix Domain Socket Limitation?

2020-11-30 Thread Norton Allen
On 11/26/2020 12:13 PM, Ken Brown wrote: [Adding the Cygwin list back to the Cc.] On 11/26/2020 11:27 AM, Norton Allen wrote: On 11/25/2020 5:27 PM, Ken Brown via Cygwin wrote: On 11/25/2020 4:47 PM, Norton Allen wrote: In my recent tests, it appears as though it is not possible to successful

Compiling C-Kermit 9.0.305 Alpha.02 on Cygwin

2020-11-30 Thread Keith Christian via Cygwin
I downloaded the .tar.gz of C-Kermit 9.0.305 Alpha.02, 19 September 2020. Web page: http://www.kermitproject.org/ckdaily.html Source download: http://www.kermitproject.org/ftp/kermit/test/tar/x.tar.gz I realize that C-Kermit has not been in the Cygwin distribution for awhile. There is no "cygwin"

Re: BIM Modeling Services !!

2020-11-30 Thread Sazid Khan via Cygwin
Hello! Hope you are doing well. Our company specializes in BIM modeling services (Tender, Permit, Construction & GFC sets). Please let us know if you are interested in getting any BIM, Modeling or 2D/3D drafting work done. Look forward. Thanks, Sazid -- Problem reports:

[ANNOUNCEMENT] Updated: fontforge-20201107p8-1 (test)

2020-11-30 Thread Lemures Lemniscati via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution (as test): * fontforge-20201107p8-1 * fontforge-common-20201107p8-1 * fontforge-doc-20201107p8-1 * libfontforge4-20201107p8-1 * libfontforge-devel-20201107p8-1 * python38-fontforge-20201107p8-1 * fontforge-20201107p8-1-src * fon

[no subject]

2020-11-30 Thread Chikara egi Rifaldi via Cygwin
Bang mintak dm ff 100 Idak kasi besok mati -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

[ANNOUNCEMENT] Updated: openbabel-3.1.1p36-2 (test)

2020-11-30 Thread Lemures Lemniscati via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution (as test): * openbabel-3.1.1p36-2 * openbabel-gui-3.1.1p36-2 * libinchi0-3.1.1p36-2 * libinchi-devel-3.1.1p36-2 * libopenbabel7-3.1.1p36-2 * libopenbabel-devel-3.1.1p36-2 * perl-Chemistry-OpenBabel-3.1.1p36-2 * python38-openbabe