GNU bug report logs - #74433
[PATCH] gnu: clang-runtime: Fix build for versions 10 and 11.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Tue, 19 Nov 2024 07:28:03 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: 74433 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>, 74433-done <at> debbugs.gnu.org
Subject: [bug#74433] [PATCH] gnu: clang-runtime: Fix build for versions 10 and 11.
Date: Wed, 20 Nov 2024 20:09:20 +0800
[Message part 1 (text/plain, inline)]
Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/llvm.scm (clang-runtime-from-llvm)[inputs]: Add
> libxcrypt for versions 10 and 11.
> ---
>  gnu/packages/llvm.scm | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
> index c6566a3339..e2b8b689ba 100644
> --- a/gnu/packages/llvm.scm
> +++ b/gnu/packages/llvm.scm
> @@ -170,6 +170,9 @@ (define* (clang-runtime-from-llvm llvm
>        (list llvm)
>        (if (version>=? version "15")
>            (list libffi)
> +          '())
> +      (if (member (version-major version) (list "10" "11"))
> +          (list libxcrypt)
>            '())))
>      (arguments
>       `(;; Don't use '-g' during the build to save space.

pushed, closing.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 238 days ago.

Previous Next


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