From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42EAB158020 for ; Sat, 19 Nov 2022 10:11:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5394E0922; Sat, 19 Nov 2022 10:11:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 819DAE091D for ; Sat, 19 Nov 2022 10:11:06 +0000 (UTC) Message-ID: Subject: Re: [gentoo-dev] [PATCH 4/4] waf-utils.eclass: set PYTHONHASHSEED environment variable From: =?UTF-8?Q?Micha=C5=82_G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: Matthew Smith Date: Sat, 19 Nov 2022 11:11:00 +0100 In-Reply-To: <20221119092358.280588-5-matthew@gentoo.org> References: <20221119092358.280588-1-matthew@gentoo.org> <20221119092358.280588-5-matthew@gentoo.org> Organization: Gentoo Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.44.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 X-Archives-Salt: fdd2f9b5-33f7-4462-a0d1-cf58253c8f98 X-Archives-Hash: e0ff90c8dfc36a48f7f5704407c56cb5 On Sat, 2022-11-19 at 09:23 +0000, Matthew Smith wrote: > waf relies on Python set order, so let's make it consistent to avoid > brittle builds. >=20 > Added into existing phase functions instead of pkg_setup to retain > compatibility with existing ebuilds. >=20 Normally I'd say that avoiding build system bugs like this goes against Gentoo principles but given this is waf... --=20 Best regards, Micha=C5=82 G=C3=B3rny