Re: Gluglug X200 hangs on boot after `# guix system reconfigure /etc/sysconfig.scm', right after starting dmd

2015-03-09 Thread Daniel Pimentel
On 2015-03-09 07:46, 白い熊 @相撲道 wrote: I've installed GuixSD on the Gluglug X200 without a problem, using instructions for the X60. [1] Did `# guix pull' and reconfigured the system to enable the wicd service. [2] However on the Gluglug X200 the system freezes upon reboot with a kernel panic

Re: [PATCHES] Add recode, enca.

2015-03-09 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: You could set LD_LIBRARY_PATH to . (or the subdirectory where the library can be found) before running the tests. This should be ‘LIBRARY_PATH’, not ‘LD_LIBRARY_PATH’, but yes, good idea. I found out that I can patch the setup.py file to include the

Re: Gluglug X200 hangs on boot after `# guix system reconfigure /etc/sysconfig.scm', right after starting dmd

2015-03-09 Thread 白い熊
On 2015年3月9日 9:50:28 CET, l...@gnu.org wrote: 白い熊 @相撲道 guix-devel_gnu@sumou.com skribis: OK, did this, was able to reconfigure the system then and now I get a kernel panic on boot, same issue as in http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00757.html If you choose one of the

Installing system with packages, sysconfig.scm syntax

2015-03-09 Thread 白い熊
I'm trying to understand the sysconfig.scm syntax to specify when clean installing the system or running “guix system reconfigure”. In the manual I've seen the example with Emacs. But I don't understand why there's: (use-modules (gnu) (gnu packages emacs) and then in the

Re: [GNUnet-developers] Guix + GNUnet at GSoC?

2015-03-09 Thread Sree Harsha Totakura
On 03/05/2015 11:33 PM, Ludovic Courtès wrote: Who would like to (co-)mentor it? Hi! I and Bart would like to co-mentor this project. Should I write to summer-of-c...@gnu.org for including this project in the list of ideas? Regards, Sree

Re: [PATCH] Add Lilypond.

2015-03-09 Thread Andreas Enge
On Mon, Mar 09, 2015 at 03:43:01PM -0500, Eric Bavier wrote: I think lilypond deserves its own module (gnu packages lilypond). What do others think? How about a name that could also accept GNU Denemo? music.scm? score.scm? Andreas

Re: Installing system with packages, sysconfig.scm syntax

2015-03-09 Thread Ludovic Courtès
白い熊 @相撲道 guix-devel_gnu@sumou.com skribis: I'm trying to understand the sysconfig.scm syntax to specify when clean installing the system or running “guix system reconfigure”. In the manual I've seen the example with Emacs. But I don't understand why there's: (use-modules (gnu)

Re: [GNUnet-developers] Guix + GNUnet at GSoC?

2015-03-09 Thread Ludovic Courtès
Hello! Sree Harsha Totakura totak...@in.tum.de skribis: I and Bart would like to co-mentor this project. Excellent. I’ve emailed an updated description with your names to José and summer-of-c...@gnu.org. Thank you! Ludo’.

Re: GNU in GSOC 2015 - Application sent

2015-03-09 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: Here are three ideas for Guix and dmd. Others may follow. Here’s a couple more. h4 id=guix_containersLinux container support/h4 p GNU Guix currently supports the installation of GuixSD on virtual machines and physical hosts through its a

Re: [PATCH] Add openlibm.

2015-03-09 Thread Ludovic Courtès
Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: From 636e19fd0649cf18264dde64f76449f6b5d8e70c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Mon, 9 Mar 2015 11:07:13 +0100 Subject: [PATCH] gnu: Add openlibm. * gnu/packages/maths.scm (openlibm): New

Re: Gluglug X200 hangs on boot after `# guix system reconfigure /etc/sysconfig.scm', right after starting dmd

