Manolis Ragkousis <manolis...@gmail.com> skribis: > From 66df601071d093c5532dec4c1ff55beb141a53d1 Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis <manolis...@gmail.com> > 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’.