Re: [PATCH] Add Lilypond.

2015-03-10 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Ludovic Courtès writes: > >> Mark H Weaver 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

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 : > Thank you for explanation, I insta

[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: [PATCH] Add Lilypond.

2015-03-10 Thread Ricardo Wurmus
Ludovic Courtès writes: > Mark H Weaver 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 LilyPond,

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 — th

Re: [PATCH] Add Lilypond.

2015-03-10 Thread Ludovic Courtès
Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Eric Bavier 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 there are other pa

Re: [PATCH] Add openlibm.

2015-03-10 Thread Ludovic Courtès
Ricardo Wurmus 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 fixes and upd

Re: [PATCH] gnu: Add enlightenment.

2015-03-10 Thread Ludovic Courtès
Tomáš Čech 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 > + "Reso

Re: [PATCH] Add PCB.

2015-03-10 Thread Ludovic Courtès
Ricardo Wurmus 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 the Mesa p

Re: [PATCH] Add openspecfun.

2015-03-10 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From e9116312279d1ad626c0a64001ce44ec47140fc4 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 9 Mar 2015 11:27:52 +0100 > Subject: [PATCH] gnu: Add openspecfun. > > * gnu/packages/maths.scm (openspecfun): New variable. OK! Ludo'.

[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 mpla

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

2015-03-10 Thread Ludovic Courtès
Andreas Enge 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: ‘DTV_STREAM_ID’ un

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

2015-03-10 Thread Giuseppe Scrivano
Sree Harsha Totakura writes: > Supporting GNU Guix's package distribution > > > Please refer to the description for this project listed under href="#guix">GNU Guix project ideas. > added. Regards, Giuseppe

Re: Remove Windowmaker from session options in Slim

2015-03-10 Thread 白い熊
On 2015年3月10日 2:49:22 CET, "宋文武" 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 time you posted

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

[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 +++ b/gnu/services/xorg.scm

[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 b/gnu/services/xorg.s

Re: Incomplete first draft of my GSoC proposal

2015-03-10 Thread Ludovic Courtès
Rohan Prinja 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 as a Guix pa

Re: [GSoC] Introduction + question about dmd

2015-03-10 Thread Ludovic Courtès
Rohan Prinja 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 proposed DHCP client s

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

2015-03-10 Thread Ludovic Courtès
Manolis Ragkousis skribis: > Wrapped the commit log lines and pushed it to wip-hurd. Perfect, thanks. Ludo’.

Re: Libreoffice building (sort of)

2015-03-10 Thread Ludovic Courtès
"白い熊 @相撲道" 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 go... > > Let's see i

Re: 9x15bold xfont

2015-03-10 Thread Ludovic Courtès
宋文武 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 default, too.)

Re: Libreoffice building (sort of)

2015-03-10 Thread 白い熊
On 2015年3月10日 9:54:43 CET, "白い熊 @相撲道" 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 master, is >there a w

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 skribis: > I tried to install Guix as alternative OS to my Gentoo and openSUSE > installations to give a try. I tried unsupported scenario - > installation on LVM

Re: [PATCH] gnu: Add htsjdk.

2015-03-10 Thread Ricardo Wurmus
Ludovic Courtès writes: > Andreas Enge skribis: > >> On Thu, Mar 05, 2015 at 10:25:59AM +0100, Ricardo Wurmus wrote: >>> +(arguments >>> + `(#:modules ((srfi srfi-1) >>> + (guix build gnu-build-system) >>> + (guix build utils)) >> >> Is this needed? > >

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, whi

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: Supporting GNU Guix's package distribution Please refer to the description for this project listed under GNU Guix project ideas.

[PATCH] Add CUnit.

2015-03-10 Thread Ricardo Wurmus
>From ffcef48c74e2fe3963b93872d2863de6648e8ea5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus 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 1 file changed, 32

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 : > 宋文武 skribis: > >> * gnu/services/xorg.scm (, %windowmaker-session-type) >> (%ratposion-session-type, %sawfish-session-type, %default-xsessions) >> (xsessions-directory): Remove. >> (slim-service): Remove #:sessions parameter. >> [slim.cfg]: Us

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: guix pull: error: build failed

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

Re: guix pull: error: build failed

2015-03-10 Thread Ludovic Courtès
"白い熊 @相撲道" 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) > unpacking > '/gnu/

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

2015-03-10 Thread Ludovic Courtès
宋文武 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 because ~

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

2015-03-10 Thread Ludovic Courtès
??? skribis: > commit 2cb4ca6303e44dd0f8b8073a24b9f8966b73fb9c > Author: 宋文武 > Date: Mon Mar 9 17:14:04 2015 +0800 > > gnu: libmikmod: Remove inputs alsa-lib and libx11. > > Fixes . > > * gnu/packages/sdl.scm (libmikmod)[inputs]: Remove. Nice.

Re: [PATCH] Add Lilypond.

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

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 1/2] services: slim: Use /run/current-system/profile/share/xsessions as sessiondir.

2015-03-10 Thread Ludovic Courtès
宋文武 skribis: > * gnu/services/xorg.scm (, %windowmaker-session-type) > (%ratposion-session-type, %sawfish-session-type, %default-xsessions) > (xsessions-directory): Remove. > (slim-service): Remove #:sessions parameter. > [slim.cfg]: Use /run/current-system/profile/share/xsessions as sess

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 abdbfec11164c61cfdb6fc88ddf9a