Re: [PATCH] gnu: Add dfu-programmer

2014-09-30 Thread Manolis Ragkousis
On 29 September 2014 19:09, Ludovic Courtès wrote: > As discussed on #guix, it might be good to move it to a ‘flashing-tools’ > module or something? Done > Rather “Device firmware update programmer for Atmel chips”. Done > Please wrap lines to less than 80 chars. Done > I think the bug is rathe

Re: Trying to install Guix with Qemu

2014-09-30 Thread Nate Bargmann
* On 2014 30 Sep 01:59 -0500, Ernesto Celis wrote: > I know this thread is about qemu, but as you said you are a VitrualBox > user, it may be interesting to you. > > Last weekend I was able to install Guix 0.7 on virtualBox with the USB > image provided by Guix developers. I put my notes on gitori

Re: [PATCH] import: Add PyPI importer.

2014-09-30 Thread David Thompson
Alex Kost writes: > Hello, I don't have guile-json and "make" has failed for me because > (guix import pypi) wants json module. Is it required now? > > Perhaps it would be safe (?) to adjust “Makefile.am” like this: > Sorry about that. Thanks for fixing it! -- David Thompson Web Developer -

Re: [PATCH] gnu: Move flashrom and avrdude to (gnu packages flashing-tools)

2014-09-30 Thread Ludovic Courtès
Manolis Ragkousis skribis: > From 513a28b87576410b247978aede2a3e22263bb9d6 Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > Date: Mon, 29 Sep 2014 18:52:57 +0300 > Subject: [PATCH] gnu: Move flashrom and avrdude to (gnu packages > flashing-tools). > > * gnu/packages/admin.scm (flashrom): Mo

Installing Guix with VirtualBox

2014-09-30 Thread Ludovic Courtès
Ernesto Celis skribis: > I know this thread is about qemu, but as you said you are a VitrualBox > user, it may be interesting to you. > > Last weekend I was able to install Guix 0.7 on virtualBox with the USB > image provided by Guix developers. I put my notes on gitorious. > > https://gitorious.

Re: [ANN] Guile-SSH 0.7.0 released

2014-09-30 Thread Ludovic Courtès
Artyom Poptsov skribis: > Hi Ludovic. > >> There are still test failures though, so I’m attaching the logs again. >> I’m afraid it’s not that helpful though. :-/ > > Thanks for the logs. I think at least some of the failures may be > related to problems with GCrypt support in libssh 0.6.3. Di

Re: Guix Pull Failure

2014-09-30 Thread Alex Kost
This message is the answer to myself, so please ignore it and the previous one. Alex Kost (2014-09-30 12:13 +0400) wrote: > Alex Sassmannshausen (2014-09-30 11:40 +0400) wrote: > >> Hello, >> >> When doing `guix pull` this morning it consistently fails with: >> >> ---8<>8 >> c

[PATCH] gnu: Move flashrom and avrdude to (gnu packages flashing-tools)

2014-09-30 Thread Manolis Ragkousis
As discussed in the irc, here is a module for all the flashing tools. I added flashrom and avrdude in there. I will also resend my dfu-programmer patch after I adjust it accordingly. Please tell me if I should include anything else in there. Manolis From 513a28b87576410b247978aede2a3e22263bb9d6 M

Re: Guix Pull Failure

2014-09-30 Thread Alex Sassmannshausen
Hi Ludo, Ludovic Courtès writes: > Oops. Commit 6d7328b fixes that. > > However, because of , you will first have to > run ‘guix pull’ from a checkout of master: > > ./pre-inst-env guix pull That's done the trick. Fab! Alex -- Sent with my mu4e

Re: Guix Pull Failure

2014-09-30 Thread Alex Kost
Alex Sassmannshausen (2014-09-30 11:40 +0400) wrote: > Hello, > > When doing `guix pull` this morning it consistently fails with: > > ---8<>8 > copying and compiling to > '/gnu/store/gjb8zsijysxfcizw1374k5hcadd3x7mf-guix-latest'... > compiling... 8.7% of 335 filesERROR: n

Re: Guix Pull Failure

2014-09-30 Thread Ludovic Courtès
Alex Sassmannshausen skribis: > When doing `guix pull` this morning it consistently fails with: > > ---8<>8 > copying and compiling to > '/gnu/store/gjb8zsijysxfcizw1374k5hcadd3x7mf-guix-latest'... > compiling... 8.7% of 335 filesERROR: no code for module (json) > ---8<-

Guix Pull Failure

2014-09-30 Thread Alex Sassmannshausen
Hello, When doing `guix pull` this morning it consistently fails with: ---8<>8 copying and compiling to '/gnu/store/gjb8zsijysxfcizw1374k5hcadd3x7mf-guix-latest'... compiling... 8.7% of 335 filesERROR: no code for module (json) ---8<>8 It does this e

Re: [ANN] Guile-SSH 0.7.0 released

2014-09-30 Thread Artyom Poptsov
Hi Ludovic. > There are still test failures though, so I’m attaching the logs again. > I’m afraid it’s not that helpful though. :-/ Thanks for the logs. I think at least some of the failures may be related to problems with GCrypt support in libssh 0.6.3. Did you compile libssh with GCrypt ena

Re: [PATCH] import: Add PyPI importer.

2014-09-30 Thread Ludovic Courtès
Alex Kost skribis: > David Thompson (2014-09-30 03:31 +0400) wrote: > >> Ludovic Courtès writes: >> >>> David Thompson skribis: >>> Oh yeah, almost forgot about the Automake rule! My autotools skills are weak so I'm not sure how to write this. Could you point me in the right di