bug#34935: nanopolish is not reproducible

2019-03-20 Thread Maxim Cournoyer
$ guix build --check --no-grafts nanopolish [...] guix build: error: derivation `/gnu/store/7hzcmcwlw83f0wsqmz9nnl1ah54kwks4-nanopolish-0.10.2-1.50e8b5c.drv' may not be deterministic: output `/gnu/store/m7icaq7642zy0gvnqvymcnn8d088a9s0-nanopolish-0.10.2-1.50e8b5c' differs $ diffoscope "$(guix

bug#34934: deeptools is not reproducible

2019-03-20 Thread Maxim Cournoyer
On current master (commit af184b68e78aa51b6ff50b7327dfbbdb1d6e6843), deeptools does not build reproducibly: $ guix build --check --no-grafts deeptools --8<---cut here---start->8--- ... guix build: error: derivation `/gnu/store/hky07zjsvai0x3n99lqmgyh6rhld6v4s-

bug#34897: System reconfigure error

2019-03-20 Thread mikadoZero
This was not a bug. It looked like a bug to me before I received the helpful replies.

bug#33497: [PATCHv2] Re: bug#33497: Our CMake package has no documentation

2019-03-20 Thread Maxim Cournoyer
Here's an improved version, following some comments of Marius on #guix. From 2f33a7321e5e37d37f57c229c8079cb4ffd10834 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 20 Mar 2019 21:38:19 -0400 Subject: [PATCH] cmake: Generate documentation. To prevent complicating the dependencies of a

bug#34927: Curl is not configured to use its dependency libssh2

2019-03-20 Thread Marius Bakke
Leo Famulari writes: > While working on a libssh2 update [0] I noticed that curl was not > keeping a reference to libssh2, even though libssh2 is an input of the > curl build. > > Our curl package is missing the required configuration option: > > -- > SSH support: no (--with-libssh2

bug#25453: Keyboard layout configuration

2019-03-20 Thread Ludovic Courtès
Hello nee, Ludovic Courtès skribis: > I’ve already pushed “bdfresize” and “console-setup” partly based on your > patches: > > > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=fe77ede70ad292c8fcba80f34b356fecd86f7f78 > > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=41a54622b

bug#33608: bug#33882: Blender is not loading menu scripts

2019-03-20 Thread Mark H Weaver
Hi Leo and Thorsten, Leo Famulari writes: > On Sun, Jan 06, 2019 at 12:03:03PM +0100, Thorsten Wilms wrote: >> Sounds reasonable. However, Blender is a case where it might be worthwhile >> to keep a 2.79 around even after the final release of 2.8, because the >> graphics card requirements have b

bug#34927: Curl is not configured to use its dependency libssh2

2019-03-20 Thread Leo Famulari
While working on a libssh2 update [0] I noticed that curl was not keeping a reference to libssh2, even though libssh2 is an input of the curl build. Our curl package is missing the required configuration option: -- SSH support: no (--with-libssh2) -- I assume that our curl pack

bug#34922: guile-wm crashes on login

2019-03-20 Thread Ricardo Wurmus
This should now be fixed (commit cbe0762041f0d86cdb7c3d385a27b7d4b0b266c7). -- Ricardo

bug#34922: guile-wm crashes on login

2019-03-20 Thread Ricardo Wurmus
Hi Jesse, > I am trying to use guile-wm, but it fails when I launch it. Thank you for this excellent bug report! > From what I can tell, it is attempting to re-compile guile-wm, and > cannot find the prerequisite guile-xcb package files. > Possible solutions: > > -Edit the guile-wm package to

bug#34922: guile-wm crashes on login

2019-03-20 Thread ng0
If I remember my interaction with guile-wm correctly this is expected behavior out of the box. Upstream has probably moved on to other interests, because there are more errors at runtime once you get to launch into guile-wm. For a couple of years now volunteers have been asking about how to help a

bug#33497: [PATCH] Re: bug#33497: Our CMake package has no documentation

2019-03-20 Thread Maxim Cournoyer
Marius Bakke writes: > Maxim Cournoyer writes: [...] >>> I'm not very comfortable with pulling python-sphinx into the dependency >>> closure of CMake, because then we can't update it or its dependencies >>> outside of the 'core-updates' cycle. It could also cause circular >>> dependency issue