bug#28727: Profiles with intentionally out of date packages are upgraded to the newest version

2017-10-06 Thread Ben Woodcroft
Hi, I have a profile with python@2 in it, and running 'guix package -u' updates it to python@3, which isn't what I want. I cannot run 'guix package -i python@2 -u' because then it tries to install both python@2 and python@3, which conflicts. I can workaround this using 'guix package -u; guix

bug#28355: Guix snapshot version in the download URL

2017-09-05 Thread Ben Woodcroft
Hi, At https://www.gnu.org/software/guix/manual/guix.html#Binary-Installation the binary download link is |ftp://alpha.gnu.org/gnu/guix/guix-binary-0.13.0.314-a8d0c.system.tar.xz| |Unfortunately, this link does not exist even after the system is replaced with the correct string. The '||.314

bug#27621: [PATCH] gnu: inkscape: Use ungrafted poppler input.

2017-07-08 Thread Ben Woodcroft
Previously, inkscape failed to start, attempting to load an incorrect poppler shared library version. * gnu/packages/inkscape.scm (inkscape)[inputs]: Replace poppler with poppler-0.56.0. * gnu/packages/pdf.scm (poppler-0.56.0): Export it. --- gnu/packages/inkscape.scm | 3 ++- gnu/packages/pdf.sc

bug#27621: [PATCH] gnu: inkscape: Use ungrafted poppler input.

2017-07-08 Thread Ben Woodcroft
Currently Inkscape fails to start as the poppler shared library changes from libpoppler.so.66 to libpoppler.so.67 upon grafting. Is this the correct way to fix this issue? I'm not quite sure why poppler is grafted in the first place, given there are so few dependencies (26)? Should it simply be up

bug#27462: OCaml CVE-2015-8869

2017-06-23 Thread Ben Woodcroft
Hi Leo, On 24/06/17 02:41, Leo Famulari wrote: Our package ocaml-4.01 is vulnerable to CVE-2015-8869, which we patched in the primary ocaml package in April 2016. Unfortunately, this patch was not included when the ocaml-4.01 package was created in January 2017. https://cve.mitre.org/cgi-bin/c

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#25409: make fails when guile-json is not present

2017-01-09 Thread Ben Woodcroft
Hi, Since "#:use-module (guix docker)" is at the top of guix/scripts/refresh.scm and "#:use-module (json)" is at the top of guix/docker.scm, when the json module is unavailable make fails: [...] In unknown file: ?: 9 [primitive-load-path "guix/docker" ...] In ice-9/eval.scm: 505: 8 [# #]

bug#25118: All ruby packages replaced by version 2.3.3

2016-12-05 Thread Ben Woodcroft
On 06/12/16 07:42, Leo Famulari wrote: On Mon, Dec 05, 2016 at 01:18:04PM +, Christopher Baines wrote: On master (8f35c0306192c4b62646f2aa02879c2a8c4f4a07), as ruby 2.3.1 is replaced by 2.3.3, and all ruby packages inherit from ruby 2.3.1, all versions of ruby end up being 2.3.3. For exampl

bug#23780: guix import pypi jedi: weird backtrace, no proper error message

2016-06-16 Thread Ben Woodcroft
On 17/06/16 14:16, Danny Milosavljevic wrote: $ guix import pypi jedi Starting download of /tmp/guix-file.n01KoB From https://pypi.python.org/packages/3a/37/629080b92b87bc65e3b1b4f5d539e22aa5dc45637eab0dd4b0cd8cf236c2/jedi-0.9.0.tar.gz... ….0.tar.gz 326KiB 402KiB/s 00:01 [

bug#23605: /dev/urandom not seeded across reboots

2016-05-28 Thread Ben Woodcroft
On 28/05/16 11:45, Leo Famulari wrote: On Sat, May 28, 2016 at 11:11:20AM +1000, Ben Woodcroft wrote: Hi Leo, On 28/05/16 11:05, Leo Famulari wrote: Okay, I finally have some code that works! (attached) Is your patch incomplete? What do you mean? Does it not apply to your source tree

bug#23605: /dev/urandom not seeded across reboots

2016-05-27 Thread Ben Woodcroft
Hi Leo, On 28/05/16 11:05, Leo Famulari wrote: Okay, I finally have some code that works! (attached) Is your patch incomplete? ben

bug#23582: Test failure on "make check" from a fresh git checkout (commit 9684e30b9b597b93ae9c797ba8f3b40eff893ebe)

2016-05-21 Thread Ben Woodcroft
On 21/05/16 17:21, Konrad Hinsen wrote: No error message this time. The log is attached. From teh log: > 10526 mkdir("/tmp/guix-directory.2EiFxS/dev/mqueue", 0775) = 0 > 10526 mount("mqueue", "/tmp/guix-directory.2EiFxS//dev/mqueue", "mqueue", MS_NOSUID|MS_NODEV|MS_NOEXEC, NULL) = -1 EBUSY (De

bug#23103: A number of corrupt packages on Hydra?

2016-04-03 Thread Ben Woodcroft
On 03/04/16 18:20, Pjotr Prins wrote: http://mirror.guixsd.org/nar/6kvy3ryb04nl49wwdy0dmhhfnfbwrmna-tcl-8.6.4 1017KiB/s 00:02 | 1.7MiB transferred bzip2: Compressed file ends unexpectedly; perhaps it is corrupted? *Possible* reason follows. bzip2: Inappropriate ioctl for device

bug#22752: 01/01: import: gem: Add updater.

2016-02-23 Thread Ben Woodcroft
On 23/02/16 21:58, Ludovic Courtès wrote: Leo Famulari skribis: On Sun, Feb 21, 2016 at 04:04:10PM +1000, Ben Woodcroft wrote: On 21/02/16 15:55, Leo Famulari wrote: On Sat, Feb 20, 2016 at 10:53:05AM +, Ben Woodcroft wrote: benwoodcroft pushed a commit to branch master in

bug#22752: 01/01: import: gem: Add updater.

2016-02-20 Thread Ben Woodcroft
On 21/02/16 15:55, Leo Famulari wrote: On Sat, Feb 20, 2016 at 10:53:05AM +, Ben Woodcroft wrote: benwoodcroft pushed a commit to branch master in repository guix. commit fbc5b815cce85a6af75226ab16acf243fd7d22ce Author: Ben Woodcroft Date: Fri Jan 1 16:56:07 2016 +1000 import

bug#22391: tests/gem.scm' fails as of v0.9.0-1081-gfe6f809

2016-01-20 Thread Ben Woodcroft
Fixed via e88d5fa.