X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A32763858024
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1634653059;
	bh=KchMzgFSEDlJTmAYaa0EsKkC6W8PwGHD5yH85vKQESs=;
	h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
	 From;
	b=AURrdfYfvNsr8EuSL1lR/TC+a2zZiAWdlQ2LG+UAskvM0VhJG6A5vxT6DIUgKRLlK
	 16B6drLx7+cukhqbfiNBm1GLthO/Do1YcKE4Po5oFN9h0IrQWXlhm0e1wNn6y0RTlG
	 26cXDgEhmBWFWKmxK05phpWDAEH1Ew2jVhmNlruY=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7FA183858D39
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20210112;
 h=x-gm-message-state:mime-version:references:in-reply-to:from:date
 :message-id:subject:to:cc;
 bh=KAU855WXLrgsJx05H/FqLbh99LR9yq6rPjt+VJomrVI=;
 b=aErpDS5c7aeP3xn1rdJwkzT38H4mSUZE8kf9azOQyRnKa/Kxpd6hTR/q9m3sziORRZ
 fwDdHxw7TUKMp/7w9jZulyIZMEE+zVoChoKXC/mKFPQpHpHz353RAbue2ZomwItmgTVc
 NqFcpxZBjJds+zTp7K5QuPJkqbo8F7q9A5t1+GigyIEqCcijR14ToJWKzGBDBOqpNW7m
 PCSILgvdGqWRXR9I7xFPXO2S/Vz8DPW2xjxkmIut73hlXR/j6NVzbkYhQJRebiEK+h1z
 C003aNxCqrG1FNmalHZbvgRrQbQPntd2MhviXh7qsRbnfYbRbCp2oO3ef8N3OkGpgET+
 T2PQ==
X-Gm-Message-State: AOAM530Z4L3p7lELKgst7669nq/QwAvhQ6yjXKT118XvVyQw6nQEYz53
 Fpw81zYEcsBiRsh9eOxOegysJeCc/y8CXR8h2Q0=
X-Google-Smtp-Source: ABdhPJyuE+w1uhhiMMoqKWQ9GUleZduwEp6nuCKEdTiwsSx8rxV82004Sq5TSNeedMkZb0F02dfoke71lCVVnffC8e8=
X-Received: by 2002:a17:906:c0d:: with SMTP id
 s13mr38567421ejf.309.1634652959069; 
 Tue, 19 Oct 2021 07:15:59 -0700 (PDT)
MIME-Version: 1.0
References: <CAN06=Cyg+8rdYT44Ezz8BfsEROSD12Bu2WQWpPP0BThOO3H=KA@mail.gmail.com>
 <e851879c-5462-0450-05a4-bde7faa728f6@cornell.edu>
In-Reply-To: <e851879c-5462-0450-05a4-bde7faa728f6@cornell.edu>
Date: Tue, 19 Oct 2021 16:15:22 +0200
Message-ID: <CAN06=CxeMbgSEWLG5EZOS+OSFT5Dy4kwMw1mp8AfKQaqTejxjA@mail.gmail.com>
Subject: Re: A Bug related to ImageTk in Python on Cygwin
To: Ken Brown <kbrown@cornell.edu>
X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,
 SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
 server2.sourceware.org
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: Friedrich Romstedt via Cygwin <cygwin@cygwin.com>
Reply-To: Friedrich Romstedt <friedrichromstedt@gmail.com>
Cc: cygwin <cygwin@cygwin.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>

Am Di., 19. Okt. 2021 um 15:41 Uhr schrieb Ken Brown via Cygwin
<cygwin@cygwin.com>:
>
> On 10/19/2021 6:11 AM, Friedrich Romstedt via Cygwin wrote:
> > Some months ago (in August 2021) I tried using ImageTk in Python on
> > Cygwin and stumbled over a dysfunction.  To help tracking down the
> > issue I wrote up an HTML document and uploaded it to
> > https://github.com/friedrichromstedt/bughunting-02.  There is a
> > minimal Test Case included in this github repo.
> >
> > I updated my whole Cygwin installation just this moment and found the
> > behaviour unchanged with respect to what I've observed that time.
> >
> > Any pointer would be very much appreciated.
>
> This is a long shot, but I see that you use harfbuzz and freetype2.  An issue
> was just observed with the latest builds of those two packages:
>
>    https://cygwin.com/pipermail/cygwin/2021-October/249610.html

Okay, I'll try:

-   To downgrade harfbuzz and/or freetype2 if the Cygwin package
database allows to do so;

-   Remove the resp. devel packages and try to rebuild Pillow without them.

However, I most probably won't be able to do so before Thursday.

> I'm in the process of rebuilding them.  Please try again once the rebuilds are
> announced (probably later today).

If possible I'll try also to upgrade to your new versions (on Thursday).

Notice that my problem lasts since (at least) August 2021.

Best,
Friedrich

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