bug#25793: wxMaxima output display error

2017-02-21 Thread Federico Beffa
On Tue, Feb 21, 2017 at 5:01 AM, Leo Famulari wrote: > Did you try building 5.38.1 with Guix? That could help us know if the > problem is in maxima or in our packaging. No, I didn't .

bug#25775: Attempts to fix bootstrap Guile bug

2017-02-21 Thread Leo Famulari
On Tue, Feb 21, 2017 at 11:34:55PM +0100, Ricardo Wurmus wrote: > > Leo Famulari writes: > > > What about Ricardo's "really gross fix"? [0] I don't understand it enough to > > know why it's gross. If it works and does not break other things, at > > least it could protect people who have not yet

bug#25775: Can't install packages after guix pull

2017-02-21 Thread Ricardo Wurmus
Ben Sturmfels writes: > On Tue, 21 Feb 2017 09:52:11 +1100 > Ben Sturmfels wrote: > >> > Could I trouble you to walk through the steps for manually >> > installing a different version of guix-daemon? I'm stuck in the >> > same situation where I can't `guix package --install`. >> >> (Also can

bug#25775: Attempts to fix bootstrap Guile bug

2017-02-21 Thread Ricardo Wurmus
Leo Famulari writes: > What about Ricardo's "really gross fix"? [0] I don't understand it enough to > know why it's gross. If it works and does not break other things, at > least it could protect people who have not yet hit the bug, but will hit > it the next time they run `guix pull`. It’s gro

bug#25177: python-tests: python-oslosphinx fixed. Please evaluate.

2017-02-21 Thread Ricardo Wurmus
Leo Famulari writes: > On Tue, Feb 21, 2017 at 06:30:12PM +0100, Ricardo Wurmus wrote: >> From 1ac5166df11766b47cd1ac723a464063a89afc96 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Tue, 21 Feb 2017 18:28:21 +0100 >> Subject: [PATCH] gnu: python-dendropy: Disable failing tests. >>

bug#25177: python-tests: python-oslosphinx fixed. Please evaluate.

2017-02-21 Thread Ben Woodcroft
Hi Ricardo, On 22/02/17 03:47, Leo Famulari wrote: On Tue, Feb 21, 2017 at 06:30:12PM +0100, Ricardo Wurmus wrote: From 1ac5166df11766b47cd1ac723a464063a89afc96 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 21 Feb 2017 18:28:21 +0100 Subject: [PATCH] gnu: python-dendropy: Disable

bug#25831: Expose http_proxy setting on GuixSD

2017-02-21 Thread Leo Famulari
On Tue, Feb 21, 2017 at 07:17:03PM +0100, Mathieu Lirzin wrote: > Not sure if this is an appropriate answer, but to customize the guix daemon > service field like described in the example here: > > > https://www.gnu.org/software/guix/manual/html_node/Using-the-Configuration-System.html#System-S

bug#25177: python-tests: python-oslosphinx fixed. Please evaluate.

2017-02-21 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Leo Famulari writes: > >> On Mon, Feb 20, 2017 at 12:00:21AM +0100, Marius Bakke wrote: >>> Danny Milosavljevic writes: >>> > @Leo: Can you please start a new evaluation of python-tests? >>> >>> I pushed some other fixes recently and built most of `guix package -A >>>

bug#25831: Expose http_proxy setting on GuixSD

2017-02-21 Thread Mathieu Lirzin
Hello, Leo Famulari writes: > From: ng0 > Subject: Re: Proxy documentation is not clear > To: Leo Famulari > Cc: help-g...@gnu.org > Date: Tue, 21 Feb 2017 09:43:35 + (8 hours, 8 minutes, 14 seconds ago) > > On 17-02-20 22:32:40, Leo Famulari wrote: >> On Sun, Feb 19, 2017 at 05:06:23PM +0

bug#25775: Attempts to fix bootstrap Guile bug

2017-02-21 Thread Leo Famulari
On Tue, Feb 21, 2017 at 09:52:09AM +0100, Andy Wingo wrote: > I think in the meantime it would be acceptable to insert an > > (unless guile > (error "update your guix daemon from git and restart it (#25775)")) > > to url-fetch/reset-patch-level, or something like that. WDYT? I think it wo

bug#25177: python-tests: python-oslosphinx fixed. Please evaluate.

2017-02-21 Thread Leo Famulari
On Tue, Feb 21, 2017 at 06:30:12PM +0100, Ricardo Wurmus wrote: > From 1ac5166df11766b47cd1ac723a464063a89afc96 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Tue, 21 Feb 2017 18:28:21 +0100 > Subject: [PATCH] gnu: python-dendropy: Disable failing tests. > > * gnu/packages/bioinformatics

bug#25831: Expose http_proxy setting on GuixSD

2017-02-21 Thread Leo Famulari
- Forwarded message from ng0 - Date: Tue, 21 Feb 2017 09:43:35 + From: ng0 To: Leo Famulari Cc: help-g...@gnu.org Subject: Re: Proxy documentation is not clear On 17-02-20 22:32:40, Leo Famulari wrote: > On Sun, Feb 19, 2017 at 05:06:23PM +, ng0 wrote: > > Substitutes are downl

bug#25704: guix on other distribution fails to pull

2017-02-21 Thread Leo Famulari
On Tue, Feb 21, 2017 at 08:41:58AM +0100, Tomas Cech wrote: > On Tue, 21 Feb 2017 04:58:33 +0100, > Leo Famulari wrote: > > > > On Mon, Feb 13, 2017 at 02:11:34PM +0100, Tomas Cech wrote: > > Try starting the guix-daemon with > > '--substitute-urls=https://hydra.gnu.org'. This will bypass the mirr

bug#25775: Attempts to fix bootstrap Guile bug

2017-02-21 Thread Andy Wingo
Hi, It seems that this bug is related to the introduction of url-fetch/reset-patch-level. It takes a #:guile kwarg but defaults to #f; if not given #:guile, that #f propagates through instead of a package object. So one fix is here: diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/boots