GNU bug report logs - #69006
[PATCH 1/2] gnu: reproc: Enable reproc++.

Previous Next

Package: guix-patches;

Reported by: "Paul A. Patience" <paul <at> apatience.com>

Date: Fri, 9 Feb 2024 20:01:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Paul A. Patience" <paul <at> apatience.com>
Subject: bug#69006: closed (Re: [bug#69006] [PATCH 1/2] gnu: reproc:
 Enable reproc++.)
Date: Fri, 01 Mar 2024 06:27:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#69006: [PATCH 1/2] gnu: reproc: Enable reproc++.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 69006 <at> debbugs.gnu.org.

-- 
69006: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69006
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: "Paul A. Patience" <paul <at> apatience.com>
Cc: 69006-done <at> debbugs.gnu.org
Subject: Re: [bug#69006] [PATCH 1/2] gnu: reproc: Enable reproc++.
Date: Fri, 01 Mar 2024 14:22:29 +0800
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!

[Message part 3 (message/rfc822, inline)]
From: "Paul A. Patience" <paul <at> apatience.com>
To: guix-patches <at> gnu.org
Cc: "Paul A. Patience" <paul <at> apatience.com>
Subject: [PATCH 1/2] gnu: reproc: Enable reproc++.
Date: Fri, 09 Feb 2024 19:17:15 +0000
* 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(-)

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=1")))
+      #:configure-flags `("-DBUILD_SHARED_LIBS=1"
+                          "-DREPROC++=ON")))
    (native-inputs
     (list pkg-config))
    (synopsis "Process IO library")

base-commit: 570ef13a87bb54d3410c431700ba78316a2641e2
-- 
2.41.0





This bug report was last modified 1 year and 85 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.