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

2015-05-05 Thread Manolis Ragkousis
Done and pushed. Manolis

[PATCH] gnu: hop: Remove use of patchelf.

2015-05-05 Thread Eric Bavier
As a follow-up to my previous patch. `~Eric From bc5eba1477f21fa09502f14043c7b67e528c6f47 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Tue, 5 May 2015 20:21:38 -0500 Subject: [PATCH] gnu: hop: Remove use of patchelf. * gnu/packages/patches/hop-linker-flags.patch: New

Re: [PATCH] gnu: webkitgtk: Fix compilation on x86_64.

2015-05-05 Thread David Hashe
Oops! I tried it with just LIB_INSTALL_DIR, and you are correct. I've attached a patch fixing that. David On Tue, May 5, 2015 at 3:05 PM, Ludovic Courtès l...@gnu.org wrote: David Hashe david.ha...@dhashe.com skribis: From 65ea73868e3374d56793cde163172ad9749fe3af Mon Sep 17 00:00:00 2001

[PATCH] gnu: hop: Fix RPATHs.

2015-05-05 Thread Eric Bavier
This patch fixes the hop package in light of the new validate-runpath phase. `~EricFrom 21fc758523acd674148a74afdda6ccb1aa588c77 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Tue, 5 May 2015 11:01:06 -0500 Subject: [PATCH] gnu: hop: Fix RPATHs. *

guix build freezes

2015-05-05 Thread Ricardo Wurmus
Hi Guix, I have a very weird problem that I don't understand. ./pre-inst-env guix build just sits there doing nothing at all: [rwurmus@guix-builder:/localhome/rwurmus-tmp/guix] (531) $ git describe HEAD v0.8.1-1597-g4702cec [rwurmus@guix-builder:/localhome/rwurmus-tmp/guix] (532) $

Problem with patching tar

2015-05-05 Thread Manolis Ragkousis
Good morning guix When I try to patch tar I get (vm-run VM: Stack overflow ()), probably, because it tries to use patch but it does not yet exist and I get the chicken-egg problem. I created patch-final in commencement.scm and added it to %boot6-inputs which are used to build %final-inputs. But

Re: Guix ops

2015-05-05 Thread Ludovic Courtès
David Thompson dthomps...@worcester.edu skribis: I should create a wip-deploy branch in our git repository that you could submit patches for. I need to do a bit more work to get the very basics working so we have a foundation to build on, though. That would be nice, feel free to do push a

Re: Bug in configure.ac - Wrong guile version

2015-05-05 Thread Ludovic Courtès
John Darrington j...@darrington.wattle.id.au skribis: ?: 3 [primitive-load-path guix/http-client #f] In ice-9/eval.scm: 407: 2 [eval # ()] In unknown file: ?: 1 [scm-error misc-error #f ...] In ice-9/boot-9.scm: 106: 0 [#procedure 9c7b40 at ice-9/boot-9.scm:97:6 (thrown-k . args)

Re: [PATCH] gnu: webkitgtk: Fix compilation on x86_64.

2015-05-05 Thread Ludovic Courtès
David Hashe david.ha...@dhashe.com skribis: From 65ea73868e3374d56793cde163172ad9749fe3af Mon Sep 17 00:00:00 2001 From: David Hashe david.ha...@dhashe.com Date: Tue, 5 May 2015 01:48:28 -0500 Subject: [PATCH] gnu: webkitgtk: Fix compilation on x86_64. * gnu/packages/webkit.scm (webkitgtk):

Re: [PATCH] gnu: hop: Fix RPATHs.

2015-05-05 Thread Ludovic Courtès
Eric Bavier bav...@member.fsf.org skribis: From 21fc758523acd674148a74afdda6ccb1aa588c77 Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Tue, 5 May 2015 11:01:06 -0500 Subject: [PATCH] gnu: hop: Fix RPATHs. * gnu/packages/scheme.scm (inputs): Move patchelf input to...

Re: guix build freezes

2015-05-05 Thread Ludovic Courtès
Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: I have a very weird problem that I don't understand. ./pre-inst-env guix build just sits there doing nothing at all: [rwurmus@guix-builder:/localhome/rwurmus-tmp/guix] (531) $ git describe HEAD v0.8.1-1597-g4702cec