Re: SourceForge URLs changed

2016-07-15 Thread Leo Famulari
On Fri, Jul 15, 2016 at 10:58:00PM -0400, Leo Famulari wrote: > Alex Kost helpfully provided a Guile script to return all packages that > download from SourceForge (attached). As always, I forgot to attach it. (use-modules (ice-9 regex) (ice-9 format) (srfi srfi-2) (gnu packages) (guix packag

Re: SourceForge URLs changed

2016-07-15 Thread Leo Famulari
On Wed, Jul 13, 2016 at 01:00:50AM +0200, Ludovic Courtès wrote: > Apparently SourceForge did a massive URL change, *and*, for extra fun, > failing mirrors return 200 instead of 404. They are returning 404 again. Alex Kost helpfully provided a Guile script to return all packages that download fro

[PATCH v2] gnu: Add encfs.

2016-07-15 Thread Tobias Geerinckx-Rice
* gnu/packages/crypto.scm (rlog, encfs): New variables. --- rlog is now a private variable in crypto.scm. I made its description a bit more blunt, too. gnu/packages/crypto.scm | 75 + 1 file changed, 75 insertions(+) diff --git a/gnu/packages/cryp

libgd security update

2016-07-15 Thread Leo Famulari
Several security vulnerabilities in libgd have been discovered recently, and today Debian issued a security update: https://lists.debian.org/debian-security-announce/2016/msg00197.html The first patch updates libgd to the latest release, 2.2.2, fixing some of the bugs. For the remaining bugs, I'v

Re: [PATCH] gnu: Add mono.

2016-07-15 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: Here is what I intended to send; find version 4.4.1.0 attached. Greetings, Jan >From cd4bfa9478c855fa2d212336a99941e473a5c0c5 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 13 Jul 2016 14:47:55 +0200 Subject: [PATCH] gnu: Add mono. * gnu/packages/mono.scm

Re: SourceForge URLs changed

2016-07-15 Thread Alex Griffin
On Fri, Jul 15, 2016, at 12:58 PM, Leo Famulari wrote: > I contacted SourceForge to ask about this. They said that they did have > an outage that lasted for ~23 hours but that, otherwise, there has been > no change to the URLs from which they serve things. > > Is anyone still noticing problems on

Re: guix system: error: service 'ssh-daemon' requires 'networking', which is undefined

2016-07-15 Thread Tobias Geerinckx-Rice
On 2016-07-15 18:50, l...@gnu.org wrote: We could improve the error message by showing the location of the ‘ssh-daemon’ Shepherd service definition, though it may be better (but more difficult) to show the location of the instantiation of the corresponding service (the ‘(lsh-service)’ line in you

Re: SourceForge URLs changed

2016-07-15 Thread Leo Famulari
On Fri, Jul 15, 2016 at 10:28:13AM -0500, Alex Griffin wrote: > On Wed, Jul 13, 2016, at 05:16 AM, Ludovic Courtès wrote: > > Alex Griffin skribis: > > > Their Twitter feed[1] says that they're investigating issues at the > > > moment, so it's possible that all we need to do is wait. > > > > OK,

Re: lm-sensors vanished

2016-07-15 Thread Andreas Enge
On Fri, Jul 15, 2016 at 12:11:44PM -0400, Leo Famulari wrote: > > Is it okay to replace the current uri, or to add this one as a fall-back? > Several other packages download from Fedora, so I guess it's a fine > stop-gap if the hash is unchanged. I added the URL in commit ee6a5d0. > I wonder if a

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

2016-07-15 Thread Andreas Enge
On Fri, Jul 15, 2016 at 03:27:29PM +0200, Ludovic Courtès wrote: > You should check the size of the whole system: > guix size $(guix system build gnu/system/install.scm) Good point! Here we are. Before: /gnu/store/q62mdc418pr2wm9160a7qp3dhc8ii1d8-system 824.8 0.0 0.0% Aft

Re: [PATCH] gnu: Add mono.

2016-07-15 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: wait a minute I intended to build and send 4.4.1.0 -- update soon > Hi, > > I need mcs to test a code generator that I wrote for a client. I think > it may still be nondeterministic, but I'm not sure. > > Greetings, > Jan > > From 17a84f265c51fa0859c0f3574f8b7684d729e06

[PATCH] gnu: Add mono.

2016-07-15 Thread Jan Nieuwenhuizen
Hi, I need mcs to test a code generator that I wrote for a client. I think it may still be nondeterministic, but I'm not sure. Greetings, Jan >From 17a84f265c51fa0859c0f3574f8b7684d729e066 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 13 Jul 2016 14:47:55 +0200 Subject: [PATCH] g

Re: guix system: error: service 'ssh-daemon' requires 'networking', which is undefined

2016-07-15 Thread Ludovic Courtès
David Craven skribis: >> What am I missing? The error message is extremely unhelpful for >> someone who doesn't know what it actually means. > > Try adding the dhcp-client-service. Indeed. The message is telling that the Shepherd service that provides ‘ssh-daemon’ also requires the ‘networking’

Re: lm-sensors vanished

2016-07-15 Thread Andreas Enge
More on lm-sensors, which we will probably need for installing the hydra replacement: First, the input rrdtool is not referenced in the output; could it be moved to native-inputs, or maybe even dropped? I tried a compilation without it, and it succeeded, but I did not yet check whether the result a

Re: lm-sensors vanished

2016-07-15 Thread Andreas Enge
On Fri, Jul 15, 2016 at 12:16:46PM -0400, Leo Famulari wrote: > Also, this is the home page of the old maintainer: > http://jdelvare.nerim.net/devel.html > It's what I used to find a solution last time. Yes, we are using the ftp site referenced there, but it is also not accessible. Andreas

Re: lm-sensors vanished

2016-07-15 Thread Leo Famulari
On Fri, Jul 15, 2016 at 12:11:44PM -0400, Leo Famulari wrote: > See also "No upstream lm-sensors source". > i2c-tools was affected as well. Also, this is the home page of the old maintainer: http://jdelvare.nerim.net/devel.html It's what I used to find a solution last

Re: lm-sensors vanished

2016-07-15 Thread Leo Famulari
On Fri, Jul 15, 2016 at 05:40:17PM +0200, Andreas Enge wrote: > Hello, > > not only the home page, but now also the download url of lm-sensors has > vanished. I found the following replacement with the same hash: > > http://pkgs.fedoraproject.org/repo/pkgs/lm_sensors/lm_sensors-3.3.5.tar.bz2/d

Re: [PATCH 00/17] Emacs packages!

2016-07-15 Thread Ludovic Courtès
Roel Janssen skribis: > Ricardo Wurmus writes: > >> Hi Guix, >> >> here are almost all of the remaining Emacs packages that I previously >> installed via package.el. I hope you find them useful! >> >> ~~ Ricardo >> >> Ricardo Wurmus (17): >> gnu: Add emacs-el-mock. >> gnu: Add emacs-espuds.

Re: [PATCH 2/2] services: Add 'dropbear-service'.

2016-07-15 Thread Ludovic Courtès
David Craven skribis: > * gnu/services/ssh.scm (dropbear-service, ...): New variables. > * doc/guix.texi: New node. Applied with these modifications: • I exposed and documented ‘dropbear-configuration’ (we should do the same with ‘lsh-configuration’ eventually); • I used the #:pid-file

lm-sensors vanished

2016-07-15 Thread Andreas Enge
Hello, not only the home page, but now also the download url of lm-sensors has vanished. I found the following replacement with the same hash: http://pkgs.fedoraproject.org/repo/pkgs/lm_sensors/lm_sensors-3.3.5.tar.bz2/da506dedceb41822e64865f6ba34828a/lm_sensors-3.3.5.tar.bz2 Is it okay to re

Re: SourceForge URLs changed

2016-07-15 Thread Alex Griffin
On Wed, Jul 13, 2016, at 05:16 AM, Ludovic Courtès wrote: > Alex Griffin skribis: > > Their Twitter feed[1] says that they're investigating issues at the > > moment, so it's possible that all we need to do is wait. > > OK, we’ll see. So it has been a few days now, and it looks like I was probabl

Re: [PATCH 1/2] gnu: lsh: Move to (gnu packages ssh)

2016-07-15 Thread Ludovic Courtès
David Craven skribis: > * gnu/packages/lsh.scm: Remove. Move 'lsh and liboop' to... > * gnu/packages/ssh.scm (liboop, lsh): ... here. New variables. > * gnu/services/ssh.scm: Adjust accordingly. > * gnu/local.mk: Adjust accordingly. I adjusted gnu/services/base.scm and applied, thanks! Ludo’.

Re: Default substitute URLs

2016-07-15 Thread Andreas Enge
On Fri, Jul 15, 2016 at 04:10:40PM +0200, Ludovic Courtès wrote: > Having several URLs pointing to the same server would be similarly > inefficient. Indeed. So we could modify this again if we ever have distinct mirror machines, not just distinct names. Andreas

Re: Guix on a Dell XPS 13 DE - 9350

2016-07-15 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Jan Nieuwenhuizen skribis: [...] >> From c86003e7a0f1c48e34effe9a909ce79cd9773fdd Mon Sep 17 00:00:00 2001 >> From: Jan Nieuwenhuizen >> Date: Thu, 16 Jun 2016 09:50:27 +0200 >> Subject: [PATCH 2/2] gnu: Update grub to 2.02~beta3. >> >> * gnu/packages/

Re: guix system: error: service 'ssh-daemon' requires 'networking', which is undefined

2016-07-15 Thread Alex Kost
Jan Synáček (2016-07-15 15:24 +0300) wrote: > $ guix system vm guix-system-cfg.scm > guix system: error: service 'ssh-daemon' requires 'networking', which > is undefined > > What am I missing? The error message is extremely unhelpful for > someone who doesn't know what it actually means. This mea

Re: mutt builds to fail on a barebones sytem

2016-07-15 Thread Carlos Sánchez de La Lama
Hi Ludo, >> how/where are chroot contents defined? > > The chroot content is described in the bullet list at: > > > https://www.gnu.org/software/guix/manual/html_node/Build-Environment-Setup.html Yes, but description is a bit abstract. I wanted to know the exact details. > The code that popul

Re: [PATCH 00/17] Emacs packages!

2016-07-15 Thread Alex Kost
Ricardo Wurmus (2016-07-13 00:04 +0300) wrote: > Hi Guix, > > here are almost all of the remaining Emacs packages that I previously > installed via package.el. I hope you find them useful! > > ~~ Ricardo > > Ricardo Wurmus (17): > gnu: Add emacs-el-mock. > gnu: Add emacs-espuds. > gnu: Add

Re: [PATCH 15/17] gnu: Add emacs-tagedit.

2016-07-15 Thread Alex Kost
Ricardo Wurmus (2016-07-13 00:05 +0300) wrote: > * gnu/packages/emacs.scm (emacs-tagedit): New variable. > --- > gnu/packages/emacs.scm | 26 ++ > 1 file changed, 26 insertions(+) > > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 64192cc..283ed56 1

Re: [PATCH 14/17] gnu: Add emacs-shell-switcher.

2016-07-15 Thread Alex Kost
Ricardo Wurmus (2016-07-13 00:05 +0300) wrote: > * gnu/packages/emacs.scm (emacs-shell-switcher): New variable. > --- > gnu/packages/emacs.scm | 24 > 1 file changed, 24 insertions(+) > > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index f544721..6419

Re: [PATCH 13/17] gnu: Add emacs-undercover.

2016-07-15 Thread Alex Kost
Ricardo Wurmus (2016-07-13 00:05 +0300) wrote: > * gnu/packages/emacs.scm (emacs-undercover): New variable. > --- > gnu/packages/emacs.scm | 25 + > 1 file changed, 25 insertions(+) > > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index ed3a1e3..f544721

Re: [PATCH 12/17] gnu: Add emacs-shut-up.

2016-07-15 Thread Alex Kost
Ricardo Wurmus (2016-07-13 00:05 +0300) wrote: > * gnu/packages/emacs.scm (emacs-shut-up): New variable. > --- > gnu/packages/emacs.scm | 23 +++ > 1 file changed, 23 insertions(+) > > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 2dd886f..ed3a1e3 1006

Re: [PATCH 03/17] gnu: Add emacs-expand-region.

2016-07-15 Thread Alex Kost
Ricardo Wurmus (2016-07-13 00:05 +0300) wrote: > * gnu/packages/emacs.scm (emacs-expand-region): New variable. > --- > gnu/packages/emacs.scm | 24 > 1 file changed, 24 insertions(+) > > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index cd87c79..169df

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

2016-07-15 Thread myglc2
Andreas Enge writes: > 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

Re: guix system: error: service 'ssh-daemon' requires 'networking', which is undefined

2016-07-15 Thread Vincent Legoll
Would a static-networking-service or wicd-service workaround that problem too ? -- Vincent Legoll

Re: mutt builds to fail on a barebones sytem

2016-07-15 Thread Ludovic Courtès
Hi! csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: > I think I can shed some light on the problem. *If* during mutt configure > step, "/var/mail" is found to be group-writable, then mutt makefiles > decide mutt has to be setgid, to group "mail" unless overriden by > configure paramete

Re: [PATCH] WIP: Output linters

2016-07-15 Thread Ludovic Courtès
Eric Bavier skribis: > 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 re

Re: [PATCH 02/17] gnu: Add emacs-espuds.

2016-07-15 Thread Alex Kost
Ricardo Wurmus (2016-07-13 00:04 +0300) wrote: > * gnu/packages/emacs.scm (emacs-espuds): New variable. > --- > gnu/packages/emacs.scm | 25 + > 1 file changed, 25 insertions(+) > > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 95c8d9b..cd87c79 100

Re: Default substitute URLs

2016-07-15 Thread Ludovic Courtès
Efraim Flashner skribis: > I don't believe it's currently possible to list more than one substitute > url with --substitute-urls= Of course it’s possible, hence the plural. :-) (It’s even the default, which is the whole point of this discussion. ;-)) Ludo’.

Re: Default substitute URLs

2016-07-15 Thread Ludovic Courtès
Andreas Enge skribis: > 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 seco

Re: [PATCH 17/17] gnu: Add emacs-solarized-theme.

2016-07-15 Thread Alex Kost
Ricardo Wurmus (2016-07-13 00:05 +0300) wrote: > * gnu/packages/emacs.scm (emacs-solarized-theme): New variable. > --- > gnu/packages/emacs.scm | 24 > 1 file changed, 24 insertions(+) > > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 2c92756..4f2

Re: [PATCH 17/17] gnu: Add emacs-solarized-theme.

2016-07-15 Thread Alex Kost
Roel Janssen (2016-07-13 23:50 +0300) wrote: > Ricardo Wurmus writes: > >> Roel Janssen writes: [...] >>> After installing this package I tried to `M-x load-theme solarized'. That >>> resulted in the error: `Undefined Custom theme solarized'. >>> >>> However, `solarized-dark' works fine. >>> >>>

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

2016-07-15 Thread Ludovic Courtès
Andreas Enge skribis: > On Thu, Jul 14, 2016 at 10:21:25PM +0300, Efraim Flashner wrote: >> How much does it add to the size? > > $ guix size mdadm You should check the size of the whole system: guix size $(guix system build gnu/system/install.scm) Ludo’.

Re: mutt builds to fail on a barebones sytem

2016-07-15 Thread Carlos Sánchez de La Lama
> So reconfiguring with an updated tree would fix my problem (it's > building now). I can confirm newer mutt versions used in current guix snapshot do not suffer from this building problem. I am sorry about the noise :S BR Carlos

Re: guix system: error: service 'ssh-daemon' requires 'networking', which is undefined

2016-07-15 Thread Jan Synáček
On Fri, Jul 15, 2016 at 2:39 PM, David Craven wrote: > Hi Jan, > >> What am I missing? The error message is extremely unhelpful for >> someone who doesn't know what it actually means. > > Try adding the dhcp-client-service. That worked, thank you! I guess it would be nice to improve the error mes

Re: guix system: error: service 'ssh-daemon' requires 'networking', which is undefined

2016-07-15 Thread David Craven
Hi Jan, > What am I missing? The error message is extremely unhelpful for > someone who doesn't know what it actually means. Try adding the dhcp-client-service. Cheers David

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

2016-07-15 Thread Andreas Enge
Hello Tobias, I tried to apply your first two patches, but the first one failed for "git am" with error: cannot convert from true to UTF-8 fatal: could not parse patch So I just applied it as a patch and committed it under my name. The second patch applied without problem. Concerning the last on

guix system: error: service 'ssh-daemon' requires 'networking', which is undefined

2016-07-15 Thread Jan Synáček
Hello, I'm trying to create a testing vm with sshd inside. My config: (use-modules (gnu)) (use-modules (gnu services ssh)) (operating-system (host-name "guix-vm") (timezone "Europe/Prague") (locale "en_US.UTF-8") (bootloader (grub-configuration (device "/dev/sda"))) (file-systems (con

Re: mutt builds to fail on a barebones sytem

2016-07-15 Thread Carlos Sánchez de La Lama
>> 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 l

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

2016-07-15 Thread Andreas Enge
On Fri, Jul 15, 2016 at 05:36:58AM +0300, Efraim Flashner wrote: > I can confirm it builds on my machine. Okay, I just pushed it; thanks for the patch, Alex, and for testing it, Efraim (I tried on my arm machine, but it took too long). Andreas