[PATCH] gnu: Add postgresql-service.

2015-05-03 Thread David Thompson
Hello everyone, Below is a patch for my very first service: postgresql-service. What do you think? Thanks in advance for the code review! >From 888bb58253ab708f38609aa839e77a46a96bd0df Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 3 May 2015 17:02:59 -0400 Subject: [PATCH] gnu: Add

Re: pkg-config "Requires" fields and propagated inputs

2015-05-03 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: >> portaudio: pkg-config: () libs: ("asound") >> avahi: pkg-config: ("glib-2.0" "gobject-2.0" "glib-2.0") libs: () >> libatomic-ops: pkg-config: () libs: ("atomic_ops") > > So ‘libs’ means that the .pc has “-latomic_ops”, right? Indeed. There are libatomic_

Re: [PATCH] Add totem-pl-parser.

2015-05-03 Thread Ludovic Courtès
David Hashe skribis: > * gnu/packages/gnome.scm (totem-pl-parser): New variable. Applied, thanks! Ludo’.

Re: [DMD] [PATCH] doc: Fix location of default user dmd configuration file.

2015-05-03 Thread Ludovic Courtès
David Thompson skribis: > From 5604ea6b3760b3289dd7617c57910669f5b3922e Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Sat, 2 May 2015 18:58:44 -0400 > Subject: [PATCH] doc: Fix location of default user dmd configuration file. > > * dmd.texi ("Jump Start"): Document the real default use

Re: [PATCH] doc: Replace reference to profile.sh with sh-symlink

2015-05-03 Thread Ludovic Courtès
Christopher Allan Webber skribis: > From 752cff71d7c3086f116f02a46af2f87d05597c03 Mon Sep 17 00:00:00 2001 > From: Christopher Allan Webber > Date: Fri, 1 May 2015 08:54:33 -0500 > Subject: [PATCH] doc: Replace reference to profile.sh with sh-symlink > > * doc/guix.texi (The Store Monad): Replac

Re: [PATCH] gnu: Add taskwarrior.

2015-05-03 Thread Ludovic Courtès
Tomáš Čech skribis: > * gnu/packages/task-management.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Please push, thanks! Ludo'.

Re: LVM support

2015-05-03 Thread Ludovic Courtès
Sorry for the delay. Tomáš Čech skribis: > On Tue, Apr 21, 2015 at 05:52:33PM +0200, Ludovic Courtès wrote: [...] >>So I would declare >> >> (mapped-device >>(source "/dev/sda") >>(target "volume_group_name-logical_volume_name") >>(kind lvm-device-mapping)) >> >>and that would giv

Re: pkg-config "Requires" fields and propagated inputs

2015-05-03 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: [...] >> It looks like there are 3 classes of false positives here that would >> need to be addressed to make the report more directly readable. > > I think all these false positives are fixed now! Impressive! > New sample outpu

Re: [PATCH] gnu: Add zeromq.

2015-05-03 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 992c61b9e4a87a3a21a24c163928950031390804 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 29 Apr 2015 16:52:46 +0200 > Subject: [PATCH] gnu: Add zeromq. > > * gnu/packages/networking.scm (zeromq): New variable. OK, thanks! Ludo'.

Re: [PATCH] rename socat.scm to networking.scm.

2015-05-03 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From e66acd5c9f50e675a2d7543ac028b2fdbb7d12da Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 29 Apr 2015 16:26:34 +0200 > Subject: [PATCH] gnu: rename (gnu packages socat) to (gnu packages > networking). > > * gnu/packages/socat.scm: Rename this ... > * g

Re: [PATCH] Add sympy, scikit-image, pandas, seaborn.

2015-05-03 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 6b403eda6e4ba959ef01a1b688b22d303882658e Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 29 Apr 2015 15:03:24 +0200 > Subject: [PATCH 1/4] gnu: Add python-sympy. > > * gnu/packages/python.scm (python-sympy, python2-sympy): New variables. OK. > From 7

Re: [PATCH] Various samtools patches.

2015-05-03 Thread Ludovic Courtès
Ricardo Wurmus skribis: > The third patch adds the most recent version of the 0.1 line of > samtools. The input and output formats differ greatly from that used > and produced by samtools 1.x (which has already been packaged as > "samtools") and is still used in many bioinformatics pipelines. C

Re: Offloading acquired build slot loop

2015-05-03 Thread Les Harris
l...@gnu.org (Ludovic Courtès) writes: > Could you double-check whether this command succeeds as root and > non-interactively (no passphrase prompt): > > lsh -l USER build.server.com cat /proc/loadavg As a followup to this, this set me on the right track. Thank you! It is very obvious in hinds

Re: Cppunit undefined reference

2015-05-03 Thread Andreas Enge
On Sat, May 02, 2015 at 11:00:26PM +0200, Andreas Enge wrote: > And adding LDFLAGS=-ldl to cppunit instead of librevenge works as well; This appears to be a known problem: http://sourceforge.net/p/cppunit/patches/69/ So I am going to add "LDFLAGS=-ldl" to the #:make-flags of cppunit unless some