2015-03-09 Thread Ludovic Courtès
白い熊 @相撲道 guix-devel_gnu@sumou.com skribis: If sysconfig.scm contains: (use modules (gnu)) (use-service-modules xorg networking dbus avahi) (use-package-modules avahi wicd) ... (services (cons* (slim-service) (dbus-service (list wicd))

[PATCH] gnu: Add enlightenment.

2015-03-09 Thread Tomáš Čech
* gnu/packages/enlightenment.scm (enlightenment): New variable. --- gnu/packages/enlightenment.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 499ea24..c0131f2 100644 ---

Re: [PATCH] Add Lilypond.

2015-03-09 Thread Mark H Weaver
Eric Bavier bav...@member.fsf.org writes: I think lilypond deserves its own module (gnu packages lilypond). What do others think? Agreed. Mark

Re: [PATCH] Add Lilypond.

2015-03-09 Thread Ricardo Wurmus
Andreas Enge writes: On Mon, Mar 09, 2015 at 03:43:01PM -0500, Eric Bavier wrote: I think lilypond deserves its own module (gnu packages lilypond). What do others think? How about a name that could also accept GNU Denemo? music.scm? score.scm? I would prefer music.scm, so that also GNU

Re: [PATCHES] Add recode, enca.

2015-03-09 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: I'm not sure if the need to specify the .libs subdirectory is Guix-specific or not. I don’t think so (the package uses libtool, right?) This may be a genuine upstream bug, which could go unnoticed when the user happens to have a librecode.so in the

Incomplete first draft of my GSoC proposal

2015-03-09 Thread Rohan Prinja
Hi Guix, PFA an incomplete first draft of my GSoC proposal for a DHCP client for Guix and dmd. Please take a look, thank you in advance! I've tried to conform to the GNU proposal guidelines: http://www.gnu.org/software/soc-projects/guidelines.html The draft is incomplete because I've left out

Re: [PATCH] Add Lilypond.

2015-03-09 Thread Eric Bavier
On 2015-03-09 16:06, Ricardo Wurmus wrote: Andreas Enge writes: On Mon, Mar 09, 2015 at 03:43:01PM -0500, Eric Bavier wrote: I think lilypond deserves its own module (gnu packages lilypond). What do others think? How about a name that could also accept GNU Denemo? music.scm? score.scm?

Remove Windowmaker from session options in Slim

2015-03-09 Thread 白い熊
How do I remove the option to start a Windowmaker session in Slim? I just want ratpoison to stay there as default. I'm aware of the ~/.config/guix/latest/gnu/services/xorg.scm which apparently specifies Windowmaker as default, so could edit it. Is there a sysconfig way? -- 白い熊 @相撲道

9x15bold xfont

2015-03-09 Thread 白い熊
I'm very fond of the 9x15bold X font for work in the terminal. On Debian systems it's usually in the “xfonts” package. No such package exists in Guix. I checked, and none of the built xorg derivations on my system have the font. Does some package have it? -- 白い熊 @相撲道

Re: 9x15bold xfont

2015-03-09 Thread Andreas Enge
On Mon, Mar 09, 2015 at 10:24:26PM +0100, 白い熊 @相撲道 wrote: I'm very fond of the 9x15bold X font for work in the terminal. On Debian systems it's usually in the “xfonts” package. No such package exists in Guix. I checked, and none of the built xorg derivations on my system have the font. In

Re: 01/01: gnu: ncmpcpp: Enable taglib support.

2015-03-09 Thread Ludovic Courtès
Paul van der Walt p...@denknerd.org skribis: On 2015-03-08 at 22:30, quoth Ludovic Courtès: + (taglib ,taglib))) ‘taglib’ should go to a new ‘inputs’ field, not to ‘native-inputs’ (the distinction between the two is for when cross-compiling: ‘native-inputs’ are things that need to be

Re: [PATCHES] Add recode, enca.

2015-03-09 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich Bayırlı/Kammer) skribis: l...@gnu.org (Ludovic Courtès) writes: You could set LD_LIBRARY_PATH to . (or the subdirectory where the library can be found) before running the tests. This should be ‘LIBRARY_PATH’, not ‘LD_LIBRARY_PATH’, but yes, good idea.

