Re: [PATCH] gnu: youtube-dl: Add native-search-paths.

2015-12-12 Thread Alex Vong
On 13/12/2015, Alex Vong wrote: > On 13/12/2015, Ricardo Wurmus wrote: >> >> Alex Vong writes: >> >>> I notice youtube-dl comes with a man page, bash completion file and >>> fish completion file. However, since it is located in a very werid >>> path, the programs normally wouldn't find it. So, I

Re: Gnone-shell status

2015-12-12 Thread 宋文武
d4n1 writes: > Hi guix, > > When gnome-shell will be add to guixsd? Oh, I almost forget that. hopefully I can get a minimal runable gnome-shell in next week. > > I see 5 patch to it and a lot of dependencies as network-manager and > other. > I waiting for it ;) Thanks for pushing me :-)

Re: [PATCH] gnu: youtube-dl: Add native-search-paths.

2015-12-12 Thread Alex Vong
On 13/12/2015, Ricardo Wurmus wrote: > > Alex Vong writes: > >> I notice youtube-dl comes with a man page, bash completion file and >> fish completion file. However, since it is located in a very werid >> path, the programs normally wouldn't find it. So, I add >> native-search-paths. > > Would it

Re: [PATCH] gnu: youtube-dl: Add native-search-paths.

2015-12-12 Thread Ricardo Wurmus
Alex Vong writes: > I notice youtube-dl comes with a man page, bash completion file and > fish completion file. However, since it is located in a very werid > path, the programs normally wouldn't find it. So, I add > native-search-paths. Would it not be better to patch the build system such tha

Re: Updating Perl to 5.23?

2015-12-12 Thread Alex Vong
On 13/12/2015, Efraim Flashner wrote: > On Sat, 12 Dec 2015 21:06:53 +0800 > Alex Vong wrote: > >> On 12/12/2015, Ludovic Courtès wrote: >> > In ‘core-updates’ I want to fix a couple of non-determinism issues >> > related to Perl: >> > >> > https://bugs.debian.org/801621 >> > https://bugs.de

[PATCH] gnu: youtube-dl: Add native-search-paths.

2015-12-12 Thread Alex Vong
Hi, I notice youtube-dl comes with a man page, bash completion file and fish completion file. However, since it is located in a very werid path, the programs normally wouldn't find it. So, I add native-search-paths. I can only confirm that MANPATH is working correctly. I don't know if fish_comple

[PATCH 1/1] gnu: tmux: Update to 2.1.

