[PATCH 0/1] Improvements to urandom-seed service

2016-06-03 Thread Leo Famulari
I read more on the subject of seeding /dev/urandom [0] and I found that our service should be improved. We should "refresh" the seed unconditionally in 'start', after we use it to seed /dev/urandom [1]. This way, if there is no clean shut down, the next boot does not re-use the same seed. At first

[PATCH 1/1] services: urandom-seed: Refresh seed at boot.

2016-06-03 Thread Leo Famulari
* gnu/services/base.scm (urandom-seed-shepherd-service): Refresh the random seed unconditionally at boot. Ensure directory structure for %random-seed-file exists when shutting down. (%urandom-seed-activation): Remove variable. (urandom-seed-service-type): Remove deleted variable from list of extens

Re: [Patch] ruby-debug-inspector

2016-06-03 Thread Matthew Jordan
Okay and thanks. Also yes that patch is the first in rails patch series. Ben Woodcroft writes: > On 06/03/2016 03:33 PM, Matthew Jordan wrote: >> Good Day, >> >> This patch includes the suggested changes, and an update to the >> license prefix. > > Thanks. However, I realised that the testing p

Re: [Patch] go@1.5

2016-06-03 Thread Matthew Jordan
Hi Leo, I haven't posted the go@1.5 updated patch yet, but that patch is now obsolete. once go@1.4 has been accepted I'll mail the patch for go@1.5. The new ones don't use wrappers. you see the latest go@1.4 patch in the meantime. Sincerely, -- Matthew Jordan Sent with my mu4e

Re: [Patch] ruby-debug-inspector

2016-06-03 Thread Ben Woodcroft
On 06/04/2016 10:04 AM, Matthew Jordan wrote: Okay and thanks. Also yes that patch is the first in rails patch series. Excellent. In case it matters, I have patches for ruby-tzinfo-data, ruby-timecop and ruby-concurrent near complete - I will submit these to this list for review soon. ben

[PATCH] gnu: Add higan.

2016-06-03 Thread Taylan Ulrich Bayırlı/Kammer
Some things to note about this package & questions: - There's no official VCS repo and the author doesn't want automated tools to download files from his homepage; there's an unofficial git repo at GitLab but I found it unsuitable so I'm hosting the sources specifically for Guix at GitHub no

Re: [Patch] go@1.5

2016-06-03 Thread Leo Famulari
On Sat, May 28, 2016 at 03:42:17PM -0400, Matthew Jordan wrote: > Go compiler version 1.5, dependant on "[Patch] go@1.4". Do executables created with this compiler also need to be wrapped? I built Syncthing 0.13.5 with this compiler, and I got the familiar error when trying to run the Syncthing bi

Re: [Patch] ruby-spring

2016-06-03 Thread Ben Woodcroft
On 06/03/2016 03:39 PM, Matthew Jordan wrote: Also my apologies with regards to the your previous email, I missed the change to the fetch url. No problem. I pushed with an added '.' in the commit message. Thanks, ben

Re: [Patch] ruby-debug-inspector

2016-06-03 Thread Ben Woodcroft
On 06/03/2016 03:33 PM, Matthew Jordan wrote: Good Day, This patch includes the suggested changes, and an update to the license prefix. Thanks. However, I realised that the testing phase was ineffective because the code catches the LoadError and returns without error. So I modified it to act

Add NTP source URL and apply security update

2016-06-03 Thread Leo Famulari
Our NTP package definition fetches source from the HTTP-only URL http://archive.ntp.org/. This redirects to an HTTPS URL, https://www.eecis.udel.edu. Then, the whole things fails because GnuTLS is not available. So, patch 1/2 adds the eecis.udel.edu URL so that GnuTLS is provided. udel.edu is t

Re: qt: monolithic or modular?

2016-06-03 Thread Andreas Enge
Hi Efraim, as you have noticed, I have created a wip-qt branch, mainly to test building qtbase on mips. I removed the removal of mips; but it turns out that an input is missing anyway. So I think we can include mips for the time being, it does no harm and may serve as a reminder. It also builds on