Re: [PATCH] build: ruby: Patch executables to set necessary gem load path.

2015-03-09 Thread Ludovic Courtès
David Thompson dthomps...@worcester.edu skribis: This patch addresses the issue of how to ensure that Ruby executables are able to load all of the additional Ruby libraries that they need in order to work: with a new 'patch-executables' build phase. Instead of using wrap-program, I instead

Re: [PATCH] build: ruby: Patch executables to set necessary gem load path.

2015-03-09 Thread Ludovic Courtès
David Thompson dthomps...@worcester.edu skribis: David Thompson dthomps...@worcester.edu writes: This patch addresses the issue of how to ensure that Ruby executables are able to load all of the additional Ruby libraries that they need in order to work: with a new 'patch-executables' build

Re: [PATCH] build: ruby: Set $GEM_HOME that matches Ruby's $GEM_PATH.

2015-03-09 Thread Ludovic Courtès
David Thompson dthomps...@worcester.edu skribis: Ruby's native search path for $GEM_PATH looks like /lib/ruby/gems/2.2.0, where the version number at the end is formed by the major + minor version of our Ruby package followed a .0, ignoring the patch version. However, the Ruby build system

Re: [PATCH] Add tree.

2015-03-09 Thread Ludovic Courtès
Alex Sassmannshausen alex.sassmannshau...@gmail.com skribis: Ludovic Courtès writes: Similar tools (like ‘dfc’) ended up into admin.scm, though it’s not perfectly right. I think we need a module for “this kind of tool,” but I’m not sure what to call it. Ideas? I've thought about this a

Re: Gluglug X200 hangs on boot after `# guix system reconfigure /etc/sysconfig.scm', right after starting dmd

2015-03-09 Thread Ludovic Courtès
With commit 116244d, if you have, say, both ‘dhcp-client-service’ and ‘wicd-service’ in the config, you get a hard error: $ guix system build gnu/system/os-config.tmpl -n guix system: error: service 'networking' provided more than once Thanks, Ludo’.

guix pull: error: build failed

2015-03-09 Thread 白い熊
On “guix pull” I now get: starting download of `/tmp/guix-file.8HWYTA' from `http://git.savannah.gnu.org/cgit/guix.git/snapshot/guix-master.tar.gz'... http://git.savannah.gnu.org/.../guix-master.tar.gz 8711.8 KiB transferred (522. KiB/s) unpacking

Re: 9x15bold xfont

2015-03-09 Thread 白い熊
On 2015年3月9日 23:03:20 CET, Andreas Enge andr...@enge.fr wrote: In debian it is in xfonts-base, in the subdirectory misc. We have various font packages in xorg.scm. I think you are looking for font-misc-misc. Thank you, that's the package. However, as there's obviously no /usr/share/fonts...

Re: GNU in GSOC 2015 - Application sent

2015-03-09 Thread Giuseppe Scrivano
l...@gnu.org (Ludovic Courtès) writes: l...@gnu.org (Ludovic Courtès) skribis: Here are three ideas for Guix and dmd. Others may follow. Here’s a couple more. Thanks, just added them to the page. Regards, Giuseppe

Gluglug X200 hangs on boot after `# guix system reconfigure /etc/sysconfig.scm', right after starting dmd

2015-03-09 Thread 白い熊
I've installed GuixSD on the Gluglug X200 without a problem, using instructions for the X60. [1] Did `# guix pull' and reconfigured the system to enable the wicd service. [2] However on the Gluglug X200 the system freezes upon reboot with a kernel panic if “(wicd-service)” is included in

Re: Remove Windowmaker from session options in Slim

