[PATCH] guix: package: Fix recutils output for non-package inputs.

2014-07-24 Thread Eric Bavier
This is necessary e.g. for texlive. `~Eric From 58f3eec4191b94db440d1689edc58e2d551a4722 Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Thu, 24 Jul 2014 23:59:00 -0500 Subject: [PATCH] guix: package: Fix recutils output for non-package inputs. * guix/ui.scm (package->recutils)[dependencies]: I

Re: Binary substitutes for MIPS now available

2014-07-24 Thread Ludovic Courtès
Thanks to both of you Daniel & Mark! Ludo’.

Re: System installation from a USB stick

2014-07-24 Thread Ludovic Courtès
Adam Pribyl skribis: > - I would vote for the basic config.scm to be present on the USB > somewhere, it is time consuming to rewrite one from help to the > file. (Could be I may copy it somehow from info page, but I would need > a help how to do that.) Done in 1dac856. Ludo’.

Re: Binary substitutes for MIPS now available

2014-07-24 Thread Alex Sassmannshausen
Fantastic — the project is going from strength to strength :-) Best wishes, Alex Mark H Weaver writes: > Hello all, > > I'm pleased to announce that our build farm now includes a Loongson 3A > machine, a reasonably fast quad-core MIPS-compatible machine on > indefinite loan from Daniel J Clark

Binary substitutes for MIPS now available

2014-07-24 Thread Mark H Weaver
Hello all, I'm pleased to announce that our build farm now includes a Loongson 3A machine, a reasonably fast quad-core MIPS-compatible machine on indefinite loan from Daniel J Clark (thanks, Danny! :). It has just finished building binary substitutes for all packages on the master branch of guix

Re: System installation from a USB stick

2014-07-24 Thread David Thompson
Adam Pribyl writes: > On Thu, 24 Jul 2014, David Thompson wrote: > >> Adam Pribyl writes: >> >>> I can not boot installed system, boot looks for /dev/sda1 which is not >>> present. It smells to me like the same problem with devtmpfs previously in >>> live USB... I found in grub the reference to

Re: System installation from a USB stick

2014-07-24 Thread Adam Pribyl
On Thu, 24 Jul 2014, David Thompson wrote: Adam Pribyl writes: I can not boot installed system, boot looks for /dev/sda1 which is not present. It smells to me like the same problem with devtmpfs previously in live USB... I found in grub the reference to /dev/sda1 (as LiveUSB now with udev in

Re: System installation from a USB stick

2014-07-24 Thread David Thompson
Adam Pribyl writes: > I can not boot installed system, boot looks for /dev/sda1 which is not > present. It smells to me like the same problem with devtmpfs previously in > live USB... I found in grub the reference to /dev/sda1 (as LiveUSB now > with udev in devtmpfs and kernel 3.15.6 asigns th

Re: System installation from a USB stick

2014-07-24 Thread Ludovic Courtès
Adam Pribyl skribis: > On Wed, 23 Jul 2014, Ludovic Courtès wrote: > >> I’ve finally fixed this problem: . >> Not perfect, since it requires users to type an extra command, but that >> seems acceptable to me. >> >> I would very much appreciate new tests and feedback. H

Re: System installation from a USB stick

2014-07-24 Thread Adam Pribyl
On Wed, 23 Jul 2014, Ludovic Courtès wrote: I’ve finally fixed this problem: . Not perfect, since it requires users to type an extra command, but that seems acceptable to me. I would very much appreciate new tests and feedback. Here’s a new image with this fix: htt

Re: [PATCH] gnu: Add AVRDUDE

2014-07-24 Thread Ludovic Courtès
Manolis Ragkousis skribis: > From fe4e8f626bfccc7cbe1d482e53b5a32fe019188a Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > Date: Thu, 24 Jul 2014 11:05:43 + > Subject: [PATCH] gnu: Add AVRDUDE > > * gnu/packages/avrdude.scm: New file > * gnu-system.am (GNU_SYSTEM_MODULES): Add avrdude.s

Re: [PATCH] gnu: Add AVRDUDE

2014-07-24 Thread Andreas Enge
On Thu, Jul 24, 2014 at 08:12:42AM +, Manolis Ragkousis wrote: > + "AVRDUDE is an utility to download/upload/manipulate the ROM and "a" utility, because it is pronounced like "youtility". Andreas

[PATCH] gnu: Add AVRDUDE

2014-07-24 Thread Manolis Ragkousis
From fe4e8f626bfccc7cbe1d482e53b5a32fe019188a Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Thu, 24 Jul 2014 11:05:43 + Subject: [PATCH] gnu: Add AVRDUDE * gnu/packages/avrdude.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add avrdude.scm --- gnu-system.am

Re: [PATCH] gnu: Add libftdi

2014-07-24 Thread Ludovic Courtès
Manolis Ragkousis skribis: > From a8da5a6a893e1cf911b7176dc616c0789613e3ef Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > Date: Wed, 23 Jul 2014 23:59:04 + > Subject: [PATCH] gnu: Add libftdi > > * gnu/packages/libftdi.scm: New file > * gnu-system.am (GNU_SYSTEM_MODULES): Add libftdi.

Re: [PATCH] gnu: gcc: Update to 4.9.1

2014-07-24 Thread Ludovic Courtès
Mark H Weaver skribis: > From 828d6d9563723193601a9abbfe5b57187e1e2243 Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Wed, 23 Jul 2014 21:56:45 -0400 > Subject: [PATCH] gnu: gcc: Update to 4.9.1. > > * gnu/packages/gcc.scm (gcc-4.9): Update to 4.9.1. Cool, please push. Ludo’.