From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x636.google.com (mail-ej1-x636.google.com [IPv6:2a00:1450:4864:20::636]) by sourceware.org (Postfix) with ESMTPS id 71A073986806 for ; Wed, 16 Jun 2021 06:48:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 71A073986806 Received: by mail-ej1-x636.google.com with SMTP id ho18so1982517ejc.8 for ; Tue, 15 Jun 2021 23:48:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=HgekGwn+8UPqRMLkujhF/aL5Hlf126CyQFxn5gMbgp4=; b=rjN27t6bpytCbJN+Te+OuTddYgkNyG398PVx0ZY7svrHKe51U3JAT1FwHVNt2dB6zw uyDRXpmnqU0yTQv+9smEDVn+ot7WcW4yKgXn8F+KifaGrKssoQXR3iIIuU/uNVbeV9ck k6gScuHWFXr7IbU0EkXqi5dKVsyS3tQT7Uv+hvhbEC0Wd0QJclA/r1dn9pzEv1BTagFt AfHx/dOjyMjoZDPK4f6gw/Gt53GsGci/BmlyW1hW++mt0+z/7Zvd1Bu+ukTmrZg0FDsr eIIh6fat17r7tTneGSrLj3ol9axXdXQnXoBWupRVrglCxM7piAmbQfcZ5m8VV0E/mRxX Jmcg== X-Gm-Message-State: AOAM532EjPLV/wkj89jjlrbGwcOeQVZgg5hw+TKfps4nVLVD2u/tsuOn gsXiYjDZ8bUScmWyG0GJj8jt7tRBU8cL5Q== X-Google-Smtp-Source: ABdhPJwJZPOajsr+vLvUiIUoDMN9F4m+fXC5WphEfs5PnpJ6Qqx1EKh5kZIkj1zA7YngJ36TrAtYHw== X-Received: by 2002:a17:906:994d:: with SMTP id zm13mr3567073ejb.427.1623826084632; Tue, 15 Jun 2021 23:48:04 -0700 (PDT) Received: from ?IPv6:2003:cc:9f0d:8650:d9ec:807d:371a:de2a? (p200300cc9f0d8650d9ec807d371ade2a.dip0.t-ipconnect.de. [2003:cc:9f0d:8650:d9ec:807d:371a:de2a]) by smtp.gmail.com with ESMTPSA id bx11sm432478ejc.122.2021.06.15.23.48.04 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 15 Jun 2021 23:48:04 -0700 (PDT) Subject: Re: Setup: gio-querymodules.exe - Entrypoint not found To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <1bd9aed8-6738-1b9b-4583-87a2ec6767e7@gmail.com> Date: Wed, 16 Jun 2021 08:48:03 +0200 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-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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@cygwin.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: , X-List-Received-Date: Wed, 16 Jun 2021 06:48:07 -0000 On 16.06.2021 07:14, Klaas Dieckhoff via Cygwin wrote: > Hi all, > > > > 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 $ cygcheck -p libgnutls-30.dll Found 6 matches for libgnutls-30.dll ... mingw64-i686-gnutls-3.5.18-1 - mingw64-i686-gnutls: GnuTLS for Win32 toolchain .. mingw64-x86_64-gnutls-3.5.18-1 - mingw64-x86_64-gnutls: GnuTLS for Win64 toolcha in Do you need cross-tool libraries or are you installing everything ? https://cygwin.com/faq.html#faq.setup.everything > 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. Cygwin git does not require libgnutls-30.dll, so it is another issue. Please follow https://cygwin.com/problems.html and provide as attachment the cygcheck.out. Regards Marco