From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 01 11:57:14 2023 Received: (at submit) by debbugs.gnu.org; 1 Feb 2023 16:57:14 +0000 Received: from localhost ([127.0.0.1]:59718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pNGQ6-00042c-Hz for submit@debbugs.gnu.org; Wed, 01 Feb 2023 11:57:14 -0500 Received: from lists.gnu.org ([209.51.188.17]:35514) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pNGQ2-00042Q-Jd for submit@debbugs.gnu.org; Wed, 01 Feb 2023 11:57:13 -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 1pNGQ2-0008Lj-D4 for guix-patches@gnu.org; Wed, 01 Feb 2023 11:57:10 -0500 Received: from jpoiret.xyz ([206.189.101.64]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pNGQ1-0000el-13 for guix-patches@gnu.org; Wed, 01 Feb 2023 11:57:10 -0500 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id A490D184F0F; Wed, 1 Feb 2023 16:57:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1675270624; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=YkykmEb3kZhPLXqldxNoONuFOXAXN5xiCt3/4tE56h8=; b=M0iJr4HRSV+1Xe3WRLxyrEEDKO9PYLcf7MZsr92r1xlXtFCWmqmv8FDTx0j7VVqcDB79qY lgMsGMUHy3nqeKmDyUm8JetiYM4RC7kN1JQUtAsuz8zgtXuW7QLi2D2EEN+KHIGYUgGm68 JH0k0tZW0t8Bszlu+2yrNU05TadSDt4sc+m7xD0NLX++zEIle4kF4IuMyekIZfC9XCjHG7 ExNKrkvTRArN6kaB7n0rx44wZxKYtrFAfaV31UMd0alodOYufr5kZIdyD0odCUWobScrFD BdCH6zXq4tcxmEPnJNEcSlhaHN9VLyvFFPwR9d/72NCu7hESpvNko36Nu+smdw== From: Josselin Poiret To: guix-patches@gnu.org Subject: [PATCH] gnu: basu: Propagate libcap. Date: Wed, 1 Feb 2023 17:56:51 +0100 Message-Id: <29854884695de3d32b2fb8899e49282aaec74c9e.1675270507.git.dev@jpoiret.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spam-Level: **** X-Spamd-Bar: ++++ Received-SPF: pass client-ip=206.189.101.64; envelope-from=dev@jpoiret.xyz; helo=jpoiret.xyz X-Spam_score_int: 4 X-Spam_score: 0.4 X-Spam_bar: / X-Spam_report: (0.4 / 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, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.999, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_PDS_OTHER_BAD_TLD=0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.6 (/) X-Debbugs-Envelope-To: submit Cc: Josselin Poiret 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 (--) * gnu/packages/freedesktop.scm (basu): Propagate libcap so that pkg-config can find basu's dependency. --- This fixes mako not building, just like 61145 and 61191, but this should be the proper fix instead. Best, gnu/packages/freedesktop.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index a986c8c350..a7690e1092 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -827,7 +827,8 @@ (define-public basu (build-system meson-build-system) (native-inputs (list pkg-config python gperf)) - (inputs + (propagated-inputs + ;; Propagated because of pkg-config (list libcap)) (synopsis "The sd-bus library, extracted from systemd") (description "Some projects rely on the sd-bus library for DBus support. base-commit: 9d7a1e58f91889d5a5330d4bf9911102f2e66db9 -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 09 09:24:07 2023 Received: (at 61213-done) by debbugs.gnu.org; 9 Feb 2023 14:24:07 +0000 Received: from localhost ([127.0.0.1]:58042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQ7qI-0005ov-TW for submit@debbugs.gnu.org; Thu, 09 Feb 2023 09:24:07 -0500 Received: from mail1.fsfe.org ([217.69.89.151]:49276) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQ7qG-0005om-Bo for 61213-done@debbugs.gnu.org; Thu, 09 Feb 2023 09:24:05 -0500 From: Jelle Licht DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1675952642; 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=4LHlSc3zC6BxdgJqNaLj8vNH4aJDuQYsoR2Q4vXKYow=; b=R3rHmQE34UdeogH+hFyJXUVWo7+d2UhRLNjtSeuXke2JxjSwcGAoGp/qPChiA4nNcGMKbY ffuXly+8qRI++4UlnhJxRbrmuS4feNIkVz8q5SQSX5R5C6ebwqtcKLP4puC55MWiLrB+XI kfXZpKb4xZlQtAAjWpmAT50Y3xLstlY= To: 61213-done@debbugs.gnu.org Subject: Re: [bug#61213] [PATCH] gnu: basu: Propagate libcap. In-Reply-To: <29854884695de3d32b2fb8899e49282aaec74c9e.1675270507.git.dev@jpoiret.xyz> References: <29854884695de3d32b2fb8899e49282aaec74c9e.1675270507.git.dev@jpoiret.xyz> Date: Thu, 09 Feb 2023 15:24:01 +0100 Message-ID: <87bkm2kjcu.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61213-done Cc: Josselin Poiret 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 (-) Josselin Poiret via Guix-patches via writes: > * gnu/packages/freedesktop.scm (basu): Propagate libcap so that pkg-config can > find basu's dependency. > --- > > This fixes mako not building, just like 61145 and 61191, but this should be the > proper fix instead. > > Best, > > gnu/packages/freedesktop.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm > index a986c8c350..a7690e1092 100644 > --- a/gnu/packages/freedesktop.scm > +++ b/gnu/packages/freedesktop.scm > @@ -827,7 +827,8 @@ (define-public basu > (build-system meson-build-system) > (native-inputs > (list pkg-config python gperf)) > - (inputs > + (propagated-inputs > + ;; Propagated because of pkg-config > (list libcap)) > (synopsis "The sd-bus library, extracted from systemd") > (description "Some projects rely on the sd-bus library for DBus support. > > base-commit: 9d7a1e58f91889d5a5330d4bf9911102f2e66db9 > -- > 2.39.1 Thanks, applied to master! - Jelle From unknown Tue Jun 17 01:48:01 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:05 +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