2015-12-12 Thread Leo Famulari
* gnu/packages/tmux.scm (tmux): Update to 2.1. --- gnu/packages/tmux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm index 69757a3..48d50cc 100644 --- a/gnu/packages/tmux.scm +++ b/gnu/packages/tmux.scm @@ -28,7 +28,7 @@ (d

[PATCH 0/1] Update tmux to 2.1 (incompatible changes)

2015-12-12 Thread Leo Famulari
This patch updates tmux to 2.1. Please read the following list of incompatible changes, copied from here: https://raw.githubusercontent.com/tmux/tmux/master/CHANGES CHANGES FROM 2.0 to 2.1 18 October 2015 Incompatible Changes * Mouse-mode has been rewritten. There's now no

Re: Short writeup on deterministic system configuration with GNU Guix

2015-12-12 Thread Ludovic Courtès
Pjotr Prins skribis: > A short writeup on how Guix handles sudo: > > https://github.com/pjotrp/guix-notes/blob/master/SYSCONFIG.org Nice stuff! It might make sense to distinguish Guix (the package manager) and GuixSD to avoid confusion. For instance, “How does Guix configure sudo?” explains

Re: [PATCH] emacs: Use socket instead of port.

2015-12-12 Thread Ludovic Courtès
Alex Kost skribis: > Currently, if you try to run a repl command (for example, "M-x > guix-installed-packages") in a second Emacs instance, you'll get an > unfriendly error. That's because `guix-default-port' is busy already > (by another Guix REPL), so you either have to change it manually or u

Re: Gmp 6.1 in core-updates

2015-12-12 Thread Ludovic Courtès
Andreas Enge skribis: > I just had a quick look at gmp-6.1.0, to which I updated in core-updates, > and which causes failures on arm. > > When trying to build from hand with "make check -j 4", I got the following: > make[4]: *** No rule to make target '../libgmp.la', needed by 't-bswap'. > Stop

Re: Updating Perl to 5.23?

2015-12-12 Thread Ludovic Courtès
Alex Vong skribis: > According to , > perl uses the version scheme such that maintenance branches (ready for > production use) are even numbers and development branches are odd > numbers. Thus, 5.23 is a development branch. From this page >

Updating Python, pkg-config, and more

2015-12-12 Thread Ludovic Courtès
Efraim Flashner skribis: > In terms of large updates, pkg-config is up to 0.29, python just hit 3.5, and > python2 hit 2.7.11. Although in relation to odd numbers being dev releases, I > don't know about any of the above version changes if they're dev releases or > not. You’re welcome to try the

Re: 01/01: gnu: gmp: Disable parallel tests.

2015-12-12 Thread Ludovic Courtès
Andreas Enge skribis: > commit 4165fda29dcab7ae0a4cdb11d88dfe80a21c9c1d > Author: Andreas Enge > Date: Sat Dec 12 14:40:37 2015 +0100 > > gnu: gmp: Disable parallel tests. > > * gnu/packages/multiprecision.scm (gmp)[arguments]: Disable parallel > tests. > --- > gnu/packages/mult

Re: Updating Perl to 5.23?

2015-12-12 Thread Efraim Flashner
On Sat, 12 Dec 2015 21:06:53 +0800 Alex Vong wrote: > On 12/12/2015, Ludovic Courtès wrote: > > In ‘core-updates’ I want to fix a couple of non-determinism issues > > related to Perl: > > > > https://bugs.debian.org/801621 > > https://bugs.debian.org/801523 > > > > While at it, I thought we

Gnone-shell status

2015-12-12 Thread d4n1
Hi guix, When gnome-shell will be add to guixsd? I see 5 patch to it and a lot of dependencies as network-manager and other. I waiting for it ;) Thanks for great and hard work! Daniel Pimentel 3:)

Build failure on armhf

2015-12-12 Thread Andreas Enge
Hello, numactl fails to build on armhf: http://hydra.gnu.org/build/866208/log/raw with the following error message: syscall.c:113:2: error: #error "Add syscalls for your architecture or update kernel headers" #error "Add syscalls for your architecture or update kernel headers" Is this a know

Gmp 6.1 in core-updates

2015-12-12 Thread Andreas Enge
Hello, I just had a quick look at gmp-6.1.0, to which I updated in core-updates, and which causes failures on arm. When trying to build from hand with "make check -j 4", I got the following: make[4]: *** No rule to make target '../libgmp.la', needed by 't-bswap'. Stop. make[4]: *** Waiting for u

Re: Updating Perl to 5.23?

2015-12-12 Thread Alex Vong
On 12/12/2015, Ludovic Courtès wrote: > In ‘core-updates’ I want to fix a couple of non-determinism issues > related to Perl: > > https://bugs.debian.org/801621 > https://bugs.debian.org/801523 > > While at it, I thought we might as well upgrade Perl to 5.23. > > What do people think? I have

Updating Perl to 5.23?

2015-12-12 Thread Ludovic Courtès
In ‘core-updates’ I want to fix a couple of non-determinism issues related to Perl: https://bugs.debian.org/801621 https://bugs.debian.org/801523 While at it, I thought we might as well upgrade Perl to 5.23. What do people think? I have no experience with Perl, so I’m not sure whether this

Re: Missing configure

2015-12-12 Thread Andreas Enge
Hello Filipe! On Fri, Dec 11, 2015 at 07:50:07AM -0800, Filipe Brandenburger wrote: > This has been fixed on 2.0.11. > At this time, we don't really have plans to fix the 2.0.10 tarball > retroactively... The 2.0.11 release only includes two small commits on > top of 2.0.10, so I'd recommend going

Re: [PATCH] emacs: Use socket instead of port.

2015-12-12 Thread Florian Paul Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 12.12.2015 09:50, Alex Kost wrote: > Currently, if you try to run a repl command (for example, "M-x > guix-installed-packages") in a second Emacs instance, you'll get > an unfriendly error. That's because `guix-default-port' is busy > already (b

[PATCH] emacs: Use socket instead of port.

2015-12-12 Thread Alex Kost
Currently, if you try to run a repl command (for example, "M-x guix-installed-packages") in a second Emacs instance, you'll get an unfriendly error. That's because `guix-default-port' is busy already (by another Guix REPL), so you either have to change it manually or use (setq guix-use-guile-serve