emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54052: closed ([PATCH] gnu: cgdb: Add gdb to propagated-inputs)


From: GNU bug Tracking System
Subject: bug#54052: closed ([PATCH] gnu: cgdb: Add gdb to propagated-inputs)
Date: Sun, 06 Mar 2022 21:14:04 +0000

Your message dated Sun, 06 Mar 2022 22:13:44 +0100
with message-id <87v8wqkcmv.fsf_-_@gnu.org>
and subject line Re: bug#54052: [PATCH] gnu: cgdb: Add gdb to propagated-inputs
has caused the debbugs.gnu.org bug report #54052,
regarding [PATCH] gnu: cgdb: Add gdb to propagated-inputs
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54052: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54052
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#54052: [PATCH] gnu: cgdb: Add gdb to propagated-inputs Date: Sun, 06 Mar 2022 22:13:44 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi Chadwain,

Chadwain Holness <chadwainholness@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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]