Re: [PATCH v2] gnu: wxwidgets: Enable support for their "advanced" regular expressions.

2016-06-03 Thread Leo Famulari
On Wed, Jun 01, 2016 at 07:57:11AM +0200, Danny Milosavljevic wrote: > From: Danny Milosavljevic > > * wxwidgets: Enable support for their "advanced" regular expressions. > This is required by KiCad. Thank you! Applied as b37b854e2d6 with some more detail in the commit message. >

Re: [PATCH] Add opendht.

2016-06-03 Thread Leo Famulari
On Fri, Jun 03, 2016 at 10:27:32AM -0500, Lukas Gradl wrote: > Leo Famulari writes: > > On Tue, May 31, 2016 at 09:17:29AM -0500, Lukas Gradl wrote: > >> * gnu/packages/telephony.scm (opendht): New variable. > > > > I wonder if there is a better module? Distributed hash tables aren't > > specific

Re: [Patch] go@1.4 Updated patch

2016-06-03 Thread Matthew Jordan
Good Day, Patch updated as suggested. >From debf89e7a3456862b6de77e8d948b954d88bfca6 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Thu, 26 May 2016 08:57:16 -0400 Subject: [PATCH] gnu: Add go@1.4 * gnu/local.mk: Modified file. * gnu/packages/golang.scm: New file. Co-author: Efraim Flashn

Re: GuixSD Manual - Preparing for Installation - Networking

2016-06-03 Thread Kete Foy
I have some more notes about using parted and disk encryption, so I'm hoping I can help simplify that when I'm finished installing Guixsd. Then, I might see if I can help with the savanah page that Ludovic mentioned. Taylan Ulrich Bayırlı/Kammer: > Kete Foy writes: > >> Hello, in the GuixSD docu

Re: GuixSD Manual - Preparing for Installation - Networking

2016-06-03 Thread Taylan Ulrich Bayırlı/Kammer
Kete Foy writes: > Hello, in the GuixSD documentation, in section 7.1.4.2, under the > *Wireless connection* heading, I needed to put quotes around /my-ssid/ > to get the wireless service started. FYI, this email landed in my Gmail spam folder. Taylan

Re: [PATCH] gnu: lapack: Build the LAPACKE library.

2016-06-03 Thread Thompson, David
On Fri, May 27, 2016 at 1:55 PM, Eric Bavier wrote: > On 2016-05-27 12:08, Leo Famulari wrote: >> >> On Wed, May 25, 2016 at 09:52:05AM -0400, David Thompson wrote: >>> >>> From: David Thompson >>> >>> * gnu/packages/maths.scm (lapack)[arguments]: Add "-DLAPACKE=ON". >> >> >> Builds for me on x86

[PATCH] gnu: services: Add dicod-service.

2016-06-03 Thread 宋文武
* gnu/services/dict.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Various Services): Document it. --- doc/guix.texi | 8 gnu/local.mk | 1 + gnu/services/dict.scm | 126 ++ 3 files changed, 135

Re: [PATCH 09/10] gnu: Add emacs-yaml-mode.

2016-06-03 Thread Thompson, David
On Fri, Jun 3, 2016 at 11:37 AM, Mark H Weaver wrote: > David Thompson writes: >> * gnu/packages/emacs.scm (emacs-yaml-mode): New variable. > > Hydra failed to build this one, because of a hash mismatch. > > http://hydra.gnu.org/build/1223022 > > Starting download of > /gnu/store/lky7x8fw5r

Re: [Patch] go@1.4 Updated patch

2016-06-03 Thread Alex Griffin
I don't think this package needs to depend on rc or gccgo. Without rc, guix will fail to patch the paths to rc, but those are only used on Plan 9 systems. And despite a few references to gccgo in the package definition, removing it does not actually affect the build at all. -- Alex Griffin

