From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 14 May 2025 08:11:45 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uF5LF-005Pij-1Q for lore@lore.pengutronix.de; Wed, 14 May 2025 08:11:45 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uF5LA-00029E-0f; Wed, 14 May 2025 08:11:40 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uF5Hc-0005ol-Hc; Wed, 14 May 2025 08:08:00 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uF5Hb-002fBV-2M; Wed, 14 May 2025 08:08:00 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uF5Hc-0026U5-0P; Wed, 14 May 2025 08:08:00 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 14 May 2025 08:08:00 +0200 Message-Id: <20250514060800.501574-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250507113809.2818183-1-m.heidelberg@cab.de> References: <20250507113809.2818183-1-m.heidelberg@cab.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] host-python3-flit-core: select HOST_PYTHON3_ZLIB X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Markus Heidelberg Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 6aa3b170e38fbe32eb1a9b052a6d67bc5ec571a0. Michael [sent from post-receive hook] On Wed, 14 May 2025 08:08:00 +0200, Markus Heidelberg wrote: > When host-python3 was built before host-zlib, there is no zlib support. > > Fixes the following error when building the wheel from > build-host/flit_core-3.8.0: > > RuntimeError: Compression requires the (missing) zlib module > > Caused by this function invocation: > > zipfile.ZipFile(target_fp, 'w', compression=zipfile.ZIP_DEFLATED) > > Signed-off-by: Markus Heidelberg > Message-Id: <20250507113809.2818183-1-m.heidelberg@cab.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/host-python3-flit-core.in b/rules/host-python3-flit-core.in > index 21af4b5daa02..bf1ccb34f4b5 100644 > --- a/rules/host-python3-flit-core.in > +++ b/rules/host-python3-flit-core.in > @@ -4,3 +4,4 @@ config HOST_PYTHON3_FLIT_CORE > tristate > default y if ALLYES > select HOST_PYTHON3 > + select HOST_PYTHON3_ZLIB