Re: hackage importer

2015-06-09 Thread Federico Beffa
On Tue, Jun 9, 2015 at 9:38 AM, Ludovic Courtès l...@gnu.org wrote: OK to commit, thank you! Pushed. PS: Commit 751630c adds n-ary = for your pleasure. ;-) Thanks :-) Fede

[PATCH] doc: Merge 'HACKING' into Texinfo manual.

2015-06-09 Thread Mathieu Lirzin
Hello Guix, This patch will need an update when Alex recent patch (doc: Add 'help2man' to HACKING.) will be pushed. do 'HACKING' copyright notices need to be added to the manual too? -- Mathieu Lirzin From ccbbddb5d5335b3714a4e6204498f1fc24dca6ab Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin

[PATCH] Add st

2015-06-09 Thread amirouche
This patch st terminal emulator from suckless. This is my first patch! This installs flawlessly except: - `tic -s terminfo -s info` which fails because it try to install in an unknown home directory. In Gentoo they install it in /usr/share/terminfo [1]. A added a patch to avoid this issue.

[PATCH] gnu: icedtea7: Bootstrap with GCJ.

2015-06-09 Thread Ricardo Wurmus
The attached patch removes icedtea6 from the inputs of icedtea7. IcedTea7 can now be built with just GCJ. From d4c04d81e4c8b43636e5f9adb279e8ef6a0b8752 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Tue, 9 Jun 2015 12:53:23 +0200 Subject: [PATCH] gnu: icedtea7:

Re: hackage importer

2015-06-09 Thread Ludovic Courtès
Federico Beffa be...@ieee.org skribis: On Fri, Jun 5, 2015 at 9:30 AM, Ludovic Courtès l...@gnu.org wrote: [...] +(define (make-stack) + Creates a simple stack closure. Actions on the generated stack are +requested by calling it with one of the following symbols as the first +argument:

Re: [PATCH] Add st

2015-06-09 Thread Andreas Enge
Hello, thanks for the submission! Just a partial review: On Tue, Jun 09, 2015 at 03:07:55PM +0200, amirou...@hypermove.net wrote: + (font-liberation5 ,font-liberation))) Typo? Drop 5 +(description + Xterm is bloated and unmaintainable. It has over 65K lines of code and

[PATCH] gnu: Add OrfM.

2015-06-09 Thread Ricardo Wurmus
Hi Guix, attached is a patch based on a slightly edited snippet that came in through the bio-packaging mailing list. ~~ Ricardo From 6cbd193a53f90e798efc4d83f7acb1d3ae51de12 Mon Sep 17 00:00:00 2001 From: Ben Woodcroft b.woodcr...@uq.edu.au Date: Tue, 9 Jun 2015 16:10:51 +0200 Subject: [PATCH]

Re: Daemon update again

2015-06-09 Thread Andreas Enge
On Tue, Jun 09, 2015 at 05:51:00PM +0200, Ludovic Courtès wrote: There’s also the fact that it’s using -std=c++0x, whereas current master uses -std=c++11. Fishy! Very fishy indeed! I think I did not run autoreconf -vfi correctly, or it failed and I did not pay attention, and was left with a

Re: Daemon update again

2015-06-09 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: On Sat, Jun 06, 2015 at 07:41:42PM +0200, Ludovic Courtès wrote: Could you run “make V=1”? Normally DEFAULT_CHROOT_DIRS is defined from the command line (see ‘libstore_a_CPPFLAGS’.) There is no trace of it on the command line: g++ -DHAVE_CONFIG_H -I.

Re: [PATCH 10/10] gnu: base: Added glibc-for-target macro.

2015-06-09 Thread Ludovic Courtès
Manolis Ragkousis manolis...@gmail.com skribis: From 21fe31fb235c322654959c458f73c5f192efee7c Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Tue, 9 Jun 2015 01:08:55 +0300 Subject: [PATCH] gnu: base: Add glibc-for-target macro. * gnu/packages/base.scm (glibc):

Re: [PATCH 08/10] gnu: base: Updated glibc-hurd to 2.19 and removed patches.

2015-06-09 Thread Ludovic Courtès
Manolis Ragkousis manolis...@gmail.com skribis: Actually I merged this patch with the one from [PATCH 09/10] gnu: base: Remove a multiple definition from libpthread with some changes. This is the updated patch. From f4867aa5438bd5c51579aa9cc3ac0227d7eaf211 Mon Sep 17 00:00:00 2001 From:

Re: [PATCH] gnu: make-bootstrap: Remove unneeded configure flag from %gcc-static.

2015-06-09 Thread Ludovic Courtès
Manolis Ragkousis manolis...@gmail.com skribis: With this commit guix build bootstrap-tarballs --target=i686-pc-gnu works. Yay! From 53582d2cdaf3fb69500a24afe3ed4f58cfbffcea Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Tue, 9 Jun 2015 01:14:03 +0300 Subject:

matplotlib broken

2015-06-09 Thread Federico Beffa
Hi, today I've updated all packages in my profile and I find that matplotlib doesn't work anymore. Starting ipython3 and executing the following commands %matplotlib import numpy as np import matplotlib.pyplot as plt t = np.r_[0:5] plt.plot(t, t) now produces an empty, gray window, while with

Re: [PATCH] gnu: make-bootstrap: Remove unneeded configure flag from %gcc-static.

2015-06-09 Thread Manolis Ragkousis
Before pushing this patch I would first like to decide what we will do with the gnu patch PATH_MAX patch, because we need it for wip-hurd. After that, with this patch, we can merge wip-hurd with core-updates. Manolis

Re: [PATCH] gnu: guile-static: Use Linux syscalls only on Linux systems.

2015-06-09 Thread Manolis Ragkousis
I forgot this patch. Updated patch. From 84ef1393099fe0245f22402387d9ae578a91e9e8 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Sat, 23 May 2015 22:10:34 +0300 Subject: [PATCH] gnu: guile-static: Use Linux syscalls only on Linux-based systems. *

Re: [PATCH 08/10] gnu: base: Updated glibc-hurd to 2.19 and removed patches.

2015-06-09 Thread Manolis Ragkousis
On 9 June 2015 at 18:47, Ludovic Courtès l...@gnu.org wrote: 6 files changed, 47 insertions(+), 214 deletions(-) These are definitely good stats from the point of view of Guix. :-) Hehe, thanks to our Hurd friends. :-) Pushed.

Re: [PATCH] gnu: guile-static: Use Linux syscalls only on Linux systems.

2015-06-09 Thread Ludovic Courtès
Manolis Ragkousis manolis...@gmail.com skribis: From 84ef1393099fe0245f22402387d9ae578a91e9e8 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Sat, 23 May 2015 22:10:34 +0300 Subject: [PATCH] gnu: guile-static: Use Linux syscalls only on Linux-based systems. *

Re: [PATCH] gnu: guile-static: Use Linux syscalls only on Linux systems.

2015-06-09 Thread Manolis Ragkousis
I took the liberty and pushed it because it had the changes you suggested.

Re: Daemon update again

2015-06-09 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: On Tue, Jun 09, 2015 at 05:51:00PM +0200, Ludovic Courtès wrote: There’s also the fact that it’s using -std=c++0x, whereas current master uses -std=c++11. Fishy! Very fishy indeed! I think I did not run autoreconf -vfi correctly, or it failed and I did

Re: Update on GuixSD containers

2015-06-09 Thread Ludovic Courtès
Thompson, David dthomps...@worcester.edu skribis: I'd like to give a quick update on the state of wip-container branch. As of this morning, one can run the below commands and have a somewhat functional GuixSD container: # Hardcoded /tmp/container as the container root directory until I

Re: [PATCH] Add st

2015-06-09 Thread amirouche
With the patch this time ^^' On 2015-06-09 13:04, amirou...@hypermove.net wrote: This patch st terminal emulator from suckless. This is my first patch! This installs flawlessly except: - `tic -s terminfo -s info` which fails because it try to install in an unknown home directory. In Gentoo

Re: HTTP and FTP proxies for guix package / guix-daemon

2015-06-09 Thread 韋嘉誠
On Tue, Jun 9, 2015 at 12:03 AM, Claes Wallin (韋嘉誠) g...@clacke.user.lysator.liu.se wrote: Is there a way to make guix-daemon talk to a proxy when downloading substitutions and source archives? I tried starting it with http_proxy set, but I'm not sure it responded to it (as I'm writing this

Re: [PATCH] Add powertabeditor.

2015-06-09 Thread Ludovic Courtès
Ricardo Wurmus rek...@elephly.net skribis: From da77c25e8c32243ca2bd77bd76de41312aafaac1 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus rek...@elephly.net Date: Mon, 25 May 2015 22:13:27 +0200 Subject: [PATCH 1/6] gnu: Add withershins. * gnu/packages/code.scm (withershins): New variable.

Re: HTTP and FTP proxies for guix package / guix-daemon

2015-06-09 Thread 韋嘉誠
On Tue, Jun 9, 2015 at 3:11 AM, Claes Wallin (韋嘉誠) g...@clacke.user.lysator.liu.se wrote: On Tue, Jun 9, 2015 at 12:03 AM, Claes Wallin (韋嘉誠) g...@clacke.user.lysator.liu.se wrote: Is there a way to make guix-daemon talk to a proxy when downloading substitutions and source archives? I tried