Re: [PATCH] gnu: Use full SHA1 commit ids.

2016-06-03 Thread Hartmut Goebel
Am 03.06.2016 um 17:17 schrieb Christopher Allan Webber: > You should probably add yourself to the copyright > headers on these files! This does not reach the level on own thinking to qualify for a copyright. I relinquish. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-com

Re: [PATCH 09/10] gnu: Add emacs-yaml-mode.

2016-06-03 Thread Mark H Weaver
David Thompson writes: > * gnu/packages/emacs.scm (emacs-yaml-mode): New variable. Hydra failed to build this one, because of a hash mismatch. http://hydra.gnu.org/build/1223022 Starting download of /gnu/store/lky7x8fw5rd6h28x3xrwlqwjbyj0lss9-yaml-mode-0.0.12.el From https://raw.githubu

Re: [PATCH] Add opendht.

2016-06-03 Thread Lukas Gradl
Hi Leo, Thank you for your review! Leo Famulari writes: > On Tue, May 31, 2016 at 09:17:29AM -0500, Lukas Gradl wrote: >> * gnu/packages/telephony.scm (opendht): New variable. > > I wonder if there is a better module? Distributed hash tables aren't > specific to telephony. I am thinking abou

Re: [PATCH] gnu: Use full SHA1 commit ids.

2016-06-03 Thread Christopher Allan Webber
This looks useful to me. You should probably add yourself to the copyright headers on these files!

Re: [PATCH 1/2] gnu: Add teensy-loader-cli.

2016-06-03 Thread Hartmut Goebel
Am 03.06.2016 um 10:31 schrieb Ludovic Courtès: > We want to guarantee a couple of things: > > 1. That everything is built from source; this is apparently the case > but removing those binaries makes it obvious. > > 2. That the source as returned by ‘guix build -S’ is exclusively > so

GuixSD Manual - Preparing for Installation - Networking

2016-06-03 Thread Kete Foy
Hello, in the GuixSD documentation, in section 7.1.4.2, under the *Wireless connection* heading, I needed to put quotes around /my-ssid/ to get the wireless service started. -- https://emailselfdefense.fsf.org Key fingerprint = D7E9 5431 9C95 097F C314 C2A2 DD8C 15BD 0168 5E3A signature.asc De

[Patch] go@1.4 Updated patch

2016-06-03 Thread Matthew Jordan
Good Day Everyone, Great news!!! This patch is the first in patch series, dedicated to the golang compiler. This patch represents the latest work done on the go@1.4 package, thus all other previous patches can be dis-guarded. Note that the other patches in the series will be dependent on this pa

Pleasant-to-the-eye news section for the web site

2016-06-03 Thread Ludovic Courtès
Hello! It’s Friday afternoon and you’re kinda idling or at least being inefficient (don’t lie!), and wondering how you could be more productive than by staring at HN. Well, you could finally get that screencast done! https://lists.gnu.org/archive/html/guix-devel/2016-04/msg00697.html Alternat

Re: [PATCH 01/10] gnu: Add emacs-smex.

2016-06-03 Thread Thompson, David
On Fri, Jun 3, 2016 at 4:16 AM, Ludovic Courtès wrote: > Hi! > > I skimmed over these patches, and apart from the question regarding the > GitHub updater vs. githubusercontent.com, they LGTM. Thanks, I've pushed the patches. If githubusercontent.com becomes a problem we can change them back. -

Re: [PATCH 01/10] gnu: Add emacs-smex.

2016-06-03 Thread Ben Woodcroft
On 06/03/2016 06:14 PM, Ludovic Courtès wrote: "Thompson, David" skribis: On Thu, Jun 2, 2016 at 5:26 AM, Alex Kost wrote: David Thompson (2016-06-01 17:05 +0300) wrote: From: David Thompson * gnu/packages/emacs.scm (emacs-smex): New variable. --- gnu/packages/emacs.scm | 22

Re: [PATCH] gnu: Add hdf4

2016-06-03 Thread Ludovic Courtès
Hello, Jeremy Robst skribis: >>> Any ideas? >> >> I get the same failures intermittently. Other times the build passes. > > Yes, I've built it many times over the past few days - sometimes I get > a failure, other times it builds ok, like you. If I do > > ./pre-inst-env guix gc > ./pre-inst-env

Re: [PATCH 01/10] gnu: Add emacs-smex.

2016-06-03 Thread Ludovic Courtès
"Thompson, David" skribis: > On Thu, Jun 2, 2016 at 5:26 AM, Alex Kost wrote: >> David Thompson (2016-06-01 17:05 +0300) wrote: >> >>> From: David Thompson >>> >>> * gnu/packages/emacs.scm (emacs-smex): New variable. >>> --- >>> gnu/packages/emacs.scm | 22 ++ >>> 1 file ch

Re: feedback as solicited by Guix manual (Section 7.1.5)

2016-06-03 Thread Ludovic Courtès
Matthew Jordan skribis: >> I’ve come to think that ‘cfdisk’ is easier than Parted’s CLI. WDYT? >> >> Rather than listing this relatively long list of Parted commands, >> perhaps we should provide a tool akin to what Debian’s installer has, >> where it offers “standard” partitioning profiles that

Re: [PATCH 01/10] gnu: Add emacs-smex.

2016-06-03 Thread Ludovic Courtès
Hi! I skimmed over these patches, and apart from the question regarding the GitHub updater vs. githubusercontent.com, they LGTM. Thanks! Ludo’.

Re: [PATCH 1/2] gnu: Add teensy-loader-cli.

2016-06-03 Thread Ludovic Courtès
Hartmut Goebel skribis: > Am 01.06.2016 um 22:16 schrieb Ludovic Courtès: [...] >> There’s a .elf file in the source: >> … and a bunch of .hex files with no corresponding source, AFAICS. > > Yes, these are examples for flashable files contained in the original > source. But these are not put in

Re: [PATCH] gnu: Add termite

2016-06-03 Thread Ludovic Courtès
Hello, Mckinley Olsen skribis: > From 243640a755299d1dabecf2953c08e36d5b351b19 Mon Sep 17 00:00:00 2001 > From: McKinley Olsen > Date: Wed, 1 Jun 2016 11:54:53 -0600 > Subject: [PATCH] * gnu/packages/terminals.scm (termite): New variable. Pushed as 89978a0a0d70ee31225133b61f8b006cac14c0bd. I

Re: feedback as solicited by Guix manual (Section 7.1.5)

2016-06-03 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-06-02 11:07 +0300) wrote: > >> Alex Kost skribis: >> >>> Tomáš Čech (2016-06-01 07:53 +0300) wrote: >>> On Tue, May 31, 2016 at 11:10:21PM +0200, Ludovic Courtès wrote: >Matthew Jordan skribis: > >> mentions using ifconfig, correct me

Re: [Patch] go@1.4

2016-06-03 Thread Andy Wingo
Hi, Sounds great :) On Thu 02 Jun 2016 18:29, Matthew Jordan writes: > Also do you mind if I add you name and email an Co-author of these three > packages? Sure, sounds fine. Cheers, Andy

Re: [Patch] ruby-spring

2016-06-03 Thread Matthew Jordan
Good Day, I have updated the patch as suggested. Note that prefix for the license module import has been added in "[Patch] ruby-debug-inspector" as that patch is the first in the rails patch series. Also my apologies with regards to the your previous email, I missed the change to the fetch url.

Re: [Patch] ruby-debug-inspector

2016-06-03 Thread Matthew Jordan
Good Day, This patch includes the suggested changes, and an update to the license prefix. >From cfb727017d298c71b925c835f8f298c8db45fd7c Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Tue, 31 May 2016 07:26:24 -0400 Subject: [PATCH 1/2] gnu: Add ruby-debug-inspector. * gnu/local.mk (GNU_SY