Sdl-union not exported

2015-02-07 Thread Andreas Enge
Hello, currently, the package sdl-union is not exported from sdl.scm. Is this intentional or an oversight? Andreas

Re: Sdl-union not exported

2015-02-07 Thread David Thompson
Andreas Enge writes: > currently, the package sdl-union is not exported from sdl.scm. Is this > intentional or an oversight? Intentional. sdl-union is used only as an input to other packages, so we don't want it to show up when viewing the public package list. If you'd like to use sdl-union fr

Openssl and certificate directory

2015-02-07 Thread Andreas Enge
Hello, the attached patch does the same thing as we just pushed for gnutls: It sets the global certificate store to files and directories inside /etc/ssl. It should be applied after the update to 1.0.2, which I am trying to have built by hydra on the wip-openssl branch (except that hydra refuses t

Numpy failures

2015-02-07 Thread Andreas Enge
python-numpy-bootstrap currently fails its tests on hydra, which entails a bunch of other failures. On my own x86_64 machines, the build succeeds, however. Andreas

[PATCH] gnu: Add srt2vtt.

2015-02-07 Thread David Thompson
I recently wrote a simple tool for converting SubRip formatted subtitles to an HTML5 compatible format for the FSF's new "User Liberation" video. I've decided that it works well enough to merit a release, so here's a package! >From 8cc823544e24bb8afb09b43ca399129c93abe2af Mon Sep 17 00:00:00 2001

Re: [PATCH]: Add python-sphinx-rtd-theme.

2015-02-07 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From c8ba1aa7680f5d75c34177442c39507a49e8b2ae Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Fri, 6 Feb 2015 11:34:00 +0100 > Subject: [PATCH] gnu: Add Sphinx RTD theme. > > * gnu/packages/python.scm (python-sphinx-rtd-theme, python2-sphinx-rtd-theme): > New

Re: [PATCH]: gnu: Add seqan.

2015-02-07 Thread Ludovic Courtès
Ricardo Wurmus skribis: > The documentation is 7.8MB and the includes are 3.6MB heavy, so I > decided to split the outputs. It’s a good idea to write it in a comment next to the ‘outputs’ field so that passers-by know why it’s like this. > From 63d3fe6a279489bb872708f30e1c74799e7702a5 Mon Sep 1

Re: [PATCH]: gnu: Add flexbar.

2015-02-07 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From fc082d741f31fb6260c8fd92332d63ed40e592e5 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Fri, 6 Feb 2015 15:42:02 +0100 > Subject: [PATCH] gnu: Add flexbar. > > * gnu/packages/bioinformatics.scm (flexbar): New variable. LGTM, thanks. Ludo’.

Re: [PATCH]: Add Ant.

2015-02-07 Thread Ludovic Courtès
Ricardo Wurmus skribis: >>> * to use Ant without problems ANT_HOME and JAVA_HOME really should be >>> set appropriately (ANT_HOME to $out of the ant-minimal package, >>> JAVA_HOME to $out of icedtea6). Should I suggest these two paths as >>> search paths by adding something like this to an

Re: [PATCH] gnu: Add tidy.

2015-02-07 Thread Ludovic Courtès
David Thompson skribis: > From 0e93fe70c5c512a8d2badb4c710d4ebe772829b9 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Fri, 6 Feb 2015 21:14:11 -0500 > Subject: [PATCH] gnu: Add tidy. > > * gnu/packages/web.scm (tidy): New variable. LGTM! Ludo’.

Re: A secure multimedia workstation

2015-02-07 Thread Ludovic Courtès
Hi, I don’t know about the specifics of audio applications. However, in general, it should hopefully be relatively simple to provide distro configurations tailored to specific needs–like the “media production” distro you have in mind, things like TAILS, etc. Ideally, it would boil down to prepar

Re: We need to generalize 'package-with-python2'

2015-02-07 Thread Ludovic Courtès
Eric Bavier skribis: > On Tue, 03 Feb 2015 18:42:03 -0500 > Mark H Weaver wrote: > >> The 'python-dbus' package (called 'dbus-python' upsteam) uses the >> 'gnu-build-system', and like most other python libraries, there will >> be two variants: 'python-dbus' and 'python2-dbus'. Unfortunately, >>

Re: [PATCH] utils: Strip duplicates from search path.

2015-02-07 Thread Ludovic Courtès
Eric Bavier skribis: > The attached patch (for core-updates) removes duplicate entries from > search paths. I believe this is safe. Yes, I think so. > I was encountering "command line too long" errors while trying to > build several higher-level perl modules, and noticed that the values > bein

Re: [PATCH 2/4] gnu: cross-base: Make it aware of non-Linux (ie. Hurd)

2015-02-07 Thread Ludovic Courtès
Marek Benc skribis: > From 4dc55bfe59bf60c4f55a7e54da2f5ee17589ff9e Mon Sep 17 00:00:00 2001 > From: Marek Benc > Date: Thu, 5 Feb 2015 17:01:14 +0100 > Subject: [PATCH] gnu: cross-base: Make it aware of non-Linux (ie. Hurd) > systems. > > * gnu/packages/cross-base.scm (cross-gcc-arguments): Ma

Re: [PATCH 3/4] gnu: bootstrap: Add the location of where ld.so is located on Hurd systems.

2015-02-07 Thread Ludovic Courtès
Manolis Ragkousis skribis: > On 5 February 2015 at 16:29, Marek Benc wrote: >> This one should be pretty self explanatory. > > I have done the same on my local branch so this one can be safely > applied on wip-hurd branch. Could you push this patch to wip-hurd? Thanks, Ludo’.

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

2015-02-07 Thread Ludovic Courtès
Marek Benc skribis: > From 7ae53fd611dd78a8c185734dad268428a8b931a8 Mon Sep 17 00:00:00 2001 > From: Marek Benc > Date: Thu, 5 Feb 2015 17:12:54 +0100 > Subject: [PATCH] gnu: gcc: Also substitute the dynamic linker name for GNU > (ie. Hurd) systems. > > * gnu/packages/gcc.scm (gcc-4.7): Also su

Re: problem with building gcc-cross-4.8.3 for i686-pc-gnu

2015-02-07 Thread Ludovic Courtès
Marek Benc skribis: > On 02/05/2015 09:26 PM, Ludovic Courtès wrote: >> Marek Benc skribis: >> >>> On 02/05/2015 01:44 PM, Ludovic Courtès wrote: >>> Another thing I don’t understand is that we use "--disable-libgomp" in ‘cross-gcc-arguments’, which means that the first cross-gcc

Re: [PATCH] Add 'waf-build-system'.

2015-02-07 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Attached is an updated patch that also includes changes to the "Build > Systems" section in guix.texi. > > Does this suffice? > > ~~ Ricardo > > > From cab477edc91b3959b10825c12609535bcef66895 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Thu, 5 Feb 2015 22:41

Re: Openssl and certificate directory

2015-02-07 Thread Mark H Weaver
Andreas Enge writes: > the attached patch does the same thing as we just pushed for gnutls: > It sets the global certificate store to files and directories inside > /etc/ssl. Unlike GnuTLS, OpenSSL supports setting the trust store location using environment variables, specifically SSL_CERT_DIR a

Re: [PATCH] gnu: Add tidy.

2015-02-07 Thread Mark H Weaver
David Thompson writes: > +(define-public tidy > + (package > +(name "tidy") > +(version "20091223") > +(source (origin > + (method cvs-fetch) > + (uri (cvs-reference > +(root-directory > + > ":pserver:anonym...@tidy.c

Re: [PATCH] gnu: Add tidy.

2015-02-07 Thread David Thompson
Mark H Weaver writes: > Please do (alist-cons-after 'unpack ...) instead. The reason is that we > need this to happen before the 'patch-/usr/bin/file' phase and other > similar passes that fix up 'configure', otherwise things are likely to > break on MIPS and ARM. Thanks for the explanation. I

Package List on Web Site

2015-02-07 Thread John Darrington
I don't know who or what looks after the web site for Guix, but now that Guix is growing there are starting to be some scalability issues. In particular, I have noticed that http://gnu.org/s/guix/package-list.html is now over 1.5 MB in size and is startign to take an unacceptably long time to loa