Re: [PATCH] gnu: racket: Update to 6.5.

2016-07-14 Thread Efraim Flashner
On Thu, Jul 14, 2016 at 09:35:47PM +0800, Alex Vong wrote: > Hello, > > This upgrades racket to 6.5 which should fix build failure on hydra > (currently unavailable). The analogous bug report on nix is > here: https://github.com/NixOS/nixpkgs/issues/13733. > > The patch mentions it is fixed after

Re: hydra.gnu.org down

2016-07-14 Thread Chris Marusich
Leo Famulari writes: > On Wed, Jul 13, 2016 at 09:58:35PM -0700, Chris Marusich wrote: >> l...@gnu.org (Ludovic Courtès) writes: >> > In the meantime, if you have a machine with recent binaries and would >> > like to share them, run ‘guix publish’ and post in a signed message the >> > machine’s p

Re: comment about GuixSD on freepo.st

2016-07-14 Thread ng0
Leo Famulari writes: > On Thu, Jul 14, 2016 at 12:54:14PM +, ng0 wrote: >> I commented on an older (1 year) post about GuixSD, while what I >> wrote looks accurate to me, does someone spot any mistakes (like >> misspelled names etc)? > > I think it looks good :) > > For the last question, I t

Re: mutt builds to fail on a barebones sytem

2016-07-14 Thread Leo Famulari
On Thu, Jul 14, 2016 at 05:14:19PM +0200, Carlos Sánchez de La Lama wrote: > Hi all, > > in my new system (almost identical to the barebones template), mutt does > not build: > > --8<---cut here---start->8--- > $ guix package -i mutt > > ... > > chgrp: invali

Re: [PATCH] Add mdadm to the installation image.

2016-07-14 Thread Andreas Enge
On Thu, Jul 14, 2016 at 10:21:25PM +0300, Efraim Flashner wrote: > How much does it add to the size? $ guix size mdadm store item totalself /gnu/store/k2hlwyzfs1v5xj1v6475n52jljd9q89x-mdadm-3.4 79.7 1.1 1.4% /gnu/store/

Re: comment about GuixSD on freepo.st

2016-07-14 Thread Leo Famulari
On Thu, Jul 14, 2016 at 12:54:14PM +, ng0 wrote: > I commented on an older (1 year) post about GuixSD, while what I > wrote looks accurate to me, does someone spot any mistakes (like > misspelled names etc)? I think it looks good :) For the last question, I think that this paper explains the

Re: [PATCH] Add mdadm to the installation image.

2016-07-14 Thread Efraim Flashner
On Thu, Jul 14, 2016 at 04:53:06PM +0200, Mathieu Lirzin wrote: > Hello, > > Andreas Enge writes: > > > the hydra replacement comes with two hard disks, which we would like to set > > up as a raid10. For this, one needs mdadm. While it can be pulled in during > > installation via "guix package -

Re: mutt builds to fail on a barebones sytem

2016-07-14 Thread ng0
Hi, Carlos Sánchez de La Lama writes: > Hi all, > > in my new system (almost identical to the barebones template), mutt does > not build: > > $ guix package -i mutt > > ... > > chgrp: invalid group: ‘mail’ > Can't fix mutt_dotlock's permissions! This is required to lockmailboxes in > the mail s

Re: [PATCH] WIP: Output linters

2016-07-14 Thread Eric Bavier
On Wed, 13 Jul 2016 12:32:48 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Hi! > > ericbav...@openmailbox.org skribis: > > > The current patch just adds a simple check for the presence of build > > directory > > strings in the output, which may affect build reproducibility across > > machines.

Re: ARM: Installation and Booting; was: Re: GuixSD on ARM;

2016-07-14 Thread Andreas Enge
Hi Danny, thanks for your insightful comments and starting work on uboot! On Wed, Jul 13, 2016 at 11:11:36AM +0200, Danny Milosavljevic wrote: > If you do use SATA, you still need to put U-Boot on SD or the Flash. U-Boot > has SATA support so it can load Grub etc from the hard drive. Their argu

Re: [PATCH] Add LAPACKE

2016-07-14 Thread Andreas Enge
On Wed, Jul 13, 2016 at 02:22:12PM +0200, Ricardo Wurmus wrote: > “guix refresh -l lapack” shows me that 51 packages are affected, which > results in a rebuild of 86 dependent packages. Okay to push to master? I would do so. Andreas

Re: Default substitute URLs

2016-07-14 Thread Efraim Flashner
On Thu, Jul 14, 2016 at 05:48:54PM +0200, Andreas Enge wrote: > On Wed, Jul 13, 2016 at 02:46:55PM +0200, Ludovic Courtès wrote: > > I prefer to keep the mirror.hydra.gnu.org name, I think it’s clearer. > > Could there not be two, both of which would be checked, so if a package is not > found on t

Add EncFS package to GNU Guix

2016-07-14 Thread Tobias Geerinckx-Rice
Hullo Guix, Good news! My hard drive made a loud grinding noise this weekend. Now I find myself installing GuixSD on bare metal, probably for good this time. Also, testing my back-ups, which I am told is a good thing. Some of these were still[1] encrypted using EncFS, which was missing from Guix

Re: Default substitute URLs

2016-07-14 Thread Andreas Enge
On Wed, Jul 13, 2016 at 02:46:55PM +0200, Ludovic Courtès wrote: > I prefer to keep the mirror.hydra.gnu.org name, I think it’s clearer. Could there not be two, both of which would be checked, so if a package is not found on the first one, it is searched on the second one? This would make things m

Re: Corrupt .drv files

2016-07-14 Thread Andreas Enge
On Tue, Jul 12, 2016 at 01:30:43PM -0400, Kei Kebreau wrote: > I was considering packaging hexedit! Now I know there is a demand for it Definitely, it is a nice little tool. > In the meantime, you can try using "M-x hexl-mode" in Emacs if you > haven't already. Thanks for the tip! No, I had not.

