bug#19805: Numpy failures

2015-09-11 Thread Ludovic Courtès
This bug is moot now that NumPy uses OpenBLAS instead of ATLAS (commit dbdfe515), so closing it. The suggestion about propagating the #:substitutable? flag at remains valid, but it’s a separate issue. Ludo’.

bug#20239: [wishlist] Add build hook to build for other platforms using qemu

2015-09-11 Thread Ludovic Courtès
Mark H Weaver skribis: > It would be great if we had a build hook to enable guix-daemon to > natively build packages for any system supported by qemu, by running the > build processes within qemu. The interested hacker can look at (guix scripts offload) for an example of such a build hook. Buil

bug#20735: bug#20757: "unable to fork" on armhf

2015-09-11 Thread Ludovic Courtès
Efraim Flashner skribis: > On Sun, 14 Jun 2015 16:52:51 +0300 > Efraim Flashner wrote: > >> On Sun, 14 Jun 2015 09:13:17 -0400 >> Mark H Weaver wrote: >> >> > Any update on this? Did you try rebuilding your kernel with the needed >> > configuration options enabled? >> > >> > Thanks, >> >

bug#21127: Problem with guix.el on hybrid systems.

2015-09-11 Thread Ludovic Courtès
Mathieu Lirzin skribis: F> So my current fix is to add (setq guix-guile-program "/usr/bin/guile") > to my .emacs file, then everything works fine. But what should we do to > avoid such thing? AIUI we could document it in > (info "(guix)Application Setup") or (info "(guix)Emacs Initial Setup"),

bug#21354: "make check" failure in 0.8.3

2015-09-11 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Could you apply the given patches (you can take them from > , and then apply them > with ‘patch -p1 < patch’ from the top-level source directory), and then > run: > > rm -rf test-tmp && make check > > and r