Re: Libreoffice building (sort of)

2015-03-10 Thread 白い熊
On 2015年3月10日 9:54:43 CET, 白い熊 @相撲道 guix-devel_gnu@sumou.com wrote: On 2014年11月24日 18:19:33 CET, John Darrington wrote: Well currently the libreoffice package in wip-libreoffice branch, builds, installs and seems to work ok. Until the building errors are all fixed and it's merged with

Re: none

2015-03-10 Thread Tomáš Čech
On Fri, Dec 05, 2014 at 09:35:42AM +0100, Tomas Cech wrote: At Fri, 05 Dec 2014 00:04:23 +0100, Ludovic Courtès wrote: Tomas Cech sleep_wal...@suse.cz skribis: I tried to install Guix as alternative OS to my Gentoo and openSUSE installations to give a try. I tried unsupported scenario -

[PATCH] Add CUnit.

2015-03-10 Thread Ricardo Wurmus
From ffcef48c74e2fe3963b93872d2863de6648e8ea5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Tue, 10 Mar 2015 10:50:22 +0100 Subject: [PATCH] gnu: Add CUnit. * gnu/packages/check.scm (cunit): New variable. --- gnu/packages/check.scm | 32

Re: [GNUnet-developers] GNU in GSOC 2015 - Application sent

2015-03-10 Thread Sree Harsha Totakura
Hi! I'd like this also to be mentioned briefly under the GNUnet project so that anyone interested in GNUnet can find it. Please add the following under GNUnet ideas: h4Supporting GNU Guix's package distribution/h4 p Please refer to the description for this project listed under a href=#guixGNU

Re: [PATCH] Add openlibm.

2015-03-10 Thread Ricardo Wurmus
Ludovic Courtès writes: +(synopsis System-independent, portable libm implementation) What about “Portable C mathematical library (libm)”? Okay. +;; From LICENSE.md: +;; The OpenLibm code derives from the FreeBSD msun and OpenBSD libm +;; implementations, which in turn

Re: [GSoC] Introduction + question about dmd

2015-03-10 Thread Ludovic Courtès
Rohan Prinja rohan.pri...@gmail.com skribis: As suggested, I read through RFC 2131 and took notes. I also looked at lwIP's RFC 2131-compliant implementation of DHCP and I think I have a fair understanding of the DHCP protocol now. BTW, you didn't mention RFC 3315 - does this mean that the

Re: Incomplete first draft of my GSoC proposal

2015-03-10 Thread Ludovic Courtès
Rohan Prinja rohan.pri...@gmail.com skribis: Project name Implementing a DHCP client in Guile Scheme Summary --- We want to have a DHCP client written in Guile Scheme. Specifically: 1. The implementation will comply with IETF RFC 2131 [1] 2. The client will be bundled

[PATCH 1/2] services: slim: Allow non-absolute path to be used as session command.

2015-03-10 Thread 宋文武
* gnu/services/xorg.scm (xinitrc)[builder]: Don't check the existence of COMMAND. Only run ~/.xsession when it exists. --- gnu/services/xorg.scm | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/gnu/services/xorg.scm

Re: Libreoffice building (sort of)

2015-03-10 Thread Ludovic Courtès
白い熊 @相撲道 guix-devel_gnu@sumou.com skribis: wget http://git.savannah.gnu.org/cgit/guix.git/snapshot/wip-libreoffice.tar.gz guix pull --url=file:///path/to/wip-libreoffice.tar.gz guix package -i libreoffice It's building now, apparently everything from source, so probably a long way to

Re: 9x15bold xfont

