guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: base: Add glibc-hurd and hurd-minimal.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: base: Add glibc-hurd and hurd-minimal.
Date: Fri, 01 May 2015 16:59:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Manolis Ragkousis <address@hidden> skribis:

> From 64754ff26105d1581d70ec1432c7d8a3cbdf23ab Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis <address@hidden>
> Date: Sat, 27 Sep 2014 20:07:19 +0300
> Subject: [PATCH] gnu: base: Add glibc-hurd and hurd-minimal.
> MIME-Version: 1.0
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
>
> * gnu/packages/base.scm (glibc/hurd, glibc/hurd-headers): New variables.
> * gnu/packages/hurd.scm (hurd-minimal): New variable.
> * gnu/packages/patches/glibc-hurd-extern-inline.patch: New file.
> * gnu/packages/patches/libpthread-glibc-preparation.patch: New file.
> * gnu/packages/patches/hurd-minimal.patch: New file.
> * gnu-system.am (dist_patch_DATA): Add them.

[...]

> +(define-public hurd-minimal
> +  (package
> +    (name "hurd-minimal")
> +    (version "0.5")
> +    (source
> +     (origin
> +       (method git-fetch)
> +       (uri (git-reference
> +             (url "git://git.savannah.gnu.org/hurd/hurd")
> +             (commit "a5ca1de1eb575294dbc865a2c4ff643efc117ef4")))
> +       (sha256
> +        (base32
> +         "17vqdlpy1ifw4ijhc3ydkp8p5d406c7aq4ghpmg4a1h1wlwy32kr"))
> +       (file-name (string-append name "-" version))
> +       (patches (list (search-patch "hurd-minimal.patch")))))

Could you use hurd-0.6.tar.gz instead, and adjust the ‘version’ field
accordingly?

Perhaps hurd-minimal.patch is probably no longer needed, is it?
The clnt_create issue could be worked around, I think, by passing
“ac_cv_search_clnt_create=no” as a configure flag.

Could you update the patch accordingly?

Thanks,
Ludo’.



reply via email to

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