bug#22020: guile-sdl-0.5.2 fails to install on i686

2015-11-26 Thread Luis Felipe López Acevedo
Hi, I'm using Guix 0.9.0 on Debian 8 (i686). Running the following command: $ guix package -i guile-sdl Results in the following error: --8<---cut here---start->8--- == 1 of 9 tests failed (2 tests were not run) Please

bug#21289: 'guix lint' reporting of unpatched CVEs

2015-11-26 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Similar to what does, > ‘guix lint’ (or ‘guix refresh’?) should have a checker to report > unpatched CVEs in a package. Done in 5432734. Ludo’.

bug#21987: Version 0.9 Fails to Compile on Raspbian

2015-11-26 Thread Efraim Flashner
On Wed, 25 Nov 2015 17:02:46 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Mark H Weaver skribis: > > > We should allow arm8* as well, no? Actually armN* for N >= 7. > > Right. I did that in 968ae90. We’ll revisit it when ARMv10 is out. > ;-) > > > Ideally, we would test for the processor

bug#21829: guix import hackage failures

2015-11-26 Thread Ludovic Courtès
Federico Beffa skribis: > On Wed, Nov 25, 2015 at 10:45 PM, Ludovic Courtès wrote: >> Please add “Partly fixes .” or “Fixes >> .” in the commit logs as appropriate (see >> past commits for examples.) > > After committing I realized that I for

bug#21829: guix import hackage failures

2015-11-26 Thread Federico Beffa
On Wed, Nov 25, 2015 at 10:45 PM, Ludovic Courtès wrote: > Please add “Partly fixes .” or “Fixes > .” in the commit logs as appropriate (see > past commits for examples.) After committing I realized that I forgot about this. Sorry! Fede

bug#22017: Pinning a Guix version

2015-11-26 Thread Ludovic Courtès
See for a good source of inspiration! Ludo’.

bug#22017: Pinning a Guix version

2015-11-26 Thread Ludovic Courtès
Hello! In some cases, it’s useful to be able to pin a particular Guix version and to use that version (see the RepPar paper for some examples.) A naive way to do that is: git clone …/guix.git my-pinned-guix (cd my-pinned-guix; git checkout deadbeef) guix package -L my-pinned-guix --manifes

bug#22013: python2 versions of packages failing as inputs

2015-11-26 Thread Efraim Flashner
On Thu, 26 Nov 2015 09:59:12 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Ricardo Wurmus skribis: > > > Efraim Flashner writes: > > > >> Guix build python2-cryptography builds fine, guix build python2-oauthlib > >> rebuilds python2-cryptography, and fails to build. Python2-cryptography has >

bug#22013: python2 versions of packages failing as inputs

2015-11-26 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Efraim Flashner writes: > >> Guix build python2-cryptography builds fine, guix build python2-oauthlib >> rebuilds python2-cryptography, and fails to build. Python2-cryptography has >> an additional input of python2-ipaddress which doesn't get carried along when >> pytho

bug#21829: guix import hackage failures

2015-11-26 Thread Ludovic Courtès
Federico Beffa skribis: > On Wed, Nov 25, 2015 at 10:45 PM, Ludovic Courtès wrote: >> Federico Beffa skribis: > > [...] > > + ;; indentation based block recognition. > + (begin (unread-char #\newline port) (read-char port) 0) Isn’t this equivalent to: 0 ? >>> >>> No.

bug#21829: guix import hackage failures

2015-11-26 Thread Federico Beffa
On Wed, Nov 25, 2015 at 10:45 PM, Ludovic Courtès wrote: > Federico Beffa skribis: [...] + ;; indentation based block recognition. + (begin (unread-char #\newline port) (read-char port) 0) >>> >>> Isn’t this equivalent to: 0 ? >> >> No. This is because at the start of a new