From unknown Tue Jun 24 05:09:15 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#61145 <61145@debbugs.gnu.org> To: bug#61145 <61145@debbugs.gnu.org> Subject: Status: [PATCH] Added libcap to the native inputs of mako. Reply-To: bug#61145 <61145@debbugs.gnu.org> Date: Tue, 24 Jun 2025 12:09:15 +0000 retitle 61145 [PATCH] Added libcap to the native inputs of mako. reassign 61145 guix-patches submitter 61145 Samuel Fadel severity 61145 normal tag 61145 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 29 06:17:55 2023 Received: (at submit) by debbugs.gnu.org; 29 Jan 2023 11:17:55 +0000 Received: from localhost ([127.0.0.1]:42348 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pM5h5-0006M5-2W for submit@debbugs.gnu.org; Sun, 29 Jan 2023 06:17:55 -0500 Received: from lists.gnu.org ([209.51.188.17]:59414) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pM5h2-0006Lw-W9 for submit@debbugs.gnu.org; Sun, 29 Jan 2023 06:17:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pM5h1-0006p2-Ta for guix-patches@gnu.org; Sun, 29 Jan 2023 06:17:52 -0500 Received: from mout-p-202.mailbox.org ([2001:67c:2050:0:465::202]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1pM5gz-00063W-Ti for guix-patches@gnu.org; Sun, 29 Jan 2023 06:17:51 -0500 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4P4TLY2rY3z9sTL; Sun, 29 Jan 2023 12:17:41 +0100 (CET) From: Samuel Fadel To: guix-patches@gnu.org Subject: [PATCH] Added libcap to the native inputs of mako. Date: Sun, 29 Jan 2023 12:15:22 +0100 Message-Id: <20230129111521.24921-1-samuel@nihil.ws> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4P4TLY2rY3z9sTL Received-SPF: none client-ip=2001:67c:2050:0:465::202; envelope-from=samuel@nihil.ws; helo=mout-p-202.mailbox.org 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 Cc: Samuel Fadel 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 (---) Hi Guix, I have prepared this patch to fix the build of mako 1.7.1. Here is the failed build log: http://ci.guix.gnu.org/build/370206/details I'm not sure if this is the correct way to address this issue, but in my local tests it fixes the build. Samuel *** This allows pkg-config to detect libcap during the build of mako. This is used by meson to generate cargs for basu (a dependency of mako), which in turn needs libcap. * gnu/packages/wm.scm (mako)[native-inputs]: Added libcap --- 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 2fd70af07f..f17bc0af3f 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1858,7 +1858,7 @@ (define-public mako (search-input-file inputs "bin/jq") " ")))))))) (inputs (list basu cairo gdk-pixbuf jq pango wayland)) - (native-inputs (list pkg-config scdoc wayland-protocols)) + (native-inputs (list libcap pkg-config scdoc wayland-protocols)) (home-page "https://wayland.emersion.fr/mako") (synopsis "Lightweight Wayland notification daemon") (description "Mako is a lightweight notification daemon for Wayland -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 31 13:06:30 2023 Received: (at 61145) by debbugs.gnu.org; 31 Jan 2023 18:06:30 +0000 Received: from localhost ([127.0.0.1]:54965 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pMv1a-00075E-4O for submit@debbugs.gnu.org; Tue, 31 Jan 2023 13:06:30 -0500 Received: from mailout1.rbg.tum.de ([131.159.0.201]:45523) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pMv1X-00074z-LD; Tue, 31 Jan 2023 13:06:28 -0500 Received: from mailrelay1.rbg.tum.de (mailrelay1.in.tum.de [IPv6:2a09:80c0:254::14]) by mailout1.rbg.tum.de (Postfix) with ESMTPS id 8508895; Tue, 31 Jan 2023 19:06:21 +0100 (CET) Received: by mailrelay1.rbg.tum.de (Postfix, from userid 112) id 7FD4019F; Tue, 31 Jan 2023 19:06:21 +0100 (CET) Received: from mailrelay1.rbg.tum.de (localhost [127.0.0.1]) by mailrelay1.rbg.tum.de (Postfix) with ESMTP id B415B19E; Tue, 31 Jan 2023 19:06:19 +0100 (CET) Received: from mail.net.in.tum.de (mail.net.in.tum.de [IPv6:2001:4ca0:2001:14:216:3eff:fe52:ed14]) by mailrelay1.rbg.tum.de (Postfix) with ESMTP id AEF1318D; Tue, 31 Jan 2023 19:06:19 +0100 (CET) Received: from borderline.net.in.tum.de (borderline.net.in.tum.de [IPv6:2001:4ca0:2001:11:ec4:7aff:fe06:81cb]) by mail.net.in.tum.de (Postfix) with ESMTPS id 897162830880; Tue, 31 Jan 2023 19:06:19 +0100 (CET) From: itd@net.in.tum.de To: 61191@debbugs.gnu.org, 61145@debbugs.gnu.org Subject: make & libcap Date: Tue, 31 Jan 2023 19:06:18 +0100 Message-ID: <874js6zihx.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61145 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 (-) Hi, these two patches (61145, 61191) seem to address the same issue. (But I'm not sure libcap should be in input or in native-inputs. Both versions build here.) Best regards itd From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 01 12:15:15 2023 Received: (at 61145) by debbugs.gnu.org; 1 Feb 2023 17:15:16 +0000 Received: from localhost ([127.0.0.1]:59735 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pNGhX-0004YX-IX for submit@debbugs.gnu.org; Wed, 01 Feb 2023 12:15:15 -0500 Received: from jpoiret.xyz ([206.189.101.64]:58358) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pNGhV-0004YJ-CO; Wed, 01 Feb 2023 12:15:14 -0500 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id 2483818531B; Wed, 1 Feb 2023 17:15:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1675271709; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=sW1sdXH5E5h7dZzTbxn42jpcD5lDW7vHFn3CXKuji/M=; b=SD6u3wuECT2IrMs9XvWgo0JcHwsQgX9qt1BQOUpK6Iwrj+gwacLHFAvlRS4Lgg5YCTDRfY +exzpjdWrtAgE3KrdZPx0U9NJtF+iDrJoLOm4ZRvFgSZi/0OpT/yMXd5Xd4BaiyUGAq28N KqiWgZX5eX8Z0SSyQXjE/g5RFm7mYh9paw+m/uKYin67TrNl/kNNDasWCNSLYGh2JKgQ9M yUOu38eNqA2LFKjDuiZ1IFMqynN+sRJIbgN69HQ/RSYVNkoB1aWls76sRVyfRixQ4A83nf V0K3UHDVrBZ78vPRFDo/latajGKH05LfC0+Pfb5ow3ZGRb0k1ooPgkIWqN3mtg== From: Josselin Poiret To: itd@net.in.tum.de, 61191@debbugs.gnu.org, 61145@debbugs.gnu.org Subject: Re: [bug#61145] make & libcap In-Reply-To: <874js6zihx.fsf@localhost> References: <20230129111521.24921-1-samuel@nihil.ws> <874js6zihx.fsf@localhost> Date: Wed, 01 Feb 2023 18:15:08 +0100 Message-ID: <87cz6tb943.fsf@jpoiret.xyz> MIME-Version: 1.0 Content-Type: text/plain Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spamd-Bar: / X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61145 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: 0.0 (/) Hi, itd@net.in.tum.de writes: > Hi, > > these two patches (61145, 61191) seem to address the same issue. (But > I'm not sure libcap should be in input or in native-inputs. Both > versions build here.) Just to add one more patch to the list, I just sent [1] which should be the "proper fix", propagating libcap from basu itself. [1] https://issues.guix.gnu.org/61213 (29854884695de3d32b2fb8899e49282aaec74c9e.1675270507.git.dev@jpoiret.xyz) Best, -- Josselin Poiret From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 09 09:29:05 2023 Received: (at 61145-close) by debbugs.gnu.org; 9 Feb 2023 14:29:05 +0000 Received: from localhost ([127.0.0.1]:58057 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQ7v7-0005wF-95 for submit@debbugs.gnu.org; Thu, 09 Feb 2023 09:29:05 -0500 Received: from mail1.fsfe.org ([217.69.89.151]:44472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQ7v5-0005w1-C0; Thu, 09 Feb 2023 09:29:03 -0500 From: Jelle Licht DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1675952941; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: references:references; bh=RBwY9tbbom0VMPwLZnUC1EwSzolRXm1A6XWCbkkN9HM=; b=StInFn2UNqqzGJA/U/McAfDkH5NNpVdBFxSY2Tu8EBrzpNqF0JJQlNhsISCmAL9Ns32kCq vKe+iyd1KxW9gNpghyaQ9zrAlIgdpvcpUQGCkcmqwLlE1PziKguz8dEAW24QfrebxnCqoo enzFXFenMbMFDVMTmfWIHCOO4drLfW0= To: 61191-close@debbugs.gnu.org, 61145-close@debbugs.gnu.org, 61262-close@debbugs.gnu.org Subject: Mako build fixed References: <20230129111521.24921-1-samuel@nihil.ws> Date: Thu, 09 Feb 2023 15:29:00 +0100 Message-ID: <878rh6kj4j.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61145-close 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 (-) I went ahead and pushed the solution posted with issue #61213 to master, but thanks everyone and anyone who {reported,fixed} this issue! - Jelle From unknown Tue Jun 24 05:09:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 10 Mar 2023 12:24:08 +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