X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A5625388C00F
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1624361687;
	bh=TAD6waOG2mS/apKqbRey5fG3utOqHuBSqGY3mSfQijk=;
	h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post:
	 List-Help:List-Subscribe:From:Reply-To:From;
	b=tMwTSEl/nFk+OaQho4PMzU7k9FQ02DpyRNCIoXoA/7tgts3w/QEtWhjUDVG9LcEEl
	 ClJwT5hPpMUMEuDQhlr6sGDW4oY5MgERsBTPCkvStF3CSUQGPW0wT7ni3Wq5iOGF+L
	 NLI0FUXp0h+aHmeBSs/taobsYnoJRGaxMs7AoJH8=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9A9F13855010
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:mime-version:from:date:message-id:subject:to;
 bh=130jH3H4bm/1SGr6RnUC7QA0dnhkll0/7/pqo2HE5vs=;
 b=bvd4CtO5I1xe+NJl2KfqOW64S6YhR6B1NYh0ALZaIBmpGJJjBYLpWFeI6YBaI5mtlf
 TqOf97VYwsqrj/BT13mzZEZ9Tx8TPTYiwAZfaWE9cSHetYjLkB7n2ZF3ngi9NIWUBap+
 mH90ZmjfboKoLyOkiDFWVYfzqJQPa/DTqUp6soBvGFRB8IoCBJVkUYPkOJApn6hemOTs
 6W2NsbSdoERj1hzqyjsLCecYvy3w3pZ9o74Vrm8oySNCoWd3oq6RpVmIlGobCnDtbQl5
 U9+6Ug2TCdOUkYzIG041jrN0lHatx+Pif7xn3C717nMnAEWV/Bd/EBb9uaPDHTXKXAq6
 9eiw==
X-Gm-Message-State: AOAM532hqiVGJGQK8jRQbcyCuL/tL3QKdk7jlgpNiH+Lcm+oy8PFxc5g
 euk+2ckhJhmIVHylYhCPD3jWWZUkNWK8qL5tZFCO88rBrbItaneU
X-Google-Smtp-Source: ABdhPJx7PV3Fa7uqUDeFfqHorLyTFiR+zmOE4zDzR8AFUeWYXc/plFXa71TV9736aSzvKGldnhhFSdXX9L2clYTM2xU=
X-Received: by 2002:a05:6402:312d:: with SMTP id
 dd13mr4439744edb.140.1624361654504; 
 Tue, 22 Jun 2021 04:34:14 -0700 (PDT)
MIME-Version: 1.0
Date: Tue, 22 Jun 2021 13:34:03 +0200
Message-ID: <CACuu4WLj=iN-Pf7oXiibQbSGp4XHw-kYJCDb95eo+DHFLDDEiQ@mail.gmail.com>
Subject: Re: Setup: gio-querymodules.exe - Entrypoint not found
To: cygwin@cygwin.com
X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE,
 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-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Klaas Dieckhoff via Cygwin <cygwin@cygwin.com>
Reply-To: Klaas Dieckhoff <klaas.dieckhoff@googlemail.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>

> On 6/16/2021 2:41 AM, Brian Inglis wrote:
> > 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
>
> As Marco pointed out, the DLL in question is from one of the cross-tool
gnutls packages.  Klaas's most recent post, which gives the full path to
the DLL, shows that the package is mingw64-i686-gnutls.  That hasn't been
updated since 2018, so it might in fact be the bug that you cited.
>
> Klaas, do you really need mingw64-i686-gnutls?  If so, could you explain
precisely what you did that led to the error message you posted?

No I don't I removed them now.
The initial issue was, that I wasn't able to run git push. But this does
not seem to be related to this issue.
I will open a separate thread for that.

Thanks
Klaas
>
> Also, as Marco already requested, please follow the problem-reporting
guidelines at
>
>   https://cygwin.com/problems.html ,
>
> including the part about providing cygcheck.out as an attachment.
>
> Ken
>
> --
> 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
>
>
>

-- 
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
