From unknown Wed Sep 10 01:09:07 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#36386 <36386@debbugs.gnu.org> To: bug#36386 <36386@debbugs.gnu.org> Subject: Status: [PATCH] gnu: mesa: Fix detection of wayland-scanner pkg-config file. Reply-To: bug#36386 <36386@debbugs.gnu.org> Date: Wed, 10 Sep 2025 08:09:07 +0000 retitle 36386 [PATCH] gnu: mesa: Fix detection of wayland-scanner pkg-confi= g file. reassign 36386 guix-patches submitter 36386 Kei Kebreau severity 36386 normal tag 36386 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 25 21:54:02 2019 Received: (at submit) by debbugs.gnu.org; 26 Jun 2019 01:54:02 +0000 Received: from localhost ([127.0.0.1]:33957 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hfx8M-0007IT-1x for submit@debbugs.gnu.org; Tue, 25 Jun 2019 21:54:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:53038) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hfx8J-0007I4-Je for submit@debbugs.gnu.org; Tue, 25 Jun 2019 21:54:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45586) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hfx8I-0004CI-J0 for guix-patches@gnu.org; Tue, 25 Jun 2019 21:53:59 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hfx8H-0004zF-C6 for guix-patches@gnu.org; Tue, 25 Jun 2019 21:53:58 -0400 Received: from mout01.posteo.de ([185.67.36.65]:46192) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hfx8G-0004tA-O0 for guix-patches@gnu.org; Tue, 25 Jun 2019 21:53:57 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 2EE2516005D for ; Wed, 26 Jun 2019 03:53:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1561514034; bh=6GPRSH5Cr0KBdOo5J1Oq//1VyXl648bhRxeZ4KcrYAk=; h=From:To:Subject:Date:From; b=caULnlp9mRxnwM4bugEGa/sNNx5Xyvf7LR4NM/CiifhRudAaXidYK9zdSMvhqsWKR if3AhZFw2XuZImJZA0hf5Qbl1o9wkkezu0L1oPO2iO2nU+MnkZ097A3pAWTSz/p4Eh +b6IqUPLQCQ9v+6oBu0BrMS4WfjF5zPBLL9HsEwcd90aRzkuXJz/2PyBUnFDY+FB4s vSTtmQUv8AZAqTIm+Piel7fdJOLmkFelJVzGjZKPUbq9TC3qMDxQ8z4KURPALepF0r /YbXv+LfZh2G50MEhAlHvvQ7KG3cUnxFgLHXwZavcYju/otHDgj0JyTr3P7KaHOwA7 7dxw3h52yuCcQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 45YR01177Nz6tm6 for ; Wed, 26 Jun 2019 03:53:52 +0200 (CEST) From: Kei Kebreau To: guix-patches@gnu.org Subject: [PATCH] gnu: mesa: Fix detection of wayland-scanner pkg-config file. Date: Tue, 25 Jun 2019 21:53:44 -0400 Message-Id: <20190626015345.19432-1-kkebreau@posteo.net> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-Spam-Score: -1.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: -2.3 (--) This is a patch that enables mesa to build on my machine on the core-upda= tes branch as of June 25. Somehow, meson (the build system, not "mesa") fails= to detect wayland-scanner when the keyword argument "native" is set to true. Hopefully this change does not cause trouble with cross-building. From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 30 11:10:27 2019 Received: (at 36386-done) by debbugs.gnu.org; 30 Jun 2019 15:10:27 +0000 Received: from localhost ([127.0.0.1]:47113 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hhbTH-0005iT-4l for submit@debbugs.gnu.org; Sun, 30 Jun 2019 11:10:27 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:59537) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hhbTE-0005iF-RS for 36386-done@debbugs.gnu.org; Sun, 30 Jun 2019 11:10:25 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 8F03720EF7; Sun, 30 Jun 2019 11:10:19 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Sun, 30 Jun 2019 11:10:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm3; bh=9jyWc84ko8JkF949VlFzmty7CU ZTO7AxsaILAO8D1Rw=; b=PE9MT76+pWmA6YAR8AzfMB3iTGqXjElB6SUGRPw8et 7J8DBxTzVCDlqLN2zyPCYhbzRvNDY1xcDvWuzmzvsHxJFSR8R+wmrJDhJZYKIE5a k+Ez9BcFfirKD7LIWRqCnEQ7y7+NrZ6JQC/Q9RxTniO0lHwwNmy5cn7ITJgRx5LT dciUx5zamBYhelBPRTiq1fRo2sBaHT1ZIYGkvW8pcsaOr7m4EpcFuQ8pRaatI+3P qogPzyettinzWrGClOMur8Q7QlfLXwFUH31m+xOooFvl7Ehlqc8JiGFMOCaiWupZ aaE01IQfwFCmRL7C7imT0lBU9ASrU9iV2xINJXD4d+lg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=9jyWc8 4ko8JkF949VlFzmty7CUZTO7AxsaILAO8D1Rw=; b=NsVE4exk9NyBpoQpukvcmj 5fin6XbGhM/KI+h6WN1WtqEePOfjZ7NfMz5WR+F6oBz0Z26jNkoXHFT+Z8dwXqFd eIQIrw/gRPc/v7IBj9EupvJ7xliZOGaALHc8Vpi/PKSz/xAem8SLBBCUApfgReJM SOyo2TmO9RM7oKVHhN79xQY9DB7iRDdWf66fA97EI6qLNK4uOvup1SRitxau2Qz7 arYCn429gZMelEkACVMCnOHnrW0tguofQ015xmeYdc9uC3e92lKZNRyntLjELZDn QxDMNcMbfwW7oCMwt5oG91m8FMmHlJbA15tfx+ocb/pjriXExwXOqEgllhpr6xSA == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrvdeggdekhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffujghffgffkfggtgesghdtreertdertdenucfhrhhomhepofgrrhhiuhhs uceurghkkhgvuceomhgsrghkkhgvsehfrghsthhmrghilhdrtghomheqnecuffhomhgrih hnpehgihhthhhusgdrtghomhenucfkphepiedvrdduiedrvddviedrudegtdenucfrrghr rghmpehmrghilhhfrhhomhepmhgsrghkkhgvsehfrghsthhmrghilhdrtghomhenucevlh hushhtvghrufhiiigvpedt X-ME-Proxy: Received: from localhost (140.226.16.62.customer.cdi.no [62.16.226.140]) by mail.messagingengine.com (Postfix) with ESMTPA id BDC44380076; Sun, 30 Jun 2019 11:10:18 -0400 (EDT) From: Marius Bakke To: Kei Kebreau , 36386-done@debbugs.gnu.org Subject: Re: [bug#36386] [PATCH] gnu: mesa: Fix detection of wayland-scanner pkg-config file. In-Reply-To: <20190626015345.19432-1-kkebreau@posteo.net> References: <20190626015345.19432-1-kkebreau@posteo.net> User-Agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.2 (x86_64-pc-linux-gnu) Date: Sun, 30 Jun 2019 17:10:16 +0200 Message-ID: <87muhzun1j.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 36386-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 (-) --=-=-= Content-Type: text/plain Kei Kebreau writes: > This is a patch that enables mesa to build on my machine on the core-updates > branch as of June 25. Somehow, meson (the build system, not "mesa") fails to > detect wayland-scanner when the keyword argument "native" is set to true. > Hopefully this change does not cause trouble with cross-building. This is due to a regression in Meson 0.51: I reverted the upgrade for now, in commit fd3594bf3881fb8d4c04f76db0f1a9cbd5fae871. Thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl0Y0NgACgkQoqBt8qM6 VProSgf9FvBw2tFj2F+z1sM+8fQFCk/lgBvYJd4qZn+fzL6NsNTeEtku7LUf7n1h 74r6xVkdvBBJPmuMlILq1i0izsSCPO5yploglB4EH6pkM7R2io3N1lEuEicsXMY1 3uomF5Z3GRg53ZPeTCZRL0GyUU5UcxuFJrGfps0i7eYUr5NoC7RHDBi5ILTqcvrP WFnr6c+AXERoiiJB/OJ6VsrGPCL1PIYdbyQ11y5hZrU2yTKWb6JbQm9EuCjYQw+h wa3T+pXzGWvAERydkXMPl9CQNm7+LwPOyDZhV+TZGA0R2FESrx3yE8JticPSf0ck pRo2SGsek9U+hc/DnI63ToyVX7Jv0w== =+Y4W -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Sep 10 01:09:07 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 29 Jul 2019 11: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