GNU bug report logs - #54052
[PATCH] gnu: cgdb: Add gdb to propagated-inputs

Previous Next

Package: guix-patches;

Reported by: Chadwain Holness <chadwainholness <at> gmail.com>

Date: Fri, 18 Feb 2022 05:20:01 UTC

Severity: normal

Tags: moreinfo, patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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: Chadwain Holness <chadwainholness <at> gmail.com>
Subject: bug#54052: closed (Re: bug#54052: [PATCH] gnu: cgdb: Add gdb to
 propagated-inputs)
Date: Sun, 06 Mar 2022 21:14:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#54052: [PATCH] gnu: cgdb: Add gdb to propagated-inputs

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 54052 <at> debbugs.gnu.org.

-- 
54052: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54052
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Chadwain Holness <chadwainholness <at> gmail.com>
Cc: 54052-done <at> debbugs.gnu.org
Subject: Re: bug#54052: [PATCH] gnu: cgdb: Add gdb to propagated-inputs
Date: Sun, 06 Mar 2022 22:13:44 +0100
Hi Chadwain,

Chadwain Holness <chadwainholness <at> gmail.com> skribis:

> Hello Ludovic,
>
> I was able to compile cgdb natively and cross with the following patch.
>
> Cheers,
> Chadwain
>
> * gnu/packages/debug.scm (cgdb)[inputs]: Add gdb, bash-minimal
> [arguments]: Add phase to fix hardcoded gdb and sh paths
> Add configure flags for cross-compilation

Perfect, applied!

Thanks,
Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Chadwain Holness <chadwainholness <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Chadwain Holness <chadwainholness <at> gmail.com>
Subject: [PATCH] gnu: cgdb: Add gdb to propagated-inputs
Date: Fri, 18 Feb 2022 00:20:05 -0500
* gnu/packages/debug.scm (cgdb)[propagated-inputs]: Add gdb
---
 gnu/packages/debug.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 24d17d95b0..89629e4aca 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -763,6 +763,8 @@ (define-public cgdb
      (list ncurses readline))
     (native-inputs
      (list flex texinfo))
+    (propagated-inputs
+     (list gdb))
     (home-page "https://cgdb.github.io")
     (synopsis "Console front-end to the GNU debugger")
     (description
-- 
2.35.1




This bug report was last modified 3 years and 138 days ago.

Previous Next


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