[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: cross-base: Add libc/hurd.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: cross-base: Add libc/hurd. |
Date: |
Thu, 30 Oct 2014 00:04:47 +0100 |
User-agent: |
Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) |
Manolis Ragkousis <address@hidden> skribis:
> From 66df601071d093c5532dec4c1ff55beb141a53d1 Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis <address@hidden>
> Date: Sun, 26 Oct 2014 11:29:41 +0000
> Subject: [PATCH] gnu: cross-base: Add libc/hurd.
>
> * gnu/packages/cross-base.scm (cross-libc/hurd): New variable.
Apologies for the loooong delay again!
I’ve applied it locally on wip-hurd, but we’re missing a bit I think:
--8<---------------cut here---------------start------------->8---
$ ./pre-inst-env guix build -e '((@@ (gnu packages cross-base) cross-libc/hurd)
"i686-gnu")'
[...]
ERROR: dynamic linker name not known for this system "i686-gnu"
--8<---------------cut here---------------end--------------->8---
Or did you test it differently?
It’s a great start, but I wonder how we could eventually reduce
duplication between ‘cross-libc’ and ‘cross-libc/hurd’.
Thanks,
Ludo’.