GNU bug report logs - #67069
[PATCH] gnu: daikichi: fix cross-compilation.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Date: Sat, 11 Nov 2023 10:31:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67069 in the body.
You can then email your comments to 67069 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#67069; Package guix-patches. (Sat, 11 Nov 2023 10:31:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 11 Nov 2023 10:31:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: daikichi: fix cross-compilation.
Date: Sat, 11 Nov 2023 18:28:54 +0800
* gnu/packages/textutils.scm (daikichi): fix cross-compilation.
[inputs]: add diffutils.

Change-Id: I7e46a3f61a869c10f3491e1397232125ccf76149
---
 gnu/packages/toys.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm
index 21d5279e85..2fa47315c0 100644
--- a/gnu/packages/toys.scm
+++ b/gnu/packages/toys.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2019, 2022 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
 ;;; Copyright © 2020 Efraim Flashner <efraim <at> flashner.co.il>
 ;;; Copyright © 2021 Leo Famulari <leo <at> famulari.name>
+;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -70,6 +71,7 @@ (define-public daikichi
                       (search-input-file inputs
                                          (string-append "bin/" cmd)))))))))
     (inputs (list bash-minimal coreutils sed
+                  diffutils
                   fmt gmp))
     (native-inputs (list pkg-config))
     (home-page "https://gitlab.com/lilyp/daikichi")

base-commit: 61c527227ceebdad8da2d52214b253a48323cbb9
-- 
2.41.0





Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Sat, 25 Nov 2023 13:39:02 GMT) Full text and rfc822 format available.

Notification sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
bug acknowledged by developer. (Sat, 25 Nov 2023 13:39:02 GMT) Full text and rfc822 format available.

Message #10 received at 67069-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: 67069-done <at> debbugs.gnu.org
Subject: Re: [bug#67069] [PATCH] gnu: daikichi: fix cross-compilation.
Date: Sat, 25 Nov 2023 14:38:15 +0100
> * gnu/packages/textutils.scm (daikichi): fix cross-compilation.

Applied, thanks,

Mathieu




Information forwarded to guix-patches <at> gnu.org:
bug#67069; Package guix-patches. (Sat, 25 Nov 2023 22:20:02 GMT) Full text and rfc822 format available.

Message #13 received at 67069 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>, 67069 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: daikichi: fix cross-compilation.
Date: Sat, 25 Nov 2023 23:18:52 +0100
Am Samstag, dem 11.11.2023 um 18:28 +0800 schrieb Zheng Junjie:
> * gnu/packages/textutils.scm (daikichi): fix cross-compilation.
> [inputs]: add diffutils.
> 
> Change-Id: I7e46a3f61a869c10f3491e1397232125ccf76149
> ---
>  gnu/packages/toys.scm | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm
> index 21d5279e85..2fa47315c0 100644
> --- a/gnu/packages/toys.scm
> +++ b/gnu/packages/toys.scm
> @@ -5,6 +5,7 @@
>  ;;; Copyright © 2019, 2022 Liliana Marie Prikler
> <liliana.prikler <at> gmail.com>
>  ;;; Copyright © 2020 Efraim Flashner <efraim <at> flashner.co.il>
>  ;;; Copyright © 2021 Leo Famulari <leo <at> famulari.name>
> +;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -70,6 +71,7 @@ (define-public daikichi
>                        (search-input-file inputs
>                                           (string-append "bin/"
> cmd)))))))))
>      (inputs (list bash-minimal coreutils sed
> +                  diffutils
>                    fmt gmp))
>      (native-inputs (list pkg-config))
>      (home-page "https://gitlab.com/lilyp/daikichi")
I only noticed this now that it's been pushed, but are you sure that
inputs is correct?  As far as I know, diffutils are only used for the
tests, so it ought to be native-inputs, no?

Cheers




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 24 Dec 2023 12:24:14 GMT) Full text and rfc822 format available.

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

Previous Next


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