Re: WIP: IcedTea7

2015-03-31 Thread Ricardo Wurmus
Ludovic Courtès writes: Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: Building lib:/buildtmp/nix-build-icedtea7-2.5.3.drv-1/icedtea-2.5.3/openjdk.build/lib/amd64/headless/libmawt.so Begin parallel compiles:

[PATCH] Fix pbtranscript-tofu runtime errors.

2015-03-31 Thread Ricardo Wurmus
Hi Guix, pbtranscript-tofu has a few more dependencies that the install script didn't check for. The four patches add packages for as yet unpackaged dependencies (python-decorator and python-networkx), remove even more pre-built stuff from the pbtranscript-tofu tarball, and finally add all

Re: /var/tmp

2015-03-31 Thread Ludovic Courtès
Mark H Weaver m...@netris.org skribis: l...@gnu.org (Ludovic Courtès) writes: Mark H Weaver m...@netris.org skribis: Should we add /var/tmp on GuixSD? Surely. How about this patch? diff --git a/gnu/build/install.scm b/gnu/build/install.scm index aa901f6..e624cdd 100644 ---

Re: pkg-config Requires fields and propagated inputs

2015-03-31 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich Bayırlı/Kammer) skribis: taylanbayi...@gmail.com (Taylan Ulrich Bayırlı/Kammer) writes: P.S.: I'll see if I can write a tool that compares the union of the Requires[.private] fields of all .pc files in a package to the package's propagated inputs, so we

Re: acpi, suspend, hibernate

2015-03-31 Thread Ludovic Courtès
Mark H Weaver m...@netris.org skribis: l...@gnu.org (Ludovic Courtès) writes: 白い熊@相撲道 guix-devel_gnu@sumou.com skribis: I have GuixSD installed on the Gluglug X200 and would like to issue suspend and hibernate commands. Upon inspecting /proc/acpi however it seems that this is not built

[PATCH] gnu: Add clustal omega.

2015-03-31 Thread Ricardo Wurmus
Hi Guix, here's yet another sequence aligner with a funny name. This package depends on argtable, for which I just submitted a patch. ~~ Ricardo From 9c5b3c537f42d0ea97f8421e26ca036d9c2ba5f9 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Fri, 27 Mar 2015

Re: [PATCH] Add cutadapt.

2015-03-31 Thread Ricardo Wurmus
Ludovic Courtès writes: Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: From 18a14112b6e22248638d2b34e1c1b935e1bcd343 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Fri, 20 Mar 2015 16:17:55 +0100 Subject: [PATCH] gnu: Add cutadapt. *

Planning for 0.8.2

2015-03-31 Thread Ludovic Courtès
It’s about time to prepare for 0.8.2. Here’s what I think should be completed by then: • ‘wip-build-systems-gexp’ merged in ‘core-updates’, although if that turns out to involve more work than expected, I’m happy to delay it until the next release. • New phase to validate NEEDED

Re: Planning for 0.8.2

2015-03-31 Thread Andreas Enge
On Tue, Mar 31, 2015 at 05:57:20PM +0200, Ludovic Courtès wrote: • LibreOffice (anyone?) I started work on this, adding two of the prerequisites in commits c12efc7 and 97039f6. As there is a long list of dependencies, with package recipes to be completed and updated, tests to be fixed and so

Re: [PATCH v2] gnu: curl: Update to 7.41.0. Fix #20121.

2015-03-31 Thread Mark H Weaver
Tomáš Čech sleep_wal...@gnu.org writes: * gnu/packages/patches/curl-gss-api-fix.patch: Delete file. * gnu/packages/patches/curl-enable_capath-conf.patch: New file. * gnu/packages/patches/curl-enable_capath.patch: New file. Why the mixture of dashes and underscores in the patch name? Normally

Re: Planning for 0.8.2

2015-03-31 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: It’s about time to prepare for 0.8.2. Here’s what I think should be completed by then: • ‘wip-build-systems-gexp’ merged in ‘core-updates’, although if that turns out to involve more work than expected, I’m happy to delay it until the next

Re: Planning for 0.8.2

2015-03-31 Thread Mark H Weaver
It would also be good to fix Qt-5 on i686. Mark

Re: [PATCH 3/3] gnu: Add ghc.

2015-03-31 Thread Mark H Weaver
Federico Beffa be...@ieee.org writes: From 52b593fd287a76b6a7ab04e5a3dc82bf4dc72d6b Mon Sep 17 00:00:00 2001 From: Federico Beffa be...@fbengineering.ch Date: Sat, 28 Mar 2015 20:09:37 +0100 Subject: [PATCH] gnu: ghc: Fix i686 build. * gnu/packages/haskell.scm (ghc-bootstrap-7.8.4, ghc):

Re: Planning for 0.8.2

2015-03-31 Thread Eric Bavier
On 2015-03-31 10:57, l...@gnu.org wrote: It’s about time to prepare for 0.8.2. Here’s what I think should be completed by then: [...] • LibreOffice (anyone?), Hydra(?). Hydra would indeed be nice to have completed. Unfortunately there's a blocking license issue with one of the needed

Re: [PATCH] Fix pbtranscript-tofu runtime errors.

2015-03-31 Thread Ricardo Wurmus
Mark H Weaver writes: Ricardo Wurmus ricardo.wur...@mdc-berlin.de writes: From 1e18e4a855659f674203777b454035cbee1a8da6 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Tue, 31 Mar 2015 12:34:37 +0200 Subject: [PATCH 1/4] gnu: Add python-decorator. Looks

Re: [PATCH] Fix pbtranscript-tofu runtime errors.

2015-03-31 Thread Mark H Weaver
Ricardo Wurmus ricardo.wur...@mdc-berlin.de writes: From 1e18e4a855659f674203777b454035cbee1a8da6 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus ricardo.wur...@mdc-berlin.de Date: Tue, 31 Mar 2015 12:34:37 +0200 Subject: [PATCH 1/4] gnu: Add python-decorator. Looks good. From

Re: Planning for 0.8.2

2015-03-31 Thread Taylan Ulrich Bayırlı/Kammer
Mark H Weaver m...@netris.org writes: It would also be good to fix Qt-5 on i686. I've been looking into this but didn't come very far on fixing it. I opened a Qt bug report on it: https://bugreports.qt.io/browse/QTBUG-45205 In short, the qtwebengine sources end up including both GL headers,

[PATCH] gnu: Add argtable.

2015-03-31 Thread Ricardo Wurmus
Hi Guix, attached is a patch to add argtable. Ultimately, the popt module should probably be renamed to something like optparsers, but since finding good names is something I'm not good at, I'll leave that to someone else :) ~~ Ricardo From c305bf1e75ad764b59845e440190bbbec675acb2 Mon Sep 17

Re: [PATCH] gnu: ngircd: Fix test suite.

2015-03-31 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich Bayırlı/Kammer) skribis: From 4e5f345f54395a02f87a0ce0c3e68d2b71e20259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= taylanbayi...@gmail.com Date: Mon, 30 Mar 2015 10:37:11 +0200 Subject: [PATCH] gnu: ngircd: Fix

[PATCH] Add Csound and Solfege.

2015-03-31 Thread Ricardo Wurmus
Hi Guix, attached is a patch for GNU Solfege, which was surprisingly hard to package. Another patch is for Csound, which is an optional dependency of Solfege; it's used in some nice intonation exercises. Solfege required quite a few additional pre-build phases in order to fix problems. The