Re: Guix "ops"

2015-05-05 Thread Ludovic Courtès
David Thompson 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 branch whenever you de

Re: [PATCH] Fix build of vcftools on i686.

2015-05-05 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 4b8f52bcfa2a4284f7c7d98365e6f6058a709b34 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 4 May 2015 12:17:14 +0200 > Subject: [PATCH] gnu: vcftools: Remove "-m64" from CFLAGS. > > * gnu/packages/bioinformatics.scm (vcftools): Explicitly set CFLAGS to >

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

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

[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 Date: Tue, 5 May 2015 11:01:06 -0500 Subject: [PATCH] gnu: hop: Fix RPATHs. * gnu/packages/scheme.scm (inputs): Move patch

Re: Problem with patching tar

2015-05-05 Thread Ludovic Courtès
Manolis Ragkousis skribis: > 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. Indeed. The problem was that, by default, source patching in ‘patch-and-repack’ would use not t

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

2015-05-05 Thread David Hashe
This patch moves the library install path to lib on x86_64 to pass the validate-runpath phase. Tested on my local machine. Thanks, David From 65ea73868e3374d56793cde163172ad9749fe3af Mon Sep 17 00:00:00 2001 From: David Hashe Date: Tue, 5 May 2015 01:48:28 -0500 Subject: [PATCH] gnu: webkitgtk: F

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) $

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

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

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

2015-05-05 Thread Ludovic Courtès
David Hashe skribis: > From 65ea73868e3374d56793cde163172ad9749fe3af Mon Sep 17 00:00:00 2001 > From: David Hashe > Date: Tue, 5 May 2015 01:48:28 -0500 > Subject: [PATCH] gnu: webkitgtk: Fix compilation on x86_64. > > * gnu/packages/webkit.scm (webkitgtk): Move library install path from lib64 t

Re: guix build freezes

2015-05-05 Thread Ludovic Courtès
Ricardo Wurmus 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 > [rwurmus@guix-builder:/local

Re: Bug in configure.ac - Wrong guile version

2015-05-05 Thread Ludovic Courtès
John Darrington 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 [# > misc-error ...] > > ice-9/boot-9.scm:106:20: In procedure # ice-9/boot-9.scm:

[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 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 file. * gnu-system.am

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 wrote: > David Hashe skribis: > > > From 65ea73868e3374d56793cde163172ad9749fe3af Mon Sep 17 00:00:00 2001 > > From: David Hashe > > Date:

Speed difference: wget vs guix build

2015-05-05 Thread Ricardo Wurmus
Hi Guix, a few weeks ago I noticed that the download of binary substitutes is fairly slow when it is performed from within "guix build" compared with wget: [rwurmus@guix-builder:~] (557) $ time wget http://hydra.gnu.org/nar/h1qjkg8bvcdb485q81lw5844szgywpg7-texlive-texmf-2014 --2015-05-06

[PATCH] Add GnuCash.

2015-05-05 Thread Ricardo Wurmus
Hi Guix, here's a patch to add the latest release of webkitgtk 2.4 which is needed by GnuCash (second patch). I was not able to run the complete test suite of GnuCash, but it starts just fine. ~~ Ricardo >From a2ea83cfe3fab5101388870626c323191200c066 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmu