X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 036C23894411 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSw.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=systematicsw.ab.ca X-Authority-Analysis: v=2.4 cv=W+Nb6Tak c=1 sm=1 tr=0 ts=60c99d1b a=T+ovY1NZ+FAi/xYICV7Bgg==:117 a=T+ovY1NZ+FAi/xYICV7Bgg==:17 a=IkcTkHD0fZMA:10 a=20KFwNOVAAAA:8 a=QEyzz1pykRIy0AxExmYA:9 a=QEXdDO2ut3YA:10 To: cygwin AT cygwin DOT com References: From: Brian Inglis Organization: Systematic Software Subject: Re: Setup: gio-querymodules.exe - Entrypoint not found Message-ID: Date: Wed, 16 Jun 2021 00:41:30 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-CA X-CMAE-Envelope: MS4xfOjWN4E0RIXhIKuhtcZTds64YwoK3dO3jTuk/7ug+V6AobuVCCNOrArwz+g3ax30adm/gw7GyqXgm9Loo3R2aygICdsEMC5v6kQP3uzhX+vPjXg7/UkC N/zLZ4HGA+oEgCtRA2jDX64eM+h1Jx5uuSayBmEJKdZNyBuitvOt6rNcrClyWmxrX9UW17lXV0TCCK1rx2ys1lbbNMLQfrD5Toc= X-Spam-Status: No, score=-3488.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 15G6fqKt025953 On 2021-06-15 23:14, Klaas Dieckhoff via Cygwin wrote: > While installing Cygwin on my Windows 10 machine I got the attached error > message twice. Unfortunately it’s in german, but it translates to: > procedure entrypoint "_idn2_punycode_decode" not found in DLL > /libgnutls-30.dll > In my installation I’m for example not able to use git with ssl (i.e. > commands like ‘git push origin master’). I already tried to reinstall > libgnutls-30.dll which didn’t help. > Any idea how to resolve this issue? Your subject mentions setup and gio-querymodules; your body mentions idn2_punycode_decode, libgnutls30; plus git and git-push. Please copy and paste the actual commands executed and error messages reported, including complete commands for each of the issues involved. There are German speakers on the list who can clarify for those of us who may have issues decoding German tech language. I would not expect punycode to be anything to do with libgnutls. I would expect idn2_punycode_decode in cyg/libidn2, but it is not a public API symbol for either Cygwin or Windows mingw libraries. The idn2_punycode_decode issue was a libgnutls/libidn2 compatibility problem a couple of years ago but should be fixed now: https://bugzilla.redhat.com/show_bug.cgi?id=1683812 Cygwin wget and wget2 are built with libgnutls and libidn2 and have no build, test, or usage issues reported. Have you perhaps an old release of Cygwin installed and have not applied any recent upgrades? Do you perhaps have Git for Windows or some WSL distro installed and in your path? Try: $ which git; ls /usr/libexec/git-core/git-push /usr/bin/git /usr/libexec/git-core/git-push -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. [Data in binary units and prefixes, physical quantities in SI.] -- 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