[PATCH]: gnu: bowtie: only support x86_64-linux

2015-01-29 Thread Ricardo Wurmus
Since bowtie's Makefile explicitly checks that the system it is built on is x86_64 building on MIPS and i686 should be disabled. (See bug#19708 for discussion.) This is what the attached patch does. ~~ Ricardo From 9789efe14b8cf00ebf6b39a63146483fbe220535 Mon Sep 17 00:00:00 2001 From: Ricardo

GNU Guix 0.8.1 released

2015-01-29 Thread Ludovic Courtès
We are pleased to announce the release of GNU Guix version 0.8.1, representing 804 commits by 21 people over 2.5 months. • About GNU Guix is a functional package manager for the GNU system. The Guix System Distribution is an advanced distribution of the GNU system. In addition to

Re: [PATCH]: Add IcedTea 6

2015-01-29 Thread Ricardo Wurmus
Ludovic Courtès writes: I rewrote this to instead check the generated test logs in test/ for lines starting with Error: or FAILED:. To disable tests I wrapped it in an (or #t ...) as the argument #:tests? #f does not disable a custom check phase. 'check (lambda _

Re: [PATCH]: gnu: bowtie: only support x86_64-linux

2015-01-29 Thread Ricardo Wurmus
Ricardo Wurmus writes: Since bowtie's Makefile explicitly checks that the system it is built on is x86_64 building on MIPS and i686 should be disabled. (See bug#19708 for discussion.) This is what the attached patch does. Please disregard the above patch and consider the attached one

[PATCH 0/4]: Add various audio libraries

2015-01-29 Thread Ricardo Wurmus
Hi Guix, this patch series adds a couple of audio libraries to gnu/packages/audio.scm. Some of them depend on the waf-build-system introduced in an earlier, separate patch set. The following packages are added: - JACK2 (with dbus support) - aubio - liblo - LV2 The latter three packages are

Re: Guix != GNU GSD == True

2015-01-29 Thread Bruno Félix Rezende Ribeiro
Em Thu, 29 Jan 2015 07:30:25 -0500 Richard Stallman r...@gnu.org escreveu: I recognize that the Guix / GSD naming matter is settled, There seems to be a misunderstanding here. The distro made wit Guix is called the Guix System Distro or GuixSD. Please do NOT use the term GSD -- it

Re: Guix != GNU GSD == True

2015-01-29 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] GNU GSD (Guix System Distribution) is a GNU-based operating system, Please

Re: Guix != GNU GSD == True

2015-01-29 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] I recognize that the Guix / GSD naming matter is settled, There seems to be a

New Esperanto PO file for 'guix' (version 0.8.1)

2015-01-29 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 Esperanto team of translators. The file is available at: http://translationproject.org/latest/guix/eo.po (We can arrange things so that in

[PATCH] gnu: Add desktop-file-utils.

2015-01-29 Thread 宋文武
* gnu/packages/gnome.scm (desktop-file-utils): 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 d8b9acf..c42092d 100644 --- a/gnu/packages/gnome.scm +++

Mistakes

2015-01-29 Thread Ludovic Courtès
I made two mistakes when preparing the release: I forgot to include the ARM port in ‘NEWS’ (despite it being one of the most significant changes!), and I inadvertently pushed a dozen of Nix tags that I had locally to git.sv.gnu.org, leading to many messages to guix-commits (I removed them soon

Re: Guix != GNU GSD == True

2015-01-29 Thread Luis Felipe López Acevedo
El jue, 29-01-2015 a las 07:30 -0500, Richard Stallman escribió: [[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] I recognize

Re: Guix != GNU GSD == True

2015-01-29 Thread Alfred M. Szmidt
GNU GSD (Guix System Distribution) is a GNU-based operating system, Please recall that we are not using the term GSD to refer to the Guix-based distro. Please stop posting messages which presuppose we are using that term. People will most probobly continue to use

[PATCH 0/2] PHP work in progress

2015-01-29 Thread David Thompson
This patchset contains a sort-of working PHP package. Unfortunately, the build fails in a way that I have been unable to fix when the '--with-apxs2' configure flag is turned on to build the mod_php Apache httpd module. Here is the build output at the point of failure:

[PATCH 1/2] gnu: httpd: Add perl input.

2015-01-29 Thread David Thompson
From 31c4cf3f61c15df66bf85197829225b1d6064f2a Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Thu, 29 Jan 2015 16:34:04 -0500 Subject: [PATCH 1/2] gnu: httpd: Add perl input. Perl is needed to run bin/apxs. * gnu/packages/web.scm (httpd): Add perl input. ---

[PATCH 2/2] gnu: Add php.

2015-01-29 Thread David Thompson
From 320aedada4de414e83c4c4207717d48a6ca1bbbc Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Sun, 16 Nov 2014 13:48:11 -0500 Subject: [PATCH 2/2] gnu: Add php. * gnu/packages/patches/php-fix-configure.patch: New file. * gnu/packages/php.scm: New file. * gnu-system.am

[PATCH 0/5]: Add even more LV2 libraries

2015-01-29 Thread Ricardo Wurmus
Hi Guix, here's another batch of LV2-related patches. They depend on some of the previous patches[1] and on the waf-build-system[2]. This patch set adds the following libraries, all of which are dependencies of Ardour (and possibly other LV2 hosts): - serd - sord - sratom - lilv - suil ~~

Re: Guix != GNU GSD == True

2015-01-29 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] People will most probobly continue to use it, it would be better to pick a

Re: guix environment

2015-01-29 Thread David Thompson
Ludovic Courtès l...@gnu.org writes: On closer inspection, I see two issues: (define (packages-transitive-inputs packages) Return a list of the transitive inputs for all PACKAGES. (define (transitive-inputs package) (filter-map (match-lambda ((_ (?

Re: [PATCH]: Add IcedTea 6

2015-01-29 Thread Andreas Enge
On Thu, Jan 29, 2015 at 10:47:17AM +0100, Ricardo Wurmus wrote: I pushed without disabling any platform yet. Based on the build results I will update the package. It does not build on mips: http://hydra.gnu.org/build/224665 My guess would be that the bootstrap binaries are for i?86

Re: [PATCH]: gnu: bowtie: only support x86_64-linux

2015-01-29 Thread Mark H Weaver
Ricardo Wurmus ricardo.wur...@mdc-berlin.de writes: Please disregard the above patch and consider the attached one instead, which also patches the Makefile (with an upstream patch for the next release) to fix the build errors on x86_64. The ChangeLog should be this instead, of course