From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dalaran.tastycake.net (dalaran.tastycake.net [IPv6:2001:ba8:0:1c0::1:1]) by sourceware.org (Postfix) with ESMTPS id D994B3857035 for ; Mon, 31 Oct 2022 11:44:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D994B3857035 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinwoodie.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dinwoodie.org Received: from c.a.1.d.d.f.6.c.f.8.d.f.b.e.b.6.d.a.0.2.5.1.e.d.0.b.8.0.1.0.0.2.ip6.arpa ([2001:8b0:de15:20ad:6beb:fd8f:c6fd:d1ac] helo=lucy.dinwoodie.org) by dalaran.tastycake.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1opTDq-0005gg-Ce for cygwin@cygwin.com; Mon, 31 Oct 2022 11:44:54 +0000 Received: from adam by lucy.dinwoodie.org with local (Exim 4.94.2) (envelope-from ) id 1opTDo-004zBg-SQ for cygwin@cygwin.com; Mon, 31 Oct 2022 11:44:52 +0000 Date: Mon, 31 Oct 2022 11:44:52 +0000 From: Adam Dinwoodie To: cygwin@cygwin.com Subject: Re: Git not fetching https repository: cannot open shared object file (probably cyggsasl-18.dll ?) Message-ID: <20221031114452.kzfge5hdat4ov5de@lucy.dinwoodie.org> Reply-To: cygwin@cygwin.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Mon, Oct 31, 2022 at 12:25:29PM +0100, Arrigo Marchiori via Cygwin wrote: > Dear All, > > on my Cygwin installation, updated today, I cannot run `git fetch' > on a https repository. > > Transcript: > > ----8<--------8<--------8<--------8<--------8<--------8<--------8<--------- > > $ git fetch > C:/cygwin64/usr/libexec/git-core/git-remote-https.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory > > $ cygcheck.exe /cygdrive/c/cygwin64/usr/libexec/git-core/git-remote-https.exe > c:\cygwin64\usr\libexec\git-core\git-remote-https.exe > C:\cygwin64\bin\cygcurl-4.dll > C:\cygwin64\bin\cygbrotlidec-1.dll > C:\cygwin64\bin\cygwin1.dll > C:\Windows\system32\KERNEL32.dll > C:\Windows\system32\ntdll.dll > C:\Windows\system32\KERNELBASE.dll > C:\cygwin64\bin\cygbrotlicommon-1.dll > C:\cygwin64\bin\cygcrypto-1.1.dll > C:\cygwin64\bin\cygz.dll > C:\cygwin64\bin\cyggssapi_krb5-2.dll > C:\cygwin64\bin\cygk5crypto-3.dll > C:\cygwin64\bin\cygkrb5support-0.dll > C:\cygwin64\bin\cygintl-8.dll > C:\cygwin64\bin\cygiconv-2.dll > C:\cygwin64\bin\cygkrb5-3.dll > C:\cygwin64\bin\cygcom_err-2.dll > C:\cygwin64\bin\cyggcc_s-seh-1.dll > C:\cygwin64\bin\cygidn2-0.dll > C:\cygwin64\bin\cyglber-2.dll > C:\cygwin64\bin\cygldap-2.dll > C:\cygwin64\bin\cygsasl2-3.dll > C:\cygwin64\bin\cygssl-1.1.dll > C:\cygwin64\bin\cygnghttp2-14.dll > C:\cygwin64\bin\cygpsl-5.dll > C:\cygwin64\bin\cygunistring-2.dll > C:\cygwin64\bin\cygssh2-1.dll > C:\cygwin64\bin\cygzstd-1.dll > C:\cygwin64\bin\cygpcre2-8-0.dll > cygcheck: track_down: could not find cyggsasl-18.dll > > ----8<--------8<--------8<--------8<--------8<--------8<--------8<--------- > > I cannot find any packages providing that cyggsasl-18.dll This is working fine for me, but you're definitely not the only person reporting problems involving cyggsasl-18.dll, per https://cygwin.com/pipermail/cygwin/2022-October/252386.html Notably, it's working fine for me, and my local packages are up to date with my normal mirror, but my mirror is still serving curl 7.85.0-1 as current. That suggests a temporary workaround might be to install 7.85.0-1 (or earlier) of any curl packages you have installed. > Please let me know if you need any more information. If the above doesn't help, the standard diagnostics described at the problem reporting page, particularly the requested cygcheck output, would be useful: > Problem reports: https://cygwin.com/problems.html