bug#39941: Disk-image size increase on core-updates.

2020-03-15 Thread Mathieu Othacehe
Hey Marius, > Maybe file a different bug report for those so it does not get > forgotten? One thing at the time... Ok! > FWIW I think the original problem with huge closure increase has been > fixed with 8e98f750e63e8723db0361f4e3e960193278fa47 and > 7688dbbdd7a7a091c9a0fc4850e70725e3ff64e3. >

bug#40071: Cross-compiled package closure size.

2020-03-15 Thread Mathieu Othacehe
Hello, After applying the patch proposed here[1], the closure of cross-compiled "hello" still contains unwanted packages. --8<---cut here---start->8--- mathieu@elbruz ~/guix [env]$ guix size /gnu/store/14ygibryjr7mcly0q9mb8306hlg16nhq-hello-2.10 store item

bug#40073: Checksum mismatch on python-llvmlite patch

2020-03-15 Thread Marius Bakke
Hello, python-llvmlite fails to build because it tries to download a patch that has the wrong checksum. Starting download of /gnu/store/hb3kk3d4nngxglfdflf99incbhmbw14h-D47188-svml-VF.patch From https://raw.githubusercontent.com/numba/llvmlite/v0.30.0/conda-recipes/D47188-svml-VF.patch... downl

bug#40074: trilinos-serial-xyce source disappeared

2020-03-15 Thread Marius Bakke
The source URI for 'trilios-serial-xyce' serves a 404 page. Following download links from the home page only leads to the git repository. This package should probably be changed to download a tagged git revision instad of attempting to fetch a defunct tarball. ci.guix.gnu.org has a copy of the p

bug#39941: Disk-image size increase on core-updates.

2020-03-15 Thread Ludovic Courtès
Hi! Congrats on this, Mathieu! Mathieu Othacehe skribis: > You'll find a trimmed patch attached. I found the GCC patch upstream > (pushed in January), after finding the option in the online manual. [...] > From d8c45710847b504912670ebccf319354746f06f9 Mon Sep 17 00:00:00 2001 > From: Mathieu

bug#40079: emacs-elpy-1.31.0: failed to build

2020-03-15 Thread sirgazil via Bug reports for GNU Guix
I couldn't upgrade the packages in my user profile because "emacs-elpy" check phase fails. ## Steps to reproduce 1. guix pull 2. guix build emacs-elpy ## Unexpected result The output of the check phase: --- starting phase `check' Can’t guess python-indent-offset,

bug#40006: 31/31: DRAFT gnu: bootstrap: Add support for the Hurd.

2020-03-15 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: >> For the sake of reducing complexity and keeping supported systems as >> close to one another as possible, would it be an option to keep using >> 2.0 for GNU/Hurd, like on the other systems? ... >> That would entail changing make-bootstrap.scm to use 2.0 instead of 2.2

bug#40082: guix offload error messages need improvements

2020-03-15 Thread levenson
Hi Guix, guix offload error messages are cumbersome. With a help from guys on irc channel(many thanks), I finally manage it to work by installing guix and guile packages under the remote user. --8<---cut here---start->8--- # local aabramov@delta:~/factory/gui

bug#39282: Rhythmbox does not start

2020-03-15 Thread Leo Famulari
On Sat, Jan 25, 2020 at 04:10:26PM -0500, sirgazil via Bug reports for GNU Guix wrote: > I just installed Rhythmbox in the Guix System but it does not start. > > Trying to launch it from a terminal gives the following error: > > $ LANG=C rhythmbox > > (.rhythmbox-real:3361): Rhythmbox-CRITICAL

bug#40043: `guix pack --format=squashfs` fails on CentOS7

2020-03-15 Thread Ludovic Courtès
Hi Josh, Josh Marshall skribis: > `guix pack --format=squashfs bash-minimal ...` fails on CentOS7 with SELinux > disabled. The error message normally says something like: View build log at /var/log/guix/drvs/… Could you post that file? Also, what is the output of “uname -sr” on this machi