2015-03-10 Thread Ludovic Courtès
宋文武 iyzs...@gmail.com skribis: 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. Yeah, we should add parameters to allow users to specify the font packages (and have a sane

[PATCH 2/2] services: slim: Pass SESSION to ~/.xsession as $1.

2015-03-10 Thread 宋文武
* gnu/services/xorg.scm (xinitrc)[builder]: Pass SESSION to ~/.xsession. --- gnu/services/xorg.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index ae3a9ad..728544b 100644 --- a/gnu/services/xorg.scm +++

GNU Icecat 31.5.0 update -- How to save your settings from 31.4.0

2015-03-10 Thread Mark H Weaver
GNU Icecat 31.5.0 seems to have moved its user data (including bookmarks, sessions, extensions, etc) from ~/.mozilla to ~/.gnu, so you'll have to move that directory over. Mark

Re: Remove Windowmaker from session options in Slim

2015-03-10 Thread 白い熊
On 2015年3月10日 2:49:22 CET, 宋文武 iyzs...@gmail.com wrote: Yes, you can use in your sysconfig, then do a reconfigure (and reboot): ... (slim-service #:sessions (list %ratpoison-session-type)) Thanks, this was exactly what I was looking for. Coincidentally, I discovered it at just about the

Re: [GNUnet-developers] GNU in GSOC 2015 - Application sent

2015-03-10 Thread Giuseppe Scrivano
Sree Harsha Totakura totak...@in.tum.de writes: h4Supporting GNU Guix's package distribution/h4 p Please refer to the description for this project listed under a href=#guixGNU Guix project ideas/a. /p added. Regards, Giuseppe

Re: 01/01: gnu: vlc: Update to 2.2.0

2015-03-10 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: On Tue, Mar 03, 2015 at 01:32:08PM +, Jason Self wrote: gnu: vlc: Update to 2.2.0 compilation on x86_64 fails for me with the following error message: access/dtv/linux.c: In function ‘dvb_set_dvbs2’: access/dtv/linux.c:906:27: error:

Re: [PATCH] gnu: Add enlightenment.

2015-03-10 Thread Ludovic Courtès
Tomáš Čech sleep_wal...@suse.cz skribis: * gnu/packages/enlightenment.scm (enlightenment): New variable. [...] +(propagated-inputs + `((efl ,efl) + (elementary ,elementary))) Do these need to be propagated? If so, could you add a comment explaining why? +(description

Re: [PATCH] Add openlibm.

2015-03-10 Thread Ludovic Courtès
Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: Ludovic Courtès writes: [...] +;; From LICENSE.md: +;; The OpenLibm code derives from the FreeBSD msun and OpenBSD libm +;; implementations, which in turn derives from FDLIBM 5.3. As a result, it +;; has a number of

Re: [PATCH] Add Lilypond.

2015-03-10 Thread Ludovic Courtès
Mark H Weaver m...@netris.org skribis: l...@gnu.org (Ludovic Courtès) writes: Eric Bavier bav...@member.fsf.org skribis: I think lilypond deserves its own module (gnu packages lilypond). What do others think? +1 Since then, (gnu packages music) has been suggested. I like this because

Re: [PATCH] Add openspecfun.

2015-03-10 Thread Ludovic Courtès
Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: 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):

Re: [PATCH] Add PCB.

2015-03-10 Thread Ludovic Courtès
Ricardo Wurmus rek...@elephly.net skribis: In packaging PCB I noticed that our Mesa package loads a few libraries with dlopen() but does not use absolute paths to store items. In the case of PCB, dlopen(libudev.so.0) fails and causes pcb die on startup with a segfault. To prevent this until

[PATCHES] Fix samba rpaths, add mplayer2

2015-03-10 Thread Taylan Ulrich Bayırlı/Kammer
The first patch closes at least one of the dangling .so references bugs I reported recently; it should close all those where the dangling references are to libtalloc, libtevent, libtdb, libwbclient, and libcrypt. Possibly more, because those libs are just the ones that bit me while building

[PATCH] A little typo in gnu/system.scm

2015-03-10 Thread Axel
Name 'operating-system-packages' declared twice in export list in the gnu/system.scm. I think it is a typo. Isn't it? -- Александр Графов 0001-system-Remove-duplicated-line-from-export.patch Description: Binary data

Re: zsh and fish missed in /etc/shells?

2015-03-10 Thread Axel
Thank you for explanation, I installed these packages system wide and got symbolic links. I prepared the patch for gnu/system.scm but I unsure about the way I used to check packages availability (find-packages-by-name). I see only the problem when one user installed the package and other don't —

Re: [PATCH] Add Lilypond.

2015-03-10 Thread Ricardo Wurmus
Ludovic Courtès writes: Mark H Weaver m...@netris.org skribis: Since then, (gnu packages music) has been suggested. I like this because there are other packages like Denemo that will need a home as well. What do you think? I like (gnu packages music) too, and it makes sense to group

Re: RFC: Build system hacks for Guix do not belong in 'source'

2015-03-10 Thread Ricardo Wurmus
Mark H Weaver writes: I think that both the 'ldconfig - true' hack and the LIBDIR substitution should be moved to a build phase for both of these packages. Attached are updated patches, moving the build hacks from snippets to a build phase. ~~ Ricardo From

Re: [PATCH 1/2] services: slim: Use /run/current-system/profile/share/xsessions as sessiondir.

2015-03-10 Thread Ludovic Courtès
宋文武 iyzs...@gmail.com skribis: * gnu/services/xorg.scm (session-type, %windowmaker-session-type) (%ratposion-session-type, %sawfish-session-type, %default-xsessions) (xsessions-directory): Remove. (slim-service): Remove #:sessions parameter. [slim.cfg]: Use

Re: [PATCH 4/4] gnu: gcc: Also substitute the dynamic linker name for GNU, (ie. Hurd) systems.

2015-03-10 Thread Manolis Ragkousis
Wrapped the commit log lines and pushed it to wip-hurd.

Re: [PATCH] Add Lilypond.

2015-03-10 Thread Ludovic Courtès
Eric Bavier bav...@member.fsf.org skribis: I think lilypond deserves its own module (gnu packages lilypond). What do others think? +1

Re: [PATCH 2/2] services: slim: Allow non-absolute path to be used as session command.

2015-03-10 Thread Ludovic Courtès
宋文武 iyzs...@gmail.com skribis: * gnu/services/xorg.scm (xinitrc)[builder]: Don't check the existence of COMMAND. Only run ~/.xsession when it exists. [...] + (when (file-exists? ~/.xsession) +(exec-from-login-shell (string-append home /.xsession))) That doesn’t work

Re: 01/01: gnu: libmikmod: Remove inputs alsa-lib and libx11.

2015-03-10 Thread Ludovic Courtès
??? iyzs...@gmail.com skribis: commit 2cb4ca6303e44dd0f8b8073a24b9f8966b73fb9c Author: 宋文武 iyzs...@gmail.com Date: Mon Mar 9 17:14:04 2015 +0800 gnu: libmikmod: Remove inputs alsa-lib and libx11. Fixes http://bugs.gnu.org/19015. * gnu/packages/sdl.scm

Re: guix pull: error: build failed

2015-03-10 Thread Ludovic Courtès
白い熊 @相撲道 guix-devel_gnu@sumou.com skribis: 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.gz8711.8 KiB transferred (522. KiB/s)

Re: guix pull: error: build failed

2015-03-10 Thread 白い熊
Disappeared, I guess it was a bug in master... -- 白い熊 @相撲道

Re: Libreoffice building (sort of)

2015-03-10 Thread 白い熊
On 2014年11月24日 18:19:33 CET, John Darrington wrote: Well currently the libreoffice package in wip-libreoffice branch, builds, installs and seems to work ok. Until the building errors are all fixed and it's merged with master, is there a way I can install it on GuixSD? How would, I do this?

Re: [PATCH 1/2] services: slim: Use /run/current-system/profile/share/xsessions as sessiondir.

2015-03-10 Thread 宋文武
2015-03-10 16:46 GMT+08:00 Ludovic Courtès l...@gnu.org: 宋文武 iyzs...@gmail.com skribis: * gnu/services/xorg.scm (session-type, %windowmaker-session-type) (%ratposion-session-type, %sawfish-session-type, %default-xsessions) (xsessions-directory): Remove. (slim-service): Remove

Re: zsh and fish missed in /etc/shells?

2015-03-10 Thread Axel
I found tcsh in packages list and maybe missed some other shells. Seems like we need more general solution than patch proposed by me. Also maybe merge all shells to a new common package gnu shells instead of separate packages? 2015-03-11 1:30 GMT+03:00 Axel gra...@gmail.com: Thank you for