2015-03-09 Thread 宋文武
Yes, you can use in your sysconfig, then do a reconfigure (and reboot): ... (slim-service #:sessions (list %ratpoison-session-type)) ... 2015-03-10 5:28 GMT+08:00 白い熊 @相撲道 guix-devel_gnu@sumou.com: How do I remove the option to start a Windowmaker session in Slim? I just want

Re: 9x15bold xfont

2015-03-09 Thread 宋文武
Yes, you can modify xorg.scm, and then reconfigure your GuixSD from the modified sources. But IMO the xserver.conf in xorg.scm is not in a good shape for customization. Also you can install the fonts into user's profile, then do: xset +fp ~/.guix-profile/share/fonts/X11

Re: [PATCH] gnu: Add rxvt-unicode.

2015-03-09 Thread Ludovic Courtès
Axel gra...@gmail.com skribis: From 0619a0bcfb0a094c534ec49931ac5eb299774780 Mon Sep 17 00:00:00 2001 From: Alexander I.Grafov (Axel) gra...@gmail.com Date: Mon, 9 Mar 2015 05:03:39 +0300 Subject: [PATCH] gnu: Add rxvt-unicode. * gnu/packages/xorg.scm (rxvt-unicode): New variable. Applied

Re: [PATCHES] Add wicd and wicd-service

2015-03-09 Thread Ludovic Courtès
白い熊 @相撲道 guix-devel_gnu@sumou.com skribis: On 2015年3月9日 3:04:55 CET, Mark H Weaver m...@netris.org wrote: When running `sudo guix system reconfigure /etc/sysconfig.scm' I get: guix system: error: failed to load operating system file '/etc/sysconfig.scm': ERROR: no code for module (gnu

Re: ccall mechanism in Julia

2015-03-09 Thread Ludovic Courtès
I think you want to things: 1. That the libraries that Julia requires are automatically resolved to those that were available at build time. The static map you propose is the right thing for that, as Andreas notes. 2. That any other libraries users may want to load is search for

Re: [PATCHES] Add wicd and wicd-service

2015-03-09 Thread 白い熊
On 2015年3月9日 3:04:55 CET, Mark H Weaver m...@netris.org wrote: When running `sudo guix system reconfigure /etc/sysconfig.scm' I get: guix system: error: failed to load operating system file '/etc/sysconfig.scm': ERROR: no code for module (gnu packages wicd) This after a `guix pull'.

Re: 01/01: gnu: ncmpcpp: Enable taglib support.

2015-03-09 Thread Paul van der Walt
On 2015-03-08 at 22:30, quoth Ludovic Courtès: + (taglib ,taglib))) ‘taglib’ should go to a new ‘inputs’ field, not to ‘native-inputs’ (the distinction between the two is for when cross-compiling: ‘native-inputs’ are things that need to be run on the machine that compiles, whereas

[PATCH] gnu: ncmpcpp: Move taglib from native-inputs.

2015-03-09 Thread Paul van der Walt
* gnu/packages/mpd.scm (ncmpcpp): Fixup badly-placed taglib input. --- gnu/packages/mpd.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 2f9ad72..f89d3ed 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@

Re: Website implementation

2015-03-09 Thread Ludovic Courtès
David Thompson dthomps...@worcester.edu skribis: Luis Felipe López Acevedo felipe.lo...@openmailbox.org writes: [...] - Skribilo http://www.nongnu.org/skribilo/ I haven't used Skribilo enough to know if it should be used for this purpose. Ludo? The “Example” section of the web page

[PATCH] Add openspecfun.

2015-03-09 Thread Ricardo Wurmus
From e9116312279d1ad626c0a64001ce44ec47140fc4 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Mon, 9 Mar 2015 11:27:52 +0100 Subject: [PATCH] gnu: Add openspecfun. * gnu/packages/maths.scm (openspecfun): New variable. --- gnu/packages/maths.scm | 37