From unknown Thu Jun 19 14:06:08 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#50769 <50769@debbugs.gnu.org> To: bug#50769 <50769@debbugs.gnu.org> Subject: Status: [core-updates?] meson-build-system should set introspection=false automatically. Reply-To: bug#50769 <50769@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:06:08 +0000 retitle 50769 [core-updates?] meson-build-system should set introspection= =3Dfalse automatically. reassign 50769 guix submitter 50769 Maxime Devos severity 50769 normal tag 50769 easy thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 23 18:24:24 2021 Received: (at submit) by debbugs.gnu.org; 23 Sep 2021 22:24:24 +0000 Received: from localhost ([127.0.0.1]:56179 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTX8i-0004JD-JC for submit@debbugs.gnu.org; Thu, 23 Sep 2021 18:24:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:54074) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mTX8g-0004J3-FM for submit@debbugs.gnu.org; Thu, 23 Sep 2021 18:24:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55234) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mTX8f-0006ko-Th for bug-guix@gnu.org; Thu, 23 Sep 2021 18:24:22 -0400 Received: from baptiste.telenet-ops.be ([2a02:1800:120:4::f00:13]:51814) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mTX8d-00073U-Qz for bug-guix@gnu.org; Thu, 23 Sep 2021 18:24:21 -0400 Received: from ptr-bvsjgyjmffd7q9timvx.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:aaf1:9810:a0b8:a55d]) by baptiste.telenet-ops.be with bizsmtp id xaQE2500B0mfAB401aQEEJ; Fri, 24 Sep 2021 00:24:15 +0200 Message-ID: Subject: [core-updates?] meson-build-system should set introspection=false automatically. From: Maxime Devos To: bug-guix@gnu.org Date: Fri, 24 Sep 2021 00:23:59 +0200 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-k7Zrcu/erl/C70NyLnBO" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r21; t=1632435855; bh=rKuQn3HJ9PcFACy1SuZPlLbN6kwvcqsTifyStvt2a7o=; h=Subject:From:To:Date; b=IdcRKqz7xESZeVZoM9zjXUU5BPfNdgy0SAtXUcNSEes7RHnesJdpETxgju/nct3Bg 1ABCJhRoq/i5q1fHRxm6Itua9Oy0H35kCjTLTy6zfY4oDe9sJB9yxZIijPme0sItjX M4I0LuoJTchM3GFcS19tWNnU7gG/8VMaE1zJFQSjhO7qgBic89yLkTSBJHrMIE8BG5 eC2ZcK3FHe2YYYIF9CJyvI7cQY8qXf0jY/G32KJkW1s7TbFozuEFW1IPyUEpb7HNj8 pZzm84jO03CaYERe7XlaffOwpD9tYJFnm0IT87p/Koaq3lgJpRiMSt6DzDfczzKAZW OReHuZS8OLq6w== Received-SPF: pass client-ip=2a02:1800:120:4::f00:13; envelope-from=maximedevos@telenet.be; helo=baptiste.telenet-ops.be X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-k7Zrcu/erl/C70NyLnBO Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User: guix Usertags: meson User: maximed Usertags: things-to-clean-up-todo Tags: easy Hi guix, There is currently no method for cross-compiling gobject introspection data (see and follow-ups). As such, it i= s at times necessary to explicitely disable gobject-introspection data genera= tion. For meson-build-system, this can be done by setting introspection=3Dfalse o= r introspection_data=3Dfalse (possibly using 'disable' instead of 'false'.) = It would be nice to automate this. By inspecting meson.options it should be possibl= e to determine when this needs to be done, and whether 'disable' or 'false' shou= ld be used. I'll look into this myself eventually. Greetings, Maxime. --=-k7Zrcu/erl/C70NyLnBO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYUz+gBccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7qEnAQDQINsEgaF2w5+vaRn/O8MlXooK /m7+/8u4O4VSh0hhHQEAjTsZ9fysehkifXQ1OQEdM+6luZjCkPIBAGvinE7JvwU= =qij7 -----END PGP SIGNATURE----- --=-k7Zrcu/erl/C70NyLnBO--