Re: [PATCH 2/2] gnu: Add the Hurd.

2017-04-08 Thread Manolis Ragkousis
Hello Efraim, On 04/09/17 05:41, Efraim Flashner wrote: > On Sat, Apr 08, 2017 at 05:06:57PM +0300, manolis...@gmail.com wrote: >> From: Manolis Ragkousis >> >> + (modify-phases %standard-phases >> + (add-before 'build 'pre-build >> + (lambda _ >> +

Re: [PATCH 2/2] gnu: Add the Hurd.

2017-04-08 Thread Efraim Flashner
On Sat, Apr 08, 2017 at 05:06:57PM +0300, manolis...@gmail.com wrote: > From: Manolis Ragkousis > > + (modify-phases %standard-phases > + (add-before 'build 'pre-build > + (lambda _ > + ;; Don't change the ownership of any file at this > ti

Re: Use OpenSSH in the bare-bones GuixSD template [was Re: how to "install" guixsd on a digitalocean server]

2017-04-08 Thread Leo Famulari
On Sat, Apr 08, 2017 at 09:42:17PM -0400, Leo Famulari wrote: > On Fri, Apr 07, 2017 at 09:57:56PM +0200, Ludovic Courtès wrote: > > Leo Famulari skribis: > > > > > On Fri, Apr 07, 2017 at 02:07:16PM +0200, Andy Wingo wrote: > > >> (3) Why do we promote lsh by default? It took me quite some loo

Use OpenSSH in the bare-bones GuixSD template [was Re: how to "install" guixsd on a digitalocean server]

2017-04-08 Thread Leo Famulari
On Fri, Apr 07, 2017 at 09:57:56PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On Fri, Apr 07, 2017 at 02:07:16PM +0200, Andy Wingo wrote: > >> (3) Why do we promote lsh by default? It took me quite some looking to > >> figure out why my authorized_keys wasn't working. The

Re: gnu: add leafpad

2017-04-08 Thread Leo Famulari
On Sat, Apr 08, 2017 at 12:16:40PM +0800, Feng Shu wrote: > From 54c338b9bfe96cead2663506b55493d156e816dc Mon Sep 17 00:00:00 2001 > From: Feng Shu > Date: Sat, 8 Apr 2017 12:13:41 +0800 > Subject: [PATCH] gnu: add leafpad Thanks! Pushed as 0bf11648fc90cf0689fdc674f4aee4592694b341 with the follow

Having trouble packaging DefaultEncrypt for Emacs

2017-04-08 Thread Chris Marusich
Hi, I'm trying to package DefaultEncrypt: https://www.emacswiki.org/emacs/DefaultEncrypt I've made a package definition (see attached patch), and it builds without error. I've installed it into my user profile. Per the documentation, I've added the following to my ~/.emacs: (require 'jl-enc

Re: Why did INFO disappear in 13e4a6c86 * gnu: screen: Update to 4.5.1?

2017-04-08 Thread Leo Famulari
On Sat, Apr 08, 2017 at 02:54:56PM -0400, myglc2 wrote: > Please ignore. I see the problem ... > > https://mirror.hydra.gnu.org/log/3si822dbkwnr4y71imwzgx9r3sx2q8cp-screen-4.5.1 > [...] > ./screen.texinfo:5799: unknown command `suse' > ./screen.texinfo:5800: unknown command `deuxchevaux' > make[2]

Re: 04/06: profiles: Generate database file for man pages.

2017-04-08 Thread Leo Famulari
On Wed, Apr 05, 2017 at 04:56:39PM -0400, Ludovic Court�s wrote: > civodul pushed a commit to branch master > in repository guix. > > commit a0b87ef8ec7735aa42cf35d380e9cff04f3236f3 > Author: Maxim Cournoyer > Date: Wed Apr 5 01:09:22 2017 -0700 > > profiles: Generate database file for man

Re: Why did INFO disappear in 13e4a6c86 * gnu: screen: Update to 4.5.1?

2017-04-08 Thread myglc2
Please ignore. I see the problem ... https://mirror.hydra.gnu.org/log/3si822dbkwnr4y71imwzgx9r3sx2q8cp-screen-4.5.1 [...] ./screen.texinfo:5799: unknown command `suse' ./screen.texinfo:5800: unknown command `deuxchevaux' make[2]: *** [Makefile:31: screen.info] Error 1 [...] ... and it has been re

Why did INFO disappear in 13e4a6c86 * gnu: screen: Update to 4.5.1?

2017-04-08 Thread myglc2
Hi Efraim & Leo, gnu screen 4.5.0 has INFO ... /gnu/store/bxnzlqz31011w3rf04bvg03agz15s4dw-screen-4.5.0/share/info: -r--r--r-- 3 root root 74621 Dec 31 1969 screen.info.gz ... but 4.5.1 doesn't ... /gnu/store/3si822dbkwnr4y71imwzgx9r3sx2q8cp-screen-4.5.1/share/info: I can't figure out h

Re: ‘core-updates’ schedule

2017-04-08 Thread Leo Famulari
On Fri, Apr 07, 2017 at 05:22:13PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > On Thu, Apr 06, 2017 at 10:34:29AM +0200, Ludovic Courtès wrote: > >> Last but not least: who wants to be the timekeeper? The position mostly > >> consists in firmly reminding people of the schedule. :-)

tor package: reconsider --with-openbsd-malloc

2017-04-08 Thread ng0
A while back I introduced the hardening flags to the tor package. TGR wrote about an additional option, --with-openbsd-malloc, which can be used[0]. Now I know that some (or only one?) of the settings I introduced will be dropped again (after a long time) in one of the next releases of tor. My "t

Re: [PATCH] gnu: grep: Fix for gnulib library.

2017-04-08 Thread Manolis Ragkousis
Hello Rene, I pushed the patch to core-updates. Thank you, Manolis

[PATCH 2/2] gnu: Add the Hurd.

2017-04-08 Thread manolis837
From: Manolis Ragkousis * gnu/packages/hurd.scm (hurd): New variable. * gnu/packages/patches/hurd-fix-eth-multiplexer-dependency.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. --- gnu/local.mk | 1 + gnu/packages/hurd.scm

[PATCH 1/2] gnu: hurd: Add hurd-source-url procedure.

2017-04-08 Thread manolis837
From: Manolis Ragkousis * gnu/packages/hurd.scm (hurd-source-url): New procedure. (hurd-headers)[source]: Adjust accordingly. --- gnu/packages/hurd.scm | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm index b5da4cb96..12fc

Re: gnu: add you-get

2017-04-08 Thread Catonano
I forgot one last note ! Guix has a brand new issue tracker ! In the future would you send your patches to guix-patc...@gnu.org ? Thanks again ! 2017-04-08 10:55 GMT+02:00 Catonano : > Hi Feng Shu, > > Thanks or contributing to Guix ! > > This patch for you-download is almost good, just a few

Re: gnu: add you-get

2017-04-08 Thread Catonano
Hi Feng Shu, Thanks or contributing to Guix ! This patch for you-download is almost good, just a few notes: +(define-public you-get + (package +(name "you-get") +(version "0.4.652") +(source (origin + (method url-fetch) + (uri (string-append +

about gimp-console.1

2017-04-08 Thread Feng Shu
find-files: /gnu/store/p10lw87jcqa9q3fnf5pfd9d8gcn2dy4l-gimp-2.8.18/share/man/man1/gimp-console.1: No such file or directory --

building kodi fails on hydra

2017-04-08 Thread Thomas Danckaert
The kodi build on hydra fails due to seemingly random test failures: 2 to 4 of its 516 tests tend to fail due to a segfault, and it seems like different tests fail at each build attempt: http://hydra.gnu.org/build/1971604 http://hydra.gnu.org/build/1973068 http://hydra.gnu.org/build/1973406 It