From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) by sourceware.org (Postfix) with ESMTPS id 7FA183858D39 for ; Tue, 19 Oct 2021 14:17:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7FA183858D39 Received: by mail-ed1-x533.google.com with SMTP id w19so13621239edd.2 for ; Tue, 19 Oct 2021 07:17:09 -0700 (PDT) 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: In-Reply-To: From: Friedrich Romstedt Date: Tue, 19 Oct 2021 16:15:22 +0200 Message-ID: Subject: Re: A Bug related to ImageTk in Python on Cygwin To: Ken Brown Cc: cygwin Content-Type: text/plain; charset="UTF-8" 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 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2021 14:17:10 -0000 Am Di., 19. Okt. 2021 um 15:41 Uhr schrieb Ken Brown via Cygwin : > > 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