Re: [PATCH] gnu: Add samtools

2014-12-13 Thread Ricardo Wurmus
Mark H Weaver writes: > This built successfully on x86_64, but on i686 its test suite shows 87 > failures ("SAM files differ"). See: > > http://hydra.gnu.org/build/173180 > http://hydra.gnu.org/build/173180/log/raw Apparently, these 87 test failures on non-64-bit architectures are upstream pr

Re: [PATCH v3] gnu: Add bullet.

2014-12-13 Thread Tomáš Čech
OK, even though I disagree with version to be used, I adjusted it according Mark's comment. In the meantime I also added patch for building with -fPIC parameter which is required for EFL. Thanks in advance for your review. Best regards, Tomas Cech

[PATCH v4] gnu: Add bullet.

2014-12-13 Thread Tomáš Čech
* gnu/packages/game-development.scm: New file * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu/packages/patches/bullet-add-fPIC-into-flags.patch: New file * gnu-system.am (dist_patch_DATA): Add it. --- gnu-system.am | 2 + gnu/packages/game-development.scm

SLiM session types

2014-12-13 Thread Ludovic Courtès
宋文武 skribis: > And currently ratposion and windowmaker are hardcoded, > how about make sessions configurable? > Like: > (define %default-sessions > `(("windowmaker" . #~(execl #$windowmaker "/bin/wmaker")) > ("ratposion" . #~(execl #$ratposion "/bin/ratposion" > > (defin

Re: [PATCH] gnu: Add samtools

2014-12-13 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Can we disable the test suite for certain architectures? Or would they > have to be disabled completely? Yes, just pass something like in ‘arguments’: #:tests? (not (string=? (or (%current-system) (%current-target-system)) "i686-linux")) A

Re: [PATCH v4] gnu: Add bullet.

2014-12-13 Thread David Thompson
Tomáš Čech writes: > * gnu/packages/game-development.scm: New file > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > * gnu/packages/patches/bullet-add-fPIC-into-flags.patch: New file > * gnu-system.am (dist_patch_DATA): Add it. > --- > gnu-system.am | 2 + >

Re: poor scrolling in qemu-kvm

2014-12-13 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > The right thing is to use ‘-vga std’, which uses a “standard VGA” > emulator, which doesn’t have this problem. > > However, X will fail to start currently when using this. Somehow this problem disappeared recently, and running X in -vga std works fine as

Re: [PATCH] gnu: Add samtools

2014-12-13 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Ricardo Wurmus skribis: > >> Can we disable the test suite for certain architectures? Or would they >> have to be disabled completely? > > Yes, just pass something like in ‘arguments’: > > #:tests? (not (string=? (or (%current-system) (%current-target-s

[PATCH] gnu: Add vala.

2014-12-13 Thread 宋文武
* gnu/packages/gnome.scm (vala): New variable. --- gnu/packages/gnome.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1d3ce25..5d84f4e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@

Re: [PATCH] gnu: Add samtools

2014-12-13 Thread Mark H Weaver
Mark H Weaver writes: > l...@gnu.org (Ludovic Courtès) writes: > >> Ricardo Wurmus skribis: >> >>> Can we disable the test suite for certain architectures? Or would they >>> have to be disabled completely? >> >> Yes, just pass something like in ‘arguments’: >> >> #:tests? (not (string=? (or (

Re: hydra python2-numpy-1.9.1 failure

2014-12-13 Thread Federico Beffa
On Thu, Dec 11, 2014 at 2:20 PM, Ludovic Courtès wrote: > Check if that flag has an effect at all. For instance, > Automake-generated makefiles have supported parallel test suites for > not-too-long (a couple of years maybe) and even there it’s optional. > Hand-written build systems often run tes

Re: hydra python2-numpy-1.9.1 failure

2014-12-13 Thread Mark H Weaver
Federico Beffa writes: > On Thu, Dec 11, 2014 at 2:20 PM, Ludovic Courtès wrote: >> Check if that flag has an effect at all. For instance, >> Automake-generated makefiles have supported parallel test suites for >> not-too-long (a couple of years maybe) and even there it’s optional. >> Hand-writ

New French PO file for 'guix' (version 0.8)

2014-12-13 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'guix' has been submitted by the French team of translators. The file is available at: http://translationproject.org/latest/guix/fr.po (We can arrange things so that in the

[PATCH 1/2] gnu: Add vte.

2014-12-13 Thread 宋文武
* gnu/packages/gnome.scm (vte, vte-0): New variables. --- gnu/packages/gnome.scm | 57 +- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5d84f4e..7087727 100644 --- a/gnu/packages/g

[PATCH 2/2] gnu: Add xfce4-terminal.

2014-12-13 Thread 宋文武
* gnu/packages/xfce.scm (xfce4-terminal): New variable. --- gnu/packages/xfce.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 69776fc..4529a43 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm

[PATCH 1/2] gnu: xfce4-panel: Support panel plugins from other packages

2014-12-13 Thread Mark H Weaver
Hi Guix, Currently, xfce4-panel looks for plugins only in its own /gnu/store directory, so it is not possible to add extra panel plugins or even to use the trash plugin that comes with thunar (xfce's file manager). In the past, xfce4-panel had a way to configure paths for per-user plugin director

[PATCH 2/2] gnu: Add xfce4-battery-plugin

2014-12-13 Thread Mark H Weaver
>From 21388251c029d4193e3e87747c26b2e603c180e1 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sat, 13 Dec 2014 20:53:59 -0500 Subject: [PATCH 2/2] gnu: Add xfce4-battery-plugin. * gnu/packages/xfce.scm (xfce4-battery-plugin): New variable. --- gnu/packages/xfce.scm | 29 +