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

2016-07-22 Thread Ludovic Courtès
Hi Manolis, Manolis Ragkousis skribis: > This is the updated patch. I have tested it as suggested and it works. Great! (In the future, could you quote the relevant parts of the message you’re replying to? Otherwise I have to search a little bit to find the context, which increases delay, frus

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
Hello Ludo, This is the updated patch. I have tested it as suggested and it works. It applies on core-updates-next. Thank you, Manolis 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-

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
Hello, Here is the updated patch. 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) which exp

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

2016-06-12 Thread Ludovic Courtès
Hi! Manolis Ragkousis skribis: > The previous version of my patch was not using target to correctly > determine which glibc to inherit. It was using %current-target-system > which caused me many problems. > > With this version I modified it to use cross-libc-for-target so there > will not be any

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

2016-06-12 Thread Manolis Ragkousis
Hello everyone, The previous version of my patch was not using target to correctly determine which glibc to inherit. It was using %current-target-system which caused me many problems. With this version I modified it to use cross-libc-for-target so there will not be any problems in case %current-t