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 report the result?

I’m closing this bug.  Please reopen it if you think commits ef80ca9 and
54e515e did not fix it.

Ludo’.





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"),
> or even better fix it directly in the code (if possible).
>
> Here is my attempt to fix the code with my naïve elisp programming.  I
> would be happy to get better suggestion!

This bug was fixed in 7061938, so closing it.

Thanks,
Ludo’.





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,
>> >   Mark
>> 
>> I haven't had a chance yet to rebuild my kernel yet, but I hope to tonight
>> 
>
> I recompiled the kernel, still getting failed to fork. I'm missing something
> board specific about using the new kernel. I'll figure it out soonish.

Hi!  Any update?  Or should we close the bug until we have more clues?

Thanks,
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.  Build hooks are started by the daemon; they
receive build requests on stdin, which they can accept, reject, or
postpone.

Ludo’.





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’.