Re: [PATCH] Add mdadm to the installation image.

2016-07-14 Thread Mathieu Lirzin
Hello, Andreas Enge writes: > the hydra replacement comes with two hard disks, which we would like to set > up as a raid10. For this, one needs mdadm. While it can be pulled in during > installation via "guix package -I mdadm", I think it is preferable that it > already be around, the same as cr

[PATCH 3/3] gnu: Add encfs.

2016-07-14 Thread Tobias Geerinckx-Rice
* gnu/packages/crypto.scm (encfs): New variable. * gnu/packages/logging.scm (rlog): New variable. --- rlog started off as a non-public variable in crypto.scm, but that annoyed me and I moved it to logging.scm. It's very encfs-specific (and will be removed again in EncFS 1.9), though. Does it warr

[PATCH 1/3] Update e-mail address for Tobias Geerinckx-Rice.

2016-07-14 Thread Tobias Geerinckx-Rice
* .mailmap: Add Tobias Geerinckx-Rice. * gnu/packages/disk.scm: Replace "tobias.geerinckx.r...@gmail.com" with "m...@tobias.gr". * gnu/packages/linux.scm: Likewise. * gnu/packages/networking.scm: Likewise. --- Add myself to the cool-kids list. This address should be very stable... .mailmap

[PATCH 2/3] gnu: Import (guix licenses) with #:prefix.

2016-07-14 Thread Tobias Geerinckx-Rice
* gnu/packages/crypto.scm: Add 'license:' #:prefix for (guix licenses). --- gnu/packages/crypto.scm | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index f167f33..041dc20 100644 --- a/gnu/packages/crypto.scm +++

mutt builds to fail on a barebones sytem

2016-07-14 Thread Carlos Sánchez de La Lama
Hi all, in my new system (almost identical to the barebones template), mutt does not build: --8<---cut here---start->8--- $ guix package -i mutt ... chgrp: invalid group: ‘mail’ Can't fix mutt_dotlock's permissions! This is required to lockmailboxes in the

Re: hydra.gnu.org down

2016-07-14 Thread Leo Famulari
On Wed, Jul 13, 2016 at 09:58:35PM -0700, Chris Marusich wrote: > l...@gnu.org (Ludovic Courtès) writes: > > In the meantime, if you have a machine with recent binaries and would > > like to share them, run ‘guix publish’ and post in a signed message the > > machine’s public key (usually /etc/guix/

Re: [PATCH] Add python-protobuf and python2-protobuf

2016-07-14 Thread Daniel Pimentel
Thanks for this! Can you try building the python-3 version as well, and then using package-with-python2 to make python2-protobuf? Guix, Patches to add python-protobuf to Python3 and Python2. Thanks, -- Daniel Pimentel (aka d4n1)From 6584dd0d96fcef9e93c8285b074a9cf41c3d2efc Mon Sep 17 00:00:00

Re: Obs on non-x86

2016-07-14 Thread Andreas Enge
On Tue, Jul 12, 2016 at 11:06:27AM +0300, Efraim Flashner wrote: > A quick fix would be to change `IF(NOT MSVC)' to `IF(MSVC)' and (without > checking) that would likely get the old functionality back, but I bet > there's somewhere else we can change it. This is a somewhat misleading fix, and if I

[PATCH] gnu: racket: Update to 6.5.

2016-07-14 Thread Alex Vong
Hello, This upgrades racket to 6.5 which should fix build failure on hydra (currently unavailable). The analogous bug report on nix is here: https://github.com/NixOS/nixpkgs/issues/13733. The patch mentions it is fixed after the 6.4 release, https://github.com/NixOS/nixpkgs/commit/927ce5ca718d0bb

[PATCH] Add mdadm to the installation image.

2016-07-14 Thread Andreas Enge
Hello, the hydra replacement comes with two hard disks, which we would like to set up as a raid10. For this, one needs mdadm. While it can be pulled in during installation via "guix package -I mdadm", I think it is preferable that it already be around, the same as cryptsetup, for instance. The att

comment about GuixSD on freepo.st

2016-07-14 Thread ng0
I commented on an older (1 year) post about GuixSD, while what I wrote looks accurate to me, does someone spot any mistakes (like misspelled names etc)? https://freepo.st/post/c898kiy816#comments (links to this: https://freepo.st/post/ta74df4x#comment-na4uq75x7d) -- ♥Ⓐ ng0 For non-prism friendly

Re: [PATCH] gnu: Add clojure.

2016-07-14 Thread Alex Vong
Ricardo Wurmus writes: > Hi Alex, > >> This patch adds clojure 1.6 to 1.8. > > Wow. Thanks! > Thanks for the review too! > Usually, we just keep the latest version unless there are packages that > dependend on an older version. In the case of the IcedTea packages, for > example, we need versio

Re: pre-release [PATCH] git-service [v2]

2016-07-14 Thread ng0
As I wrote yesterday in freenode, disregard this patch. I succeeded and currently am debugging the VM. -- ♥Ⓐ ng0 For non-prism friendly talk find me on http://www.psyced.org SecuShare – http://secushare.org

Re: ARM: Installation and Booting; was: Re: GuixSD on ARM;

2016-07-14 Thread Efraim Flashner
On Thu, Jul 14, 2016 at 12:22:13AM +0200, Danny Milosavljevic wrote: > Work-in-progress gnu/packages/u-boot.scm : > > ;;; GNU Guix --- Functional package management for GNU > ;;; Copyright © 2016 Danny Milosavljevic > ;;; > ;;; This file is part of GNU Guix. > ;;; > ;;; GNU Guix is free software;