GNU bug report logs -
#28667
[PATCH] gnu: cflow: Fix preprocess option.
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Mon, 2 Oct 2017 05:08:02 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 03 Oct 2017 15:35:12 +0200
with message-id <87h8vg5p7z.fsf <at> gnu.org>
and subject line Re: [bug#28667] [PATCH] gnu: cflow: Fix preprocess option.
has caused the debbugs.gnu.org bug report #28667,
regarding [PATCH] gnu: cflow: Fix preprocess option.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
28667: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28667
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[0001-gnu-cflow-Fix-preprocess-option.patch (text/x-patch, inline)]
From c2a8265ecb4e52b4447f75112dace21ed5ccc12a Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Mon, 2 Oct 2017 07:38:09 +0300
Subject: [PATCH] gnu: cflow: Fix preprocess option.
* gnu/packages/code.scm (cflow): Fix preprocess option.
---
gnu/packages/code.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 6e04739f6..819c3e8d4 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -58,7 +58,12 @@
;; Needed to have cflow-mode.el installed.
(native-inputs `(("emacs" ,emacs-minimal)))
-
+ (propagated-inputs `(("gcc" ,gcc-7)))
+ (arguments
+ '(#:configure-flags (list (string-append "CPPFLAGS="
+ "-D" "CFLOW_PREPROC=\\\""
+ (assoc-ref %build-inputs "gcc")
+ "/bin/cpp\\\""))))
(home-page "https://www.gnu.org/software/cflow/")
(synopsis "Create a graph of control flow within a program")
(description
--
2.14.2
[Message part 4 (message/rfc822, inline)]
Oleg Pykhalov <go.wigust <at> gmail.com> skribis:
> From c2a8265ecb4e52b4447f75112dace21ed5ccc12a Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <go.wigust <at> gmail.com>
> Date: Mon, 2 Oct 2017 07:38:09 +0300
> Subject: [PATCH] gnu: cflow: Fix preprocess option.
>
> * gnu/packages/code.scm (cflow): Fix preprocess option.
> ---
> gnu/packages/code.scm | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
> index 6e04739f6..819c3e8d4 100644
> --- a/gnu/packages/code.scm
> +++ b/gnu/packages/code.scm
> @@ -58,7 +58,12 @@
>
> ;; Needed to have cflow-mode.el installed.
> (native-inputs `(("emacs" ,emacs-minimal)))
> -
> + (propagated-inputs `(("gcc" ,gcc-7)))
> + (arguments
> + '(#:configure-flags (list (string-append "CPPFLAGS="
> + "-D" "CFLOW_PREPROC=\\\""
> + (assoc-ref %build-inputs "gcc")
> + "/bin/cpp\\\""))))
Applied without the ‘propagated-inputs’, which is unnecessary, as you
hinted. :-)
Thanks!
Ludo’.
This bug report was last modified 7 years and 295 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.