From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 09 15:00:39 2024 Received: (at submit) by debbugs.gnu.org; 9 Feb 2024 20:00:39 +0000 Received: from localhost ([127.0.0.1]:34251 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYX38-0003Ic-VR for submit@debbugs.gnu.org; Fri, 09 Feb 2024 15:00:39 -0500 Received: from lists.gnu.org ([2001:470:142::17]:39214) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYX36-0003IB-5M for submit@debbugs.gnu.org; Fri, 09 Feb 2024 15:00:36 -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 1rYWNM-0000Nl-Sj for guix-patches@gnu.org; Fri, 09 Feb 2024 14:17:29 -0500 Received: from mail-4317.proton.ch ([185.70.43.17]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rYWNK-0006xu-0i for guix-patches@gnu.org; Fri, 09 Feb 2024 14:17:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1707506241; x=1707765441; bh=s9tJ0dJxJdbMR60fGg5zRoM0K6rll7h9XfRtTHzBjbQ=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=AZIkBvxXhQBAjaj17AAfXKbNRrLMxwINbwv5lt5wzU/jwoYVNHorf9ROc0pcdyTl9 eOcfac6zO8YpC7C21EW3W5WuUQfBSLhCOoeE8+KKBJkFHAm0WPWsjuxza0Eetai1S/ an8uy1oKQ0uoj/15Y0sHdsRGheav6pc4hdLKcB8NuqBE4iQiKFlSpQmamgBYmIrhv4 PhYAbchH9Z8i8Nh7VdpMGgkoXpM3sR9Kd5zyMXiyuUWXDAEL8fFqYR8He6foyFRkLm jmzsAgwbBoZSUz/e8b/GLjkh/c0tGN3Y80SIuxQP+44n8s07uacwYeZtNZfL79SBag 7qo55KrhFf1gQ== Date: Fri, 09 Feb 2024 19:17:15 +0000 To: guix-patches@gnu.org From: "Paul A. Patience" Subject: [PATCH 1/2] gnu: reproc: Enable reproc++. Message-ID: <0ff996d504ed3a3ff0eb1fdb1fb061e4a018baad.1707506182.git.paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.17; envelope-from=paul@apatience.com; helo=mail-4317.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: "Paul A. Patience" 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 (/) * gnu/packages/cpp.scm (reproc)[arguments]<#:configure-flags>: Add -DREPROC++=3DON. Change-Id: I2bf6c4c45df6a1ca5569ce1cf63c42905cc336d0 --- gnu/packages/cpp.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 62a1923571..785b001629 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1058,7 +1058,8 @@ (define-public reproc ;; No tests. `(#:tests? #f ;; Build the shared library instead of a static one. - #:configure-flags `("-DBUILD_SHARED_LIBS=3D1"))) + #:configure-flags `("-DBUILD_SHARED_LIBS=3D1" + "-DREPROC++=3DON"))) (native-inputs (list pkg-config)) (synopsis "Process IO library") base-commit: 570ef13a87bb54d3410c431700ba78316a2641e2 --=20 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 09 15:02:41 2024 Received: (at 69006) by debbugs.gnu.org; 9 Feb 2024 20:02:41 +0000 Received: from localhost ([127.0.0.1]:34367 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYX57-0003Nz-Ht for submit@debbugs.gnu.org; Fri, 09 Feb 2024 15:02:41 -0500 Received: from mail-4317.proton.ch ([185.70.43.17]:42417) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYX56-0003Ne-8Y for 69006@debbugs.gnu.org; Fri, 09 Feb 2024 15:02:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1707508938; x=1707768138; bh=d9vEI5x0ycNEjecHcTmBFRNzOLDPrH0Dlor8Aj3q8lk=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=avqk5FOAb/ws9o8aLWU/YoR89mSAG/zWtkllzlP3N47A7n4gL2MHg7R06MtD0A8H4 CTT169T72Cy6kX35UEz8NKTGyRNdkt9iFrfvkzMxJ0Ags8QvUXT/mir4KJIr/NR2xg SabicPfyu/Vm8DZJOcmB8RpyE0YQpVrmx/5YO2xdKhzeiMY6jgdXN4F+Q1rdd9vY7w 5UWY5bE/ixTmyN7fjkaayvsKvpit3hw05IyF3fcOnsigqBV75Uwj2EE/1e/G7+Eg3e ddQ2eRjO2sPzap9AkVP5cssnHQHj0AsgAbktucerTWwPO725bs0JQtsR/0EArHYSAV ov0s/LAqrUuow== Date: Fri, 09 Feb 2024 20:02:12 +0000 To: 69006@debbugs.gnu.org From: "Paul A. Patience" Subject: [PATCH 2/2] gnu: reproc: Improve package style. Message-ID: <54ce21a63b314e2bf13023b2df6f7e82e225f1bc.1707506182.git.paul@apatience.com> In-Reply-To: <0ff996d504ed3a3ff0eb1fdb1fb061e4a018baad.1707506182.git.paul@apatience.com> References: <0ff996d504ed3a3ff0eb1fdb1fb061e4a018baad.1707506182.git.paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 69006 Cc: "Paul A. Patience" 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/cpp.scm (reproc)[arguments]: Use G-expressions. <#:configure-flags>: Remove unnecessary comment and enable CMake variable with ON rather than 1. Change-Id: Ic5e6747e7978a40d1aab66b4c3634342736c0bcf --- gnu/packages/cpp.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 785b001629..4523ce2b04 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1055,11 +1055,9 @@ (define-public reproc (base32 "09xnf8hmld1fk8j33zwlz1qcxnjdx1ncbg62csic9va4m1wc2v1d"))= )) (build-system cmake-build-system) (arguments - ;; No tests. - `(#:tests? #f - ;; Build the shared library instead of a static one. - #:configure-flags `("-DBUILD_SHARED_LIBS=3D1" - "-DREPROC++=3DON"))) + (list #:tests? #f ; No tests. + #:configure-flags #~(list "-DBUILD_SHARED_LIBS=3DON" + "-DREPROC++=3DON"))) (native-inputs (list pkg-config)) (synopsis "Process IO library") --=20 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 01 01:26:10 2024 Received: (at 69006-done) by debbugs.gnu.org; 1 Mar 2024 06:26:10 +0000 Received: from localhost ([127.0.0.1]:35880 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rfwLS-0003z5-DV for submit@debbugs.gnu.org; Fri, 01 Mar 2024 01:26:10 -0500 Received: from mail.boiledscript.com ([144.168.59.46]:41816) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rfwLQ-0003yw-CJ for 69006-done@debbugs.gnu.org; Fri, 01 Mar 2024 01:26:08 -0500 Date: Fri, 01 Mar 2024 14:22:29 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=dkim; t=1709274319; 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=C0il/g8vEVbrWQ5xserGar9RHoxqjInsAenRjoc+SJE=; b=wsf0JvC14EG2p40wmK+LboY8uZjaB4ShEhl85FI0ArbUaGyZbDeQ+I25n1YV/JPDDQktZk kW7nZxijh1QBHnH4AybAq55wqvkm/7NI94kaaiqt2PtTaGEQC/kb8NV0GNsEaxIRXSMRGB mFJf7zU85ewmFTp0C73PzZhKpTlL4G2yyk1FdtbI2Nq77N/ae7fpkrHFqZIc4fBi3OVnMb BB/1wzULGOXWmQD+BEcy+JKmd+vSJQrGloOdUIADLSOa8rvd4eJSMWCVyhK2H4ZHEt24Dj xJYet/A8MOPlNfsuBxKqkx2TR7yJ8lSIm2+LI3mcOU38SmudWVPpsmI+kY1T5g== Authentication-Results: mail.boiledscript.com; auth=pass smtp.mailfrom=hako@ultrarare.space Message-ID: <87sf1a31zu.wl-hako@ultrarare.space> From: Hilton Chain To: "Paul A. Patience" Subject: Re: [bug#69006] [PATCH 1/2] gnu: reproc: Enable reproc++. In-Reply-To: <0ff996d504ed3a3ff0eb1fdb1fb061e4a018baad.1707506182.git.paul@apatience.com> References: <0ff996d504ed3a3ff0eb1fdb1fb061e4a018baad.1707506182.git.paul@apatience.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spamd-Bar: / X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 69006-done Cc: 69006-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 (-) Hi Paul, On Sat, 10 Feb 2024 03:17:15 +0800, Paul A. Patience wrote: > > * gnu/packages/cpp.scm (reproc)[arguments]<#:configure-flags>: Add > -DREPROC++=ON. > > Change-Id: I2bf6c4c45df6a1ca5569ce1cf63c42905cc336d0 > --- > gnu/packages/cpp.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Applied as b18c003c6908b6d7bc6d63ee4451b5b5cdb6f17c and a1bf3139a0eefef839542b330e36de824e6541a4, thank you! From unknown Sun Jun 22 17:14:42 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, 29 Mar 2024 11:24:07 +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