GNU bug report logs - #54561
[PATCH 0/4] Add service declarations for Samba

Previous Next

Package: guix-patches;

Reported by: Simon Streit <simon <at> netpanic.org>

Date: Fri, 25 Mar 2022 08:49:01 UTC

Severity: normal

Tags: patch

Done: Lars-Dominik Braun <lars <at> 6xq.net>

Bug is archived. No further changes may be made.

Full log


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

From: fesoj000 <fesoj000 <at> gmail.com>
To: 54561 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: libdaemon: fix build for riscv64
Date: Sun, 27 Mar 2022 21:23:27 +0200
please ignore this email, send to the wrong issue number.

On 3/27/22 9:22 PM, fesoj000 wrote:
> * gnu/packages/libdaemon.scm: (native-inputs): Add check for riscv64 to
> include config
> * gnu/packages/libdaemon.scm: (arguments): Add check for riscv64 to add
> update-config.sub build step
> ---
>   gnu/packages/libdaemon.scm | 6 ++++--
>   1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/libdaemon.scm b/gnu/packages/libdaemon.scm
> index 9dc851e823..e91b651e5a 100644
> --- a/gnu/packages/libdaemon.scm
> +++ b/gnu/packages/libdaemon.scm
> @@ -49,7 +49,8 @@ (define-public libdaemon
>                (file-name (string-append name "-" version ".tar.gz"))))
>       (build-system gnu-build-system)
>       (native-inputs
> -     (if (and=> (%current-target-system) target-aarch64?)
> +     (if (or (target-aarch64?)
> +             (target-riscv64?))
>            `(("config" ,config)) ; for config.sub
>            '()))
>       (arguments
> @@ -66,7 +67,8 @@ (define-public libdaemon
>                                          ;; Hurd's console client.
>                                          "--localstatedir=/var"))
>                '())
> -       ,@(if (and=> (%current-target-system) target-aarch64?)
> +       ,@(if (or (target-aarch64?)
> +                 (target-riscv64?))
>                `(#:phases
>                  (modify-phases %standard-phases
>                    (add-before 'configure 'update-config.sub




This bug report was last modified 2 years and 235 days ago.

Previous Next


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