Re: GuixSD 0.11.0 Install

2016-08-23 Thread Marc Dunivan
David, I will look into going the vm route. This is my config.scm: ; This is an operating system configuration template ;; for a "desktop" setup with GNOME and Xfce. (use-modules (gnu) (gnu system nss)) (use-service-modules desktop) (use-package-modules certs) (operating-system (host-name

Re: [PATCH] gnu: Add ola.

2016-08-23 Thread John J Foerch
Hi all, I have made some progress with the ola package, but have run into difficulty related to python used in its test phase. Relevant code and logs can be found here: The package definition: http://retroj.net/scratch/ola-guix/ola.scm The build log:

[PATCH 2/2] guix-register: Fix '--version'.

2016-08-23 Thread Alex Vong
>From 66b7781dd5b88bfff465660e9ae02d86a1f4843f Mon Sep 17 00:00:00 2001 From: Alex Vong Date: Wed, 24 Aug 2016 09:25:04 +0800 Subject: [PATCH 2/2] guix-register: Fix '--version'. * nix/guix-register/guix-register.cc (argp_program_version): Assigning instead of

[PATCH 1/2] daemon: Fix '--version'.

2016-08-23 Thread Alex Vong
Hi guixes, This one and the next patch fix '--version' of guix-daemon and guix-register. Currently, they are not working, which is the reason why help2man gives error when building from source. >From 06d97b6de29aedeec7efe6f9a1e654145183a06b Mon Sep 17 00:00:00 2001 From: Alex Vong

[PATCH 2/2] gnu: Add ecryptfs-utils.

2016-08-23 Thread Tobias Geerinckx-Rice
* gnu/packages/linux.scm (ecryptfs-utils): New variable. --- gnu/packages/linux.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f99651a..a217220 100644 --- a/gnu/packages/linux.scm +++

[PATCH 1/2] gnu: Add keyutils.

2016-08-23 Thread Tobias Geerinckx-Rice
* gnu/packages/crypto.scm (keyutils): New variable. --- gnu/packages/crypto.scm | 40 1 file changed, 40 insertions(+) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 7d61164..d9dd8e2 100644 --- a/gnu/packages/crypto.scm +++

Re: [PATCH v6] gnu: Add u-boot, device-tree-compiler.

2016-08-23 Thread Danny Milosavljevic
I see. The additions would be then: (define-public u-boot-vexpress_ca9x4 (make-u-boot-package "vexpress_ca9x4")) (define-public u-boot-malta (make-u-boot-package "malta"))

Re: [PATCH 2/4] gnu: Add steghide.

2016-08-23 Thread Leo Famulari
On Tue, Aug 23, 2016 at 05:19:49PM -0500, Eric Bavier wrote: > On Tue, 23 Aug 2016 16:16:11 -0400 > Leo Famulari wrote: > > My understanding is that '-fpermissive' downgrades some compiler errors > > to warnings. Is that correct? > > Correct. Specifically, this is to avoid:

Re: [PATCH 4/4] gnu: Add Tomb.

2016-08-23 Thread Leo Famulari
On Tue, Aug 23, 2016 at 05:41:27PM -0500, Eric Bavier wrote: > On Tue, 23 Aug 2016 16:50:59 -0400 > Leo Famulari wrote: > > > On Tue, Aug 23, 2016 at 01:15:12AM -0500, Eric Bavier wrote: > > > +(inputs ;users should install their preferred > > >

Re: [PATCH] Add tintin.

2016-08-23 Thread David Craven
> Is this error addressed to me and the patch this sided iscussion started > with? > I need to collect links to point to soon, so this offtopic discussion is > nothing which adds any noise to discussion for me at the moment, > otherwise I would ask you to change the subject to > "spacemacs

Re: [PATCH 4/4] gnu: Add Tomb.

2016-08-23 Thread Eric Bavier
On Tue, 23 Aug 2016 16:50:59 -0400 Leo Famulari wrote: > On Tue, Aug 23, 2016 at 01:15:12AM -0500, Eric Bavier wrote: > > +(inputs ;users should install their preferred > > pinentry-* > > + `(("zsh" ,zsh) > > Does it really need the zsh shell?

Re: [PATCH 3/4] gnu: Add Swish-e.

2016-08-23 Thread Eric Bavier
On Tue, 23 Aug 2016 16:46:51 -0400 Leo Famulari wrote: > On Tue, Aug 23, 2016 at 01:49:12AM -0500, Eric Bavier wrote: > > * gnu/packages/search.scm (swish-e): New variable. > > * gnu/packages/patches/swish-e-search.patch, > >

Re: [PATCH] Add tintin.

2016-08-23 Thread ng0
David Craven writes: >> I usually attach the patches as files, in notmuch emacs they are saved >> by pressing . s when in the displayed attached files part. > > That doesn't save the email header with the patch, which is required to > apply the patch with am. Otherwise it's just

Re: [PATCH 2/4] gnu: Add steghide.

2016-08-23 Thread Eric Bavier
On Tue, 23 Aug 2016 16:16:11 -0400 Leo Famulari wrote: > On Tue, Aug 23, 2016 at 01:15:10AM -0500, Eric Bavier wrote: > > * gnu/packages/image.scm (steghide): New variable. > > * gnu/packages/patches/steghide-fixes.patch: New patch. > > * gnu/local.mk (dist_patch_DATA): Add

Re: [PATCH 1/1] gnu: cracklib: Fix CVE-2016-6318.

2016-08-23 Thread Leo Famulari
On Wed, Aug 17, 2016 at 12:44:29AM -0400, Leo Famulari wrote: > On Tue, Aug 16, 2016 at 11:29:11PM -0500, Eric Bavier wrote: > > On Tue, 16 Aug 2016 22:49:55 -0400 > > Leo Famulari wrote: > > > > > * gnu/packages/patches/cracklib-CVE-2016-6318.patch: New file. > > > *

Re: [PATCH 4/4] gnu: Add Tomb.

2016-08-23 Thread Leo Famulari
On Tue, Aug 23, 2016 at 01:15:12AM -0500, Eric Bavier wrote: > +(inputs ;users should install their preferred > pinentry-* > + `(("zsh" ,zsh) Does it really need the zsh shell? > + #:tests? #f ;requires root Too bad :/ A program like this

Re: [PATCH 3/4] gnu: Add Swish-e.

2016-08-23 Thread Leo Famulari
On Tue, Aug 23, 2016 at 01:49:12AM -0500, Eric Bavier wrote: > * gnu/packages/search.scm (swish-e): New variable. > * gnu/packages/patches/swish-e-search.patch, > gnu/packages/patches/swish-e-format-security.patch: New patches. > * gnu/local.mk (dist_patch_DATA): Add them. It would be ideal to

Re: [PATCH 2/4] gnu: Add steghide.

2016-08-23 Thread Leo Famulari
On Tue, Aug 23, 2016 at 01:15:10AM -0500, Eric Bavier wrote: > * gnu/packages/image.scm (steghide): New variable. > * gnu/packages/patches/steghide-fixes.patch: New patch. > * gnu/local.mk (dist_patch_DATA): Add it. > +(arguments > + `(#:make-flags '("CXXFLAGS=-fpermissive"))) ;required

Re: [PATCH 1/4] gnu: Add mlocate.

2016-08-23 Thread Leo Famulari
On Tue, Aug 23, 2016 at 01:15:09AM -0500, Eric Bavier wrote: > From: Eric Bavier > > * gnu/packages/search.scm (mlocate): New variable. LGTM

libtiff security update (multiple CVEs)

2016-08-23 Thread Leo Famulari
I took these patches from the libtiff CVS repo using the information contained in the respective bug reports: http://bugzilla.maptools.org/buglist.cgi?product=libtiff This is my first time using CVS, so please review carefully. I removed the hunks that looked like this, since most of them did

Re: [PATCH] gnu: Add capnproto.

2016-08-23 Thread Leo Famulari
On Tue, Aug 23, 2016 at 07:30:10PM +0100, Marius Bakke wrote: > Leo Famulari writes: > > By the way, I noticed some other distros include a man page for > > capnproto. Can you look into doing something similar for us? > > Nice find! I guess we can pull the one from Debian.

Re: [PATCH] gnu: Add dlib.

2016-08-23 Thread Marius Bakke
> Without OpenBLAS dlib will use an internal BLAS implementation. I'm > fairly certain that will at least fix the crash on x86_64, which was > a segfault in libopenblasp-r0.2.15.so when we had LAPACK in inputs, but > seems to consistently trigger on Hydra regardless. > > I got busy this weekend,

Re: [PATCH] gnu: Add capnproto.

2016-08-23 Thread Marius Bakke
Leo Famulari writes: > On Sat, Aug 20, 2016 at 01:22:30PM +0100, Marius Bakke wrote: >> Subject: [PATCH] gnu: Add capnproto. >> >> * gnu/packages/serialization.scm (capnproto): New variable. > > Thanks, pushed as 557d3328! Cheers! > By the way, I noticed some other distros

Re: [PATCH] gnu: gzochi: Update to 0.10.

2016-08-23 Thread Mark H Weaver
Julian Graham writes: > On Tue, Aug 23, 2016 at 1:20 AM, Mark H Weaver wrote: >> If you have 'guix' installed, you can run: >> >> guix build --system=i686-linux --keep-failed gzochi >> >> to reproduce the same build on your machine, and to leave the failed

Re: [PATCH] Add tintin.

2016-08-23 Thread David Craven
> I usually attach the patches as files, in notmuch emacs they are saved > by pressing . s when in the displayed attached files part. That doesn't save the email header with the patch, which is required to apply the patch with am. Otherwise it's just a diff and not a patch... Do you use git

Re: [PATCH] gnu: Add capnproto.

2016-08-23 Thread Leo Famulari
On Sat, Aug 20, 2016 at 01:22:30PM +0100, Marius Bakke wrote: > Subject: [PATCH] gnu: Add capnproto. > > * gnu/packages/serialization.scm (capnproto): New variable. Thanks, pushed as 557d3328! By the way, I noticed some other distros include a man page for capnproto. Can you look into doing

Re: GuixSD 0.11.0 Install

2016-08-23 Thread David Craven
Hi Marc, The error message you describe occurs when PID 1 exits. Can you post your guixsd configuration so that we can reproduce the error? Have you tried running `guix system vm my-guixsd-configuration.scm`? That should give you the same error and should help debugging this. David

Re: [PATCH 1/1] gnu: mit-krb5: Replace with 1.14.3 [fixes CVE-2016-3120].

2016-08-23 Thread Leo Famulari
On Tue, Aug 23, 2016 at 06:43:16AM -0400, Mark H Weaver wrote: > Mark H Weaver writes: > > > Leo Famulari writes: > >> * gnu/packages/mit-krb5.scm (mit-krb5)[replacement]: New field. > >> (mit-krb5-1.14.3): New variable. > > > > Looks good to me, please

Re: [PATCH] gnu: Remove trademark acknowledgements.

2016-08-23 Thread Eric Bavier
On Tue, 23 Aug 2016 12:15:17 +0200 Ricardo Wurmus wrote: > Eric Bavier writes: > > > On Mon, 22 Aug 2016 22:03:58 +0200 > > Ricardo Wurmus wrote: > > > >> John Darrington writes: > >> > >>

GuixSD 0.11.0 Install

2016-08-23 Thread Marc Dunivan
Guix SD Developers: Thank you for your work on GuixSD. I attempted a GuixSD 0.11.0 x86_64 install from USB onto a Think Penguin Penguin Wee (Intel NUC). I was able image and boot to the USB without issue. Even partitioning the internal SATA/SSD drive (MBR not GPT) and setting up the WiFi was

Re: [PATCH] gnu: gzochi: Update to 0.10.

2016-08-23 Thread Julian Graham
On Tue, Aug 23, 2016 at 1:20 AM, Mark H Weaver wrote: > If you have 'guix' installed, you can run: > > guix build --system=i686-linux --keep-failed gzochi > > to reproduce the same build on your machine, and to leave the failed > build directory in /tmp/guix-build-* for further

Re: guix pull avoidance

2016-08-23 Thread Vincent Legoll
Hello, On Tue, Aug 23, 2016 at 10:39 AM, Vincent Legoll wrote: > On Mon, Aug 22, 2016 at 8:01 PM, Leo Famulari wrote: >> On Mon, Aug 22, 2016 at 04:34:41PM +0200, Vincent Legoll wrote: >>> when one does guix pull, it is done only for that user,

Re: [PATCH 1/5] gnu: gtk+: Add "bin" output.

2016-08-23 Thread 宋文武
Hi, I pushed those patches and the results of a run of gnome updater into core-updates.

[PATCH] gnu: Add pybitmessage, [PATCH] gnu: Add python2-pyqt-4, [PATCH] gnu: gnu: messaging: Use license: prefix.

2016-08-23 Thread ng0
These 3 patches enable us to have a functional pybitmessage version 0.6.1, released 2 days ago. For tests you can use either the test channel which can be found on bitmessage.org (or in the application itself? I don't know, I'm no newcomer to this application) or the channel I did setup a while

Re: [PATCH] gnu: xorg-server: Enable Xephyr.

2016-08-23 Thread David Craven
> `guix refresh -l xorg-server` says 369 dependent packages. Should this > be put on core-updates? What do others think? I'll add it to core-updates. Thanks!

Re: update python-urwid, python-urwidtrees

2016-08-23 Thread Mark H Weaver
Troy Sankey writes: > Also throwing in a third patch to update comments in the alot package > definition. It's related because it's the same note as in python-urwidtrees: > author only distributes via github, not pypi. > > FWIW, I'm submitting these to fix a cosmetic bug in

Re: [PATCH 1/1] gnu: mit-krb5: Replace with 1.14.3 [fixes CVE-2016-3120].

2016-08-23 Thread Mark H Weaver
Mark H Weaver writes: > Leo Famulari writes: >> * gnu/packages/mit-krb5.scm (mit-krb5)[replacement]: New field. >> (mit-krb5-1.14.3): New variable. > > Looks good to me, please push. I went ahead and pushed this. Thanks, Mark

Re: [PATCH] gnu: Remove trademark acknowledgements.

2016-08-23 Thread Ricardo Wurmus
Eric Bavier writes: > On Mon, 22 Aug 2016 22:03:58 +0200 > Ricardo Wurmus wrote: > >> John Darrington writes: >> >> > These somehow crept in, but are an explicit violation of GNU policy and >> > coding standards.

Re: [PATCH 1/1] gnu: mit-krb5: Replace with 1.14.3 [fixes CVE-2016-3120].

2016-08-23 Thread Mark H Weaver
Leo Famulari writes: > * gnu/packages/mit-krb5.scm (mit-krb5)[replacement]: New field. > (mit-krb5-1.14.3): New variable. Looks good to me, please push. Thanks! Mark

GSoC NPM

2016-08-23 Thread Jelle Licht
Hello Guix, In the last hours of GSoC, the time has come to report on my progress, challenges and ideas regarding my project. To reiterate, the goals of this project: - The ability to parse npm version data - An npm backend for ~guix import~ - Npm modules in guix - An actual build system for

Re: [PATCH] gnu: Remove trademark acknowledgements.

2016-08-23 Thread Eric Bavier
On Mon, 22 Aug 2016 22:03:58 +0200 Ricardo Wurmus wrote: > John Darrington writes: > > > These somehow crept in, but are an explicit violation of GNU policy and > > coding standards. > > Good catch! Thanks for fixing this. > > ~~ Ricardo

Re: [PATCH 3/4] gnu: Add Swish-e.

2016-08-23 Thread Eric Bavier
On Tue, 23 Aug 2016 02:27:26 -0400 Leo Famulari wrote: > On Tue, Aug 23, 2016 at 01:15:11AM -0500, Eric Bavier wrote: > > From: Eric Bavier > > > > * gnu/packages/search.scm (swish-e): New variable. > > * gnu/packages/patches/swish-e-search.patch: New

Re: [PATCH] gnu: xorg-server: Enable Xephyr.

2016-08-23 Thread Eric Bavier
On Mon, 22 Aug 2016 22:23:02 +0200 David Craven wrote: > * gnu/packages/xorg.scm (xorg-server)[inputs]: Add xcb-util, xcb-util-image, > xcb-util-keysyms, xcb-util-renderutil, xcb-util-wm. > [arguments]: Add '--enable-kdrive' and '--enable-xephyr' configure-flags. > --- >

Re: [PATCH] gnu: Add glfw.

2016-08-23 Thread Eric Bavier
On Mon, 22 Aug 2016 21:47:26 -0400 David Thompson wrote: > * gnu/packages/gl.scm (glfw): New variable. > --- > gnu/packages/gl.scm | 36 +++- > 1 file changed, 35 insertions(+), 1 deletion(-) LGTM! Even builds for me with '--rounds=2'

Re: [PATCH 3/4] gnu: Add Swish-e.

2016-08-23 Thread Leo Famulari
On Tue, Aug 23, 2016 at 01:15:11AM -0500, Eric Bavier wrote: > From: Eric Bavier > > * gnu/packages/search.scm (swish-e): New variable. > * gnu/packages/patches/swish-e-search.patch: New patch. > * gnu/local.mk (dist_patch_DATA): Add it. > --- > gnu/local.mk

[PATCH 4/4] gnu: Add Tomb.

2016-08-23 Thread Eric Bavier
From: Eric Bavier * gnu/packages/crypto.scm (tomb): New variable. --- gnu/packages/crypto.scm | 60 + 1 file changed, 60 insertions(+) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 7d61164..ea2d58a

[PATCH 3/4] gnu: Add Swish-e.

2016-08-23 Thread Eric Bavier
From: Eric Bavier * gnu/packages/search.scm (swish-e): New variable. * gnu/packages/patches/swish-e-search.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. --- gnu/local.mk | 2 + gnu/packages/patches/swish-e-search.patch | 43

[PATCH 1/4] gnu: Add mlocate.

2016-08-23 Thread Eric Bavier
From: Eric Bavier * gnu/packages/search.scm (mlocate): New variable. --- gnu/packages/search.scm | 27 +-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index 9b01909..9a7bc76

[PATCH 2/4] gnu: Add steghide.

2016-08-23 Thread Eric Bavier
From: Eric Bavier * gnu/packages/image.scm (steghide): New variable. * gnu/packages/patches/steghide-fixes.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. --- gnu/local.mk | 1 + gnu/packages/image.scm| 36