Everything depends on openmpi

2014-05-08 Thread Andreas Enge
Hello, as openmpi currently does not build on hydra, a lengthy list of failed dependent packages appears: http://hydra.gnu.org/eval/75135#tabs-now-fail This contains packages such as a2ps, alsa-utils, automoc4, gnunet, imagemagick, qt etc., which a priori have no relationship with mpi. I did n

Re: URL wrong for nix upstream

2014-05-08 Thread Nikita Karetnikov
> Funny, I've never had this issue. I’ve had, but couldn’t reproduce it reliably. pgpH7nnvD3SYj.pgp Description: PGP signature

Re: Building GUIX

2014-05-08 Thread Ludovic Courtès
Pjotr Prins skribis: > conftest.c:62:19: error: bzlib.h: No such file or directory That means libbz2-dev (or similar) needs to be installed, or that its header directory must be added to $CPATH. HTH, Ludo’.

Re: Building GUIX

2014-05-08 Thread Pjotr Prins
Hah! conftest.c:62:19: error: bzlib.h: No such file or directory On Thu, May 08, 2014 at 05:08:39PM +0200, Pjotr Prins wrote: > And when I run > > ldconfig -p|grep bz > libz.so.1 (libc6,x86-64) => /lib64/libz.so.1 > libbz2.so.1.0 (libc6,x86-64) => > /nix/var/nix/profiles/defa

Re: [PATCH] gnu: Add perl-tk, perl-x11-protocol, and clusterssh

2014-05-08 Thread Andreas Enge
Hi Eric, perl-tk fails on i686 on hydra: http://hydra.gnu.org/build/54474 Could you maybe have a look? Andreas

Re: Building GUIX

2014-05-08 Thread Ludovic Courtès
Pjotr Prins skribis: > checking for the Guix system type... x86_64-linux > checking for the store directory... /gnu/store > ./configure: line 6775: syntax error near unexpected token `GUILE,' > ./configure: line 6775: `PKG_CHECK_MODULES(GUILE, guile-2.0 >= 2.0.5)' As Cyril noted, pkg.m4,

Re: URL wrong for nix upstream

2014-05-08 Thread Ludovic Courtès
Pjotr Prins skribis: > When I checkout guix the git submodule says > > [submodule "nix-upstream"] > url = http://github.com/NixOS/nix.git > > That should be https. Otherwise the beast hangs. Fixed, thanks. Ludo’.

Re: Proposal: prefetch tarballs in a batch

2014-05-08 Thread Ludovic Courtès
Nikita Karetnikov skribis: >> The SRFI-64 log files of the failing tests, plus test-suite.log. Test >> failures must not remain uncorrected! ;-) > > Attached. Thanks. >> What Guile and libgc version is this, and what platform? > > 2.0.9; 1:7.1-8ubuntu0.12.04.1 (from Trisquel); i686. > >> Does

Re: Building GUIX

2014-05-08 Thread Pjotr Prins
And when I run ldconfig -p|grep bz libz.so.1 (libc6,x86-64) => /lib64/libz.so.1 libbz2.so.1.0 (libc6,x86-64) => /nix/var/nix/profiles/default/lib/libbz2.so.1.0 libbz2.so.1 (libc6,x86-64) => /lib64/libbz2.so.1 libbz2.so (libc6,x86-64) => /nix/var/nix/profiles/def

Re: Building GUIX

2014-05-08 Thread Pjotr Prins
On Thu, May 08, 2014 at 03:42:40PM +0200, Cyril Roelandt wrote: > > ./configure: line 6775: syntax error near unexpected token `GUILE,' > > ./configure: line 6775: `PKG_CHECK_MODULES(GUILE, guile-2.0 >= 2.0.5)' > > > > Any switch that I can pass in to make this work? > > > > > Isn't this ra

Re: URL wrong for nix upstream

2014-05-08 Thread Cyril Roelandt
On 05/08/2014 12:29 PM, Pjotr Prins wrote: > When I checkout guix the git submodule says > > [submodule "nix-upstream"] > url = http://github.com/NixOS/nix.git > > That should be https. Otherwise the beast hangs. > Funny, I've never had this issue. Using 'https' should be harmless though. C

Re: Building GUIX

2014-05-08 Thread Cyril Roelandt
On 05/08/2014 02:32 PM, Pjotr Prins wrote: > I am not having much luck installing GUIX because of the long list of > version specific dependencies. The best route, so far, is installing > Nix 1.7 first and then try to bootstrap using those tools. Now I have > >nix-env --version >nix-env (N

Re: Building GUIX

2014-05-08 Thread Pjotr Prins
And pkg-config --modversion guile-2.0 2.0.9 /nix/store/4zs7pzlnzfg78qvxszlvsbqngl5ykk80-pkg-config-0.23/bin/pkg-config --modversion guile-2.0 2.0.9 and ./configure ./configure PKG_CONFIG=/nix/store/4zs7pzlnzfg78qvxszlvsbqngl5ykk80-pkg-config-0.23/bin/pkg-config checking for the store direc

Re: Building GUIX

2014-05-08 Thread Pjotr Prins
On Thu, May 08, 2014 at 02:52:54PM +0200, Andreas Enge wrote: > On Thu, May 08, 2014 at 02:32:00PM +0200, Pjotr Prins wrote: > > I am not having much luck installing GUIX because of the long list of > > version specific dependencies. The best route, so far, is installing > > Nix 1.7 first and then

Re: Building GUIX

2014-05-08 Thread Andreas Enge
On Thu, May 08, 2014 at 02:32:00PM +0200, Pjotr Prins wrote: > I am not having much luck installing GUIX because of the long list of > version specific dependencies. The best route, so far, is installing > Nix 1.7 first and then try to bootstrap using those tools. Now I have What do you mean by "v

Building GUIX

2014-05-08 Thread Pjotr Prins
I am not having much luck installing GUIX because of the long list of version specific dependencies. The best route, so far, is installing Nix 1.7 first and then try to bootstrap using those tools. Now I have nix-env --version nix-env (Nix) 1.7 [pprins@blauwspar guix]$ ls /nix/store/*guil

URL wrong for nix upstream

2014-05-08 Thread Pjotr Prins
When I checkout guix the git submodule says [submodule "nix-upstream"] url = http://github.com/NixOS/nix.git That should be https. Otherwise the beast hangs. Pj.