Re: [PATCH] gnu: cross-libc: Cross build the correct libc for GNU/Hurd systems.

2016-07-22 Thread Ludovic Courtès
lay, frustration, and all that. ;-)) > From e599bc5b7208be48d4fff0868fb3b53a964dae11 Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > Date: Wed, 8 Jun 2016 17:15:00 +0300 > Subject: [PATCH] gnu: cross-libc: Cross build the correct libc for GNU/Hurd > systems. > > * gnu/packag

Re: [PATCH] gnu: cross-libc: Cross build the correct libc for GNU/Hurd systems.

2016-07-20 Thread Manolis Ragkousis
Hello, On 07/20/16 10:16, Vincent Legoll wrote: > Hello, > > There's a lot of things specific to hurd in there, wouldn't that better > be located in a separate hurd.scm or something like that ? > Well in the way I handle it in the patch, cross-libc no longer contains any headers at all. Cross-

Re: [PATCH] gnu: cross-libc: Cross build the correct libc for GNU/Hurd systems.

2016-07-20 Thread Vincent Legoll
Hello, There's a lot of things specific to hurd in there, wouldn't that better be located in a separate hurd.scm or something like that ? -- Vincent Legoll

Re: [PATCH] gnu: cross-libc: Cross build the correct libc for GNU/Hurd systems.

2016-07-19 Thread Manolis Ragkousis
-libc: Cross build the correct libc for GNU/Hurd systems. * gnu/packages/cross-base.scm (cross-kernel-headers): Add new variable. Add xgnumach-headers, xmig, xhurd-headers, xglibc/hurd-headers, xhurd-minimal, xhurd-core-headers. (cross-libc): Add cross-libc-for-target. [arguments]: Set

Re: [PATCH] gnu: cross-libc: Cross build the correct libc for GNU/Hurd systems.

2016-06-26 Thread Ludovic Courtès
Hi! Manolis Ragkousis skribis: > On 06/12/16 19:38, Ludovic Courtès wrote: >> Could you move this procedure, as well as xgnumach-headers and co., to >> the top level? That way there’d be less “clutter” in the definition of >> ‘cross-libc’ itself. WDYT? > > I created (guix build cross-base) whi

Re: [PATCH] gnu: cross-libc: Cross build the correct libc for GNU/Hurd systems.

2016-06-16 Thread Manolis Ragkousis
e .drv > file name. The derivations are not the same so I will have to build it and see if it works. I will report back on that. Thank you, Manolis From f8aedd6fdb1b3f9a93c1786c29f7fc7e40eea7a1 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Thu, 16 Jun 2016 16:13:22 +0300 Subject: [

Re: [PATCH] gnu: cross-libc: Cross build the correct libc for GNU/Hurd systems.

2016-06-12 Thread Ludovic Courtès
bject: [PATCH] gnu: cross-libc: Cross build the correct libc for GNU/Hurd > systems. > > * gnu/packages/cross-base.scm (cross-libc): Add xgnumach-headers, xmig, > xhurd-headers, xglibc/hurd-headers, xhurd-minimal, xhurd-core-headers, > cross-kernel-headers and cross-libc-for-target.

Re: [PATCH] gnu: cross-libc: Cross build the correct libc for GNU/Hurd systems.

2016-06-12 Thread Manolis Ragkousis
-target-system is not set. Thank you, Manolis From 92689506f1969ac67631f77024511a5c96f341e8 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Wed, 8 Jun 2016 17:15:00 +0300 Subject: [PATCH] gnu: cross-libc: Cross build the correct libc for GNU/Hurd systems. * gnu/packages/cross-base.scm

[PATCH] gnu: cross-libc: Cross build the correct libc for GNU/Hurd systems.

2016-06-08 Thread Manolis Ragkousis
WDYT? Thank you, Manolis From 63749df1aabfbceeefd500208bb66fb85a013e82 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Wed, 8 Jun 2016 17:15:00 +0300 Subject: [PATCH] gnu: cross-libc: Cross build the correct libc for GNU/Hurd systems. * gnu/packages/cross-base.scm (cross-libc): Add xgn