From unknown Wed Jun 18 23:13:17 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#44244 <44244@debbugs.gnu.org> To: bug#44244 <44244@debbugs.gnu.org> Subject: Status: meson build-system has no cross-compilation support Reply-To: bug#44244 <44244@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:13:17 +0000 retitle 44244 meson build-system has no cross-compilation support reassign 44244 guix submitter 44244 Danny Milosavljevic severity 44244 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 26 13:06:24 2020 Received: (at submit) by debbugs.gnu.org; 26 Oct 2020 17:06:24 +0000 Received: from localhost ([127.0.0.1]:41132 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kX5wu-0008Ub-Cz for submit@debbugs.gnu.org; Mon, 26 Oct 2020 13:06:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:36750) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kX5wq-0008UQ-OY for submit@debbugs.gnu.org; Mon, 26 Oct 2020 13:06:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45526) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kX5wq-0000ZS-Jd for bug-guix@gnu.org; Mon, 26 Oct 2020 13:06:20 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:40370) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kX5wo-0006dT-4p for bug-guix@gnu.org; Mon, 26 Oct 2020 13:06:20 -0400 Received: from localhost (80-110-126-103.cgn.dynamic.surfer.at [80.110.126.103]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 7ECDB33683AB for ; Mon, 26 Oct 2020 18:06:13 +0100 (CET) Date: Mon, 26 Oct 2020 18:06:09 +0100 From: Danny Milosavljevic To: Subject: meson build-system has no cross-compilation support Message-ID: <20201026180609.4d388040@scratchpost.org> X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/B_iTIgUVbBOK7uJKm790DIF"; protocol="application/pgp-signature"; micalg=pgp-sha512 Received-SPF: none client-ip=85.13.145.193; envelope-from=dannym@scratchpost.org; helo=dd26836.kasserver.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/26 13:06:13 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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: -3.3 (---) --Sig_/B_iTIgUVbBOK7uJKm790DIF Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi, meson build-system has no cross-compilation support. $ ./pre-inst-env guix build --target=3Darm-linux-gnuhf gobject-introspection guix build: error: /home/dannym/src/guix-master/guix/gnu/packages/glib.scm:= 419:2: gobject-introspection@1.62.0: build system `meson' does not support = cross builds I need that for debugging https://github.com/spk121/guile-gi/issues/96 . It would be really good if we had support for meson cross-builds. --Sig_/B_iTIgUVbBOK7uJKm790DIF Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl+XAgEACgkQ5xo1VCww uqUdSQgApfur4dMuIiqgbGqQToK1bYZQk2epuD+4sjH4VEDRRe+d9QwqbiaFleTr fr1xslrnDKQ9I2R8WpgW8FxwRokGbRWrc6EdlR/UKj79cY4jFFg/yOa177Zs4ZmG VrrSSW1JJegls3GpyBcdgia2WLCsprZ8xAhUQdqvge6Q0Awg4DdQNGqFQ4ynXYuR ujEpZRE3M2gMbR68XgdJiuvScqn8C5paWoPFodGZRANWldQDOObPI1TJ81esPHUH jjqo20A9rS1ArGqstJPBjbqVlIc3issj4MSLe4RXgxenP7BIYgFbJNw3PIojkIPx bCqahfwc6yInI4o2v7xKOp5mYA7PgQ== =9hvH -----END PGP SIGNATURE----- --Sig_/B_iTIgUVbBOK7uJKm790DIF-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 08 18:40:17 2022 Received: (at 44244-done) by debbugs.gnu.org; 8 Jan 2022 23:40:17 +0000 Received: from localhost ([127.0.0.1]:48940 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n6LJp-0006FD-6q for submit@debbugs.gnu.org; Sat, 08 Jan 2022 18:40:17 -0500 Received: from albert.telenet-ops.be ([195.130.137.90]:42194) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n6LJl-0006F0-EJ for 44244-done@debbugs.gnu.org; Sat, 08 Jan 2022 18:40:15 -0500 Received: from [172.20.10.5] ([213.132.158.202]) by albert.telenet-ops.be with bizsmtp id gPgA2600F4NHtyl06PgBGb; Sun, 09 Jan 2022 00:40:11 +0100 Message-ID: Subject: Re: meson build-system has no cross-compilation support From: Maxime Devos To: 44244-done@debbugs.gnu.org Date: Sat, 08 Jan 2022 23:40:04 +0000 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-1wA2ve5FseEpcLz8E1t9" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1641685211; bh=dWsuB7q/qGalmhD6KI5IX+xxV4R9j8KPkdw4ByHe950=; h=Subject:From:To:Date; b=Wduf7gFhr8OUpMyZHiLLxpY+I5wylu0PS+zyPiEcZwc1uWcGN99oMUgGujRAVYmqx kRSiXZCbWoK628hfDkvwFnWG+YZB0cHMB3U7EY6iMOuCMX0XnnI6HQHVy3mlb8L96K LYQoCDLZTEc35tPpr2j97k8gifsvY7VqvpysInEZgNIMCo9v0qv4VoNwnE+JZVUZLM NSloFIjVkqd5ayByaUDkwPUMtmb0oHD9hoY7evAfH81UzYFfH6XGgOp7zloAAjLPDc wmBgM9c6782O0+c2FmXqlHVh00sB4BhPw3hMiBtX7ywN0rzX274Omd3wUy2y6wHW+h GvEi1bo/h036w== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 44244-done 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: -1.7 (-) --=-1wA2ve5FseEpcLz8E1t9 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, In the current version of guix, meson supports cross builds! Closing. --=-1wA2ve5FseEpcLz8E1t9 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+4iGRcl7gUCYdog1BccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7rudAQCZWvoBqtdDgssSwCIWKgdlmgNV g5yTKJteJvOODktDkgEAjXl/XxqDyHq9W0Q59nvA+CYGfccJHgt3o5zTbXsyyQc= =7NpI -----END PGP SIGNATURE----- --=-1wA2ve5FseEpcLz8E1t9-- From unknown Wed Jun 18 23:13:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 06 Feb 2022 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator