From unknown Thu Jun 19 14:03:03 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#51953 <51953@debbugs.gnu.org> To: bug#51953 <51953@debbugs.gnu.org> Subject: Status: [PATCH core-updates-frozen 0/2] Fix wlroots build with Meson 0.60.0 Reply-To: bug#51953 <51953@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:03:03 +0000 retitle 51953 [PATCH core-updates-frozen 0/2] Fix wlroots build with Meson = 0.60.0 reassign 51953 guix-patches submitter 51953 Jack Hill severity 51953 normal tag 51953 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 18 11:43:46 2021 Received: (at submit) by debbugs.gnu.org; 18 Nov 2021 16:43:46 +0000 Received: from localhost ([127.0.0.1]:37008 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mnkVm-0000MZ-Mz for submit@debbugs.gnu.org; Thu, 18 Nov 2021 11:43:46 -0500 Received: from lists.gnu.org ([209.51.188.17]:34468) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mnkVj-0000MM-5a for submit@debbugs.gnu.org; Thu, 18 Nov 2021 11:43:45 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59428) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mnkVi-0006K1-Ux for guix-patches@gnu.org; Thu, 18 Nov 2021 11:43:42 -0500 Received: from minsky.hcoop.net ([104.248.1.95]:44514) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mnkVg-0000wa-UK for guix-patches@gnu.org; Thu, 18 Nov 2021 11:43:42 -0500 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mnkVg-00042n-3I for guix-patches@gnu.org; Thu, 18 Nov 2021 11:43:40 -0500 Date: Thu, 18 Nov 2021 11:43:39 -0500 (EST) From: Jack Hill X-X-Sender: jackhill@marsh.hcoop.net To: guix-patches@gnu.org Subject: [PATCH core-updates-frozen 0/2] Fix wlroots build with Meson 0.60.0 Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Received-SPF: pass client-ip=104.248.1.95; envelope-from=jackhill@jackhill.us; helo=minsky.hcoop.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) The build system now automatically detects which logind to use [0], and specifying the option is an error with Meson 0.60.0. [0] https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/30308e35fac0491ab777495e2ee7e472378d375a While I was modifying the package, I also updated its home-page to point to the new freedesktop.org location. Jack Hill (2): gnu: wlroots: Remove logind-provider configure option. gnu: wlroots: Update home page. gnu/packages/wm.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) -- 2.33.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 18 11:45:20 2021 Received: (at 51953) by debbugs.gnu.org; 18 Nov 2021 16:45:21 +0000 Received: from localhost ([127.0.0.1]:37018 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mnkXI-0000k0-Ih for submit@debbugs.gnu.org; Thu, 18 Nov 2021 11:45:20 -0500 Received: from minsky.hcoop.net ([104.248.1.95]:49028) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mnkXG-0000cs-O2 for 51953@debbugs.gnu.org; Thu, 18 Nov 2021 11:45:19 -0500 Received: from lib-its13.lib.duke.edu ([152.3.118.151] helo=localhost.localdomain) by minsky.hcoop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mnkXB-00048H-Dc for 51953@debbugs.gnu.org; Thu, 18 Nov 2021 11:45:13 -0500 From: Jack Hill To: 51953@debbugs.gnu.org Subject: [PATCH core-updates-frozen 1/2] gnu: wlroots: Remove logind-provider configure option. Date: Thu, 18 Nov 2021 11:44:58 -0500 Message-Id: <20211118164459.7871-1-jackhill@jackhill.us> X-Mailer: git-send-email 2.33.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51953 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.0 (-) * gnu/packages/wm.scm (wlroots)[arguments]: Remove #:configure-flags. --- gnu/packages/wm.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 7b7d04eb93..d3edfe3328 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1480,8 +1480,7 @@ (define-public wlroots (base32 "1sshp3lvlkl1i670kxhwsb4xzxl8raz6769kqvgmxzcb63ns9ay1")))) (build-system meson-build-system) (arguments - `(#:configure-flags '("-Dlogind-provider=elogind") - #:phases + '(#:phases (modify-phases %standard-phases (add-before 'configure 'hardcode-paths (lambda* (#:key inputs #:allow-other-keys) -- 2.33.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 18 11:45:21 2021 Received: (at 51953) by debbugs.gnu.org; 18 Nov 2021 16:45:21 +0000 Received: from localhost ([127.0.0.1]:37020 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mnkXI-0000kM-SJ for submit@debbugs.gnu.org; Thu, 18 Nov 2021 11:45:21 -0500 Received: from minsky.hcoop.net ([104.248.1.95]:49030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mnkXG-0000d3-SS for 51953@debbugs.gnu.org; Thu, 18 Nov 2021 11:45:19 -0500 Received: from lib-its13.lib.duke.edu ([152.3.118.151] helo=localhost.localdomain) by minsky.hcoop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mnkXB-00048H-Hv for 51953@debbugs.gnu.org; Thu, 18 Nov 2021 11:45:13 -0500 From: Jack Hill To: 51953@debbugs.gnu.org Subject: [PATCH core-updates-frozen 2/2] gnu: wlroots: Update home page. Date: Thu, 18 Nov 2021 11:44:59 -0500 Message-Id: <20211118164459.7871-2-jackhill@jackhill.us> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20211118164459.7871-1-jackhill@jackhill.us> References: <20211118164459.7871-1-jackhill@jackhill.us> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51953 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.0 (-) * gnu/packages/wm.scm (wlroots)[home-page]: Update it. --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index d3edfe3328..a9e13d1cd8 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1505,7 +1505,7 @@ (define-public wlroots ("xorg-server-xwayland" ,xorg-server-xwayland))) (native-inputs `(("pkg-config" ,pkg-config))) - (home-page "https://github.com/swaywm/wlroots") + (home-page "https://gitlab.freedesktop.org/wlroots/wlroots") (synopsis "Pluggable, composable, unopinionated modules for building a Wayland compositor") (description "wlroots is a set of pluggable, composable, unopinionated -- 2.33.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 18 12:23:00 2021 Received: (at 51953) by debbugs.gnu.org; 18 Nov 2021 17:23:00 +0000 Received: from localhost ([127.0.0.1]:37081 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mnl7k-00069l-0J for submit@debbugs.gnu.org; Thu, 18 Nov 2021 12:23:00 -0500 Received: from jpoiret.xyz ([206.189.101.64]:59236) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mnl7i-00069c-4d for 51953@debbugs.gnu.org; Thu, 18 Nov 2021 12:22:58 -0500 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id ECB20184C00; Thu, 18 Nov 2021 17:22:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1637256175; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=b2FgFDOcGeK9vufEB4jtm9QhV8mqYg7UNtm2MTtKE1A=; b=erulmlveb1voEm9RlyLFvvCTzJidRDkkl6W/EFEqvpKd0s7umlO0Vq+PKoZT+iiyhp0rP2 L3/rGvqpOXv+1WILhAb7mS/VufZrZLjHsn8SUcpZ+vPq3BEo/uv2nG9rhmPLhnejd6qHFy AhFCH27fSLm2dTYJ9/2NHxtxHh+GwoaBNdp2ExStcLyTX0PK3amHOdiwGZAXxFlzgKpvz1 JrbltAXKbNy8gI6kkCopZOVHLrUaJJDNX7BCosciKSKzrFmhx4f/eOafV1iT/5vLIGcfH6 DIQ/8okGAuFwN0iQyiqi82ob/kiCKp4x3ZVZJ444t0HBJsiggwTfMOxpRkga+A== From: Josselin Poiret To: Jack Hill , 51953@debbugs.gnu.org Subject: Re: [bug#51953] [PATCH core-updates-frozen 0/2] Fix wlroots build with Meson 0.60.0 In-Reply-To: References: Date: Thu, 18 Nov 2021 17:22:54 +0000 Message-ID: <87r1bdcr9t.fsf@jpoiret.xyz> MIME-Version: 1.0 Content-Type: text/plain X-Spamd-Bar: / Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Jack Hill writes: > The build system now automatically detects which logind to use [0], and > specifying the option is an error with Meson 0.60.0. > > [0] https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/30308e3 [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 51953 Cc: dev@jpoiret.xyz 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.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Jack Hill writes: > The build system now automatically detects which logind to use [0], and > specifying the option is an error with Meson 0.60.0. > > [0] https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/30308e3 [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: jpoiret.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager Jack Hill writes: > The build system now automatically detects which logind to use [0], and > specifying the option is an error with Meson 0.60.0. > > [0] https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/30308e35fac0491ab777495e2ee7e472378d375a elogind is no longer a dependency of wlroots because of https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/d50bbf0bbc49a9a8e010668cd357aba968ae884b included in 0.14. It is a dependency of seatd though, and it should be propagated because it is required by the pkg-config of seatd. Since you still specified elogind here, pkg-config was able to find it nonetheless but this isn't the proper way to do it. Best, Josselin Poiret From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 19 10:52:38 2021 Received: (at 51953-done) by debbugs.gnu.org; 19 Nov 2021 15:52:38 +0000 Received: from localhost ([127.0.0.1]:40386 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mo6Bq-0006bZ-7v for submit@debbugs.gnu.org; Fri, 19 Nov 2021 10:52:38 -0500 Received: from minsky.hcoop.net ([104.248.1.95]:59180) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mo6Bo-0006bE-Ki for 51953-done@debbugs.gnu.org; Fri, 19 Nov 2021 10:52:37 -0500 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mo6Bj-0004Yi-3j; Fri, 19 Nov 2021 10:52:31 -0500 Date: Fri, 19 Nov 2021 10:52:30 -0500 (EST) From: Jack Hill X-X-Sender: jackhill@marsh.hcoop.net To: Josselin Poiret Subject: Re: [bug#51953] [PATCH core-updates-frozen 0/2] Fix wlroots build with Meson 0.60.0 In-Reply-To: <87r1bdcr9t.fsf@jpoiret.xyz> Message-ID: References: <87r1bdcr9t.fsf@jpoiret.xyz> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51953-done Cc: 51953-done@debbugs.gnu.org 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.0 (-) On Thu, 18 Nov 2021, Josselin Poiret via Guix-patches via wrote: > Jack Hill writes: > >> The build system now automatically detects which logind to use [0], and >> specifying the option is an error with Meson 0.60.0. >> >> [0] https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/30308e35fac0491ab777495e2ee7e472378d375a > > elogind is no longer a dependency of wlroots because of > https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/d50bbf0bbc49a9a8e010668cd357aba968ae884b > included in 0.14. > > It is a dependency of seatd though, and it should be propagated because > it is required by the pkg-config of seatd. Since you still specified > elogind here, pkg-config was able to find it nonetheless but this isn't > the proper way to do it. Ah, thanks for pointing that out, and submitted the proper fix in #51972. I'm closing this issue. Best, Jack From unknown Thu Jun 19 14:03:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 18 Dec 2021 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