From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) by sourceware.org (Postfix) with ESMTPS id BEBC43858D28 for ; Fri, 22 Sep 2023 18:52:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BEBC43858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=posteo.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=posteo.de Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 40822240101 for ; Fri, 22 Sep 2023 20:51:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1695408719; bh=Oxj2ryTBHTHHamPSHb59TX8E/CpV58DASd9w9MV4JQE=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=WghW0S+Mn/s8CVad4PnOS1St1HkJUtYExJJtHMouo73GXNeeXZLNacUogGKpS/D6z AgXtVS9zltgBc4NievT9G4EGeQNK9o6Fhv9zjDNGQn9WRaKvu3miSEkDKVKyAcJDmg p2LgbrVPB9LO3DPHATAXr6ZbwJ86pmD3SrkjyxxUMmk7/Oh517XJuEdPV7JwsrOz1m 3eG6KI1fHKGLDmhi9e1lahRhVNRC430FsO1pJTr1yJUfPiXay64hyg4yX5GMPYqeQC +1fWGC5+Hv2UJ6fLH66XqNVEmsMHquRLkYeVs7q9NbxBhwdeYZnaB9My1vuePCXAC4 t38k7UkcDFViQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4RshFp3cYJz6v4W; Fri, 22 Sep 2023 20:51:57 +0200 (CEST) Date: Fri, 22 Sep 2023 20:51:49 +0200 From: Thomas Huth To: Takashi Yano Cc: hatari-devel@lists.tuxfamily.org, cygwin@cygwin.com Subject: Re: [hatari-devel] compilation failing for cygwin on cirrus CI Message-ID: <20230922205149.1a019b96@fedora> In-Reply-To: <20230916231836.bed03087e3296a8a70c27df5@nifty.ne.jp> References: <1c623fd6-7cd7-beaf-7ef3-a494d68ae04a@corp.free.fr> <20230916075352.74507b32@fedora> <20230916231836.bed03087e3296a8a70c27df5@nifty.ne.jp> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Am Sat, 16 Sep 2023 23:18:36 +0900 schrieb Takashi Yano : ... > Thanks for the report. I looked into this problem and found the cause. > I will release new SDL2 package where the issue has been fixed. Thank you very much for the quick fix! The Hatari CI pipeline is now working fine again: https://cirrus-ci.com/task/4529574676004864 Thomas