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 40DE3158041 for ; Tue, 26 Mar 2024 16:51:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76190E2AB4; Tue, 26 Mar 2024 16:51:48 +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 2DF89E2AAF for ; Tue, 26 Mar 2024 16:51:48 +0000 (UTC) Message-ID: <8800cc9d191aebeb15604c42087cd5cf9dcad819.camel@gentoo.org> Subject: Re: [gentoo-dev] [PATCH 2/2] sys-apps/systemd-utils: add workaround for no-multilib From: =?UTF-8?Q?Micha=C5=82_G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: Mike Gilbert Date: Tue, 26 Mar 2024 17:51:42 +0100 In-Reply-To: <20240326150152.1932785-2-floppym@gentoo.org> References: <20240326150152.1932785-1-floppym@gentoo.org> <20240326150152.1932785-2-floppym@gentoo.org> Organization: Gentoo Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-TKZFzRZd8yZ809mKiVws" User-Agent: Evolution 3.50.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: 14384cf9-888d-4be0-b4e3-1324705a6eee X-Archives-Hash: f2a360906aadaf8563ce55775c848cf1 --=-TKZFzRZd8yZ809mKiVws Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, 2024-03-26 at 11:01 -0400, Mike Gilbert wrote: > meson.build has some logic to build ia32 EFI binaries on x86_64 if the > toolchain is compatible. Rather than trying to reproduce this logic in > the ebuild, just try to build it and ignore any failures. >=20 > If meson.build actually defines the targets but we have some other > compile error, this will move the failure to the install phase instead. >=20 That's not a correct use of nonfatal. It is supposed to be used to provide customized error handling (e.g. cleanup step before dying), not a cheap way to ignore errors. --=20 Best regards, Micha=C5=82 G=C3=B3rny --=-TKZFzRZd8yZ809mKiVws Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- iQFGBAABCgAwFiEEx2qEUJQJjSjMiybFY5ra4jKeJA4FAmYC/R4SHG1nb3JueUBn ZW50b28ub3JnAAoJEGOa2uIyniQOk0sIALD3o0/voKNgxwx0BbMNId54rAdNTL+H VXWrRDv7WDZPaltjrJ2goSKuVDmk9ChXNVEhLIeDL2xtAawo9DvWuWMGSsSdDClz z2j7qrQ5ix6jp/K6KzjpVFOdHGMUCGGeOOX2cbEK6HhThENDZ4a8lZhgbeGszW8S F9WtnxJmYnONsY3bnR9PVoOKnRLHA8+7dcYZn6WCyu0Rykp0nvjyInhO7lpVMUJR TALG3VxNnAC2DgcoqgwhYTtTFlaLhzp84BOGT9knABeH7ZPSHSESeKcgwZW2Xr6P MzKwQSzW33PYDt9+qEzRLsKyvshL/9EJLOswiO7UIhkvP+9RFtD78Ys= =T/4F -----END PGP SIGNATURE----- --=-TKZFzRZd8yZ809mKiVws--