Re: Prerequesits GuixSD

2015-05-19 Thread Ricardo Wurmus
Hi Fabian, But the system build broke. What exactly does this mean? I used a Lenovo T60 with just 1GB RAM. What hardware do i need to build a Guix system? I used the very tiny system configuration that i found on the installer USB with slight changes. I use the Guix System Distribution

Re: Guix Oficial Website

2015-05-19 Thread John Darrington
On Mon, May 18, 2015 at 10:19:24AM -0500, Luis Felipe L??pez Acevedo wrote: On 2015-05-18 09:04, Luis Felipe L??pez Acevedo wrote: On 2015-05-18 08:17, John Darrington wrote: On Wed, May 13, 2015 at 06:53:15PM +0200, Ludovic Court??s wrote: Daniel Pimentel

[PATCH] gnu: r: Apply patch to fix linking against R.

2015-05-19 Thread Ricardo Wurmus
Hi Guix, the attached upstream patch is required to fix linking problems when linking external applications or libraries (such as Shogun) against R. The problem was introduced with the upgrade to version 3.2.0 of R and should be released with 3.2.1. From 0bb28820d47d9e02f4580253f11666e254841019

Re: LVM support

2015-05-19 Thread Ludovic Courtès
Tomáš Čech sleep_wal...@gnu.org skribis: On Sun, May 03, 2015 at 09:59:53PM +0200, Ludovic Courtès wrote: [...] Could you send an updated patch? It sounds like we’re almost there, I guess. Not there yet. Now I need to make some changes with mounting order to help non-root filesystems on

Daemon update

2015-05-19 Thread Ludovic Courtès
Hello! I have pushed a big update of the daemon code. We were using a copy of the Nix code from May 2014, and there have been worthwhile changes in the meantime (thanks for the Nix folks!). There have also been undesirable changes, such as the gratuitous switch to multithreading, which entails

Re: [PATCH] gnu: fltk: Use system zlib, libjpeg, and libpng.

2015-05-19 Thread Ludovic Courtès
Eric Bavier ericbav...@openmailbox.org skribis: From 99a43bda21fd243b84b65c6877251f199bb7047b Mon Sep 17 00:00:00 2001 From: Eric Bavier bav...@member.fsf.org Date: Mon, 18 May 2015 15:07:50 -0500 Subject: [PATCH] gnu: fltk: Use system zlib, libjpeg, and libpng. * gnu/packages/fltk.scm

Re: [PATCH 07/10] gnu: hurd: Add flex as an input to mig.

2015-05-19 Thread Ludovic Courtès
Manolis Ragkousis manolis...@gmail.com skribis: From afdd6c8f76d9f11d7acb4d7d00d48d805f0ba0c6 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Tue, 12 May 2015 20:59:32 +0300 Subject: [PATCH 07/10] gnu: hurd: Add flex as an input to mig. * gnu/packages/hurd (mig):

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

2015-05-19 Thread Ludovic Courtès
Manolis Ragkousis manolis...@gmail.com skribis: From 5eea545dcf50951d5bad8208b5f9ea83cc249f12 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Tue, 19 May 2015 00:44:59 +0300 Subject: [PATCH 8/10] gnu: base: Updated glibc-hurd to 2.19 and removed patches.

Re: [PATCH] gnu: openblas: Disable DYNAMIC_ARCH on MIPS.

2015-05-19 Thread Mark H Weaver
Ricardo Wurmus ricardo.wur...@mdc-berlin.de writes: it was suggested here[1] that DYNAMIC_ARCH does not work on MIPS, so the package has be built specifically for the CPU of the build host. Obviously, we lose substitutability in this case. The attached patch is an attempt to disable

Re: [PATCH] Add guile-emacs!

2015-05-19 Thread Taylan Ulrich Bayırlı/Kammer
Christopher Allan Webber cweb...@dustycloud.org writes: Great, I hope it's good now! I added a period to the first line of the commit message (was another oversight on my side) and pushed it, thanks. :-) Taylan

Re: Guix binary tarball

2015-05-19 Thread Mark H Weaver
Andreas Enge andr...@enge.fr writes: - The tarball also contains /, /root and /var. When unpacking it, the owner and permissions are changed on the system. As a consequence, we could not ssh into the machine any more (!). Could these directories be left out of the tarball and only their

Re: patch for gnu/packages/scheme.scm

2015-05-19 Thread Mark H Weaver
Alexander Shendi alexander.she...@web.de writes: I noticed a problem with the mit-scheme 9.2 package. When inwoking the edwin editor from the MIT-Scheme REPL (via (edwin)), I got an error message instead of the expected editor window: ;Can't find any usable display type ;To continue,

Re: [PATCH 01/10] gnu: base: Pass PATH_MAX TO sed and patch.

2015-05-19 Thread Ludovic Courtès
Manolis Ragkousis manolis...@gmail.com skribis: From 4eb7220772b5ddb916debb5577ebc8febbba55b4 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Sun, 3 May 2015 22:02:12 +0300 Subject: [PATCH 01/10] gnu: base: Pass PATH_MAX TO sed and patch. * gnu/packages/base.scm

Re: [PATCH 05/10] gnu: bison: Add m4 as a native input.

2015-05-19 Thread Ludovic Courtès
Manolis Ragkousis manolis...@gmail.com skribis: From 341be976921664ca8c2c071fcbf0e0c2df6224a5 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Tue, 12 May 2015 20:42:38 +0300 Subject: [PATCH 05/10] gnu: bison: Add m4 as a native input. * gnu/packages/bison

Re: [PATCH 06/10] gnu: flex: Add m4 as a native input.

2015-05-19 Thread Ludovic Courtès
Manolis Ragkousis manolis...@gmail.com skribis: From 59edf7d33961ffd6dd56567caaca1a23a109d144 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Tue, 12 May 2015 20:45:41 +0300 Subject: [PATCH 06/10] gnu: flex: Add m4 as a native input. * gnu/packages/flex (flex):

Re: [PATCH 03/10] gnu: hurd: Pass --build to gnumach-headers when not cross building.

2015-05-19 Thread Ludovic Courtès
Manolis Ragkousis manolis...@gmail.com skribis: From a03b2964be16bbcd2a61e915ae10469ade6adff1 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Sun, 10 May 2015 20:34:33 +0300 Subject: [PATCH 03/10] gnu: hurd: Pass --build to gnumach-headers when not cross

Re: [PATCH 02/10] gnu: base: Fix a bug that occurs in non-Linux systems.

2015-05-19 Thread Ludovic Courtès
Manolis Ragkousis manolis...@gmail.com skribis: From ebdc9239ccdf7c27846f673478e1e44dd949a3e0 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Tue, 19 May 2015 00:21:12 +0300 Subject: [PATCH 02/10] gnu: base: Fix a bug that occurs in non-Linux systems. *

Re: [PATCH] Add guile-emacs!

2015-05-19 Thread Christopher Allan Webber
Taylan Ulrich Bayırlı/Kammer writes: Christopher Allan Webber cweb...@dustycloud.org writes: +(native-inputs + `((autoconf ,autoconf) + (automake ,automake) + ,@(package-native-inputs emacs))) +(inputs + `((guile ,guile-for-guile-emacs) +