Emacs interface for Guix

2014-07-15 Thread Alex Kost
Hello, I'm working on Emacs UI for Guix and I have pushed something that can be tried. Currently there is no interacting with Guix daemon so such actions as deleting, installing,... are not supported yet. But it is possible to search for and show info about packages. Important: Geiser is requir

Re: Troubles with install image

2014-07-15 Thread David Thompson
Ludovic Courtès writes: > How much RAM does the laptop have? It’s problematic if we end up > swapping when building Guix on modern hardware. My laptop has 4 GiB of > RAM and fortunately it never swaps. 1GB. I added another 512MB and the build was almost successful. The nar.scm test file fail

Re: Gettext upgrade?

2014-07-15 Thread David Thompson
Ludovic Courtès writes: > Gettext 0.19.2 fixes quite serious issues introduced in 0.19.1. It’s > best if we can ship it, but that entails a mass rebuild (Coreutils > depends on it via ‘acl’, unfortunately.) > > For now I’ve pushed the upgrade to a branch and Hydra is building it: > > http://hy

Re: [PATCH 5/6] gnu: Enable gnome-doc-utils tests

2014-07-15 Thread John Darrington
On Tue, Jul 15, 2014 at 10:59:17PM +0200, Ludovic Court??s wrote: > +(arguments > + `(#:phases > + (alist-cons-before > +'check 'pre-check > +(lambda* (#:key inputs #:allow-other-keys #:rest args) > + ;; This is needed, because wi

Gettext upgrade?

2014-07-15 Thread Ludovic Courtès
Gettext 0.19.2 fixes quite serious issues introduced in 0.19.1. It’s best if we can ship it, but that entails a mass rebuild (Coreutils depends on it via ‘acl’, unfortunately.) For now I’ve pushed the upgrade to a branch and Hydra is building it: http://hydra.gnu.org/jobset/gnu/gettext-upgrade

Re: [PATCH] guix package: add a "show" option.

2014-07-15 Thread Ludovic Courtès
Cyril Roelandt skribis: > * guix/packages.scm (package-direct-inputs): New procedure. > * guix/scripts/package.scm: Add a "show" option. > * tests/guix-package.sh: Add a test for the "show" option. Given that there is popular demand ;-), here’s a better review. > +(define (package-direct-inputs

Re: [PATCH] gnu: refresh: Add --list-upstream-closure option.

2014-07-15 Thread Ludovic Courtès
Eric Bavier skribis: > When upgrading packages, I found it would be useful, in order to avoid > breaking builds for hydra and everyone else, to know which packages to > test building locally before pushing the upgrades. > > The attached patch provides this information in the form of a new option

Re: [PATCH 6/6] gnu: Tinyproxy: Cleanup xml dependencies

2014-07-15 Thread John Darrington
On Tue, Jul 15, 2014 at 11:00:31PM +0200, Ludovic Court??s wrote: John Darrington skribis: > * gnu/packages/web.scm (tinyproxy): Use the xml_catalog from docbook instead of > generating a temporary one. Limit lines to 80 chars please. By my count, that is exactl

Re: [PATCH 6/6] gnu: Tinyproxy: Cleanup xml dependencies

2014-07-15 Thread Ludovic Courtès
John Darrington skribis: > * gnu/packages/web.scm (tinyproxy): Use the xml_catalog from docbook instead > of > generating a temporary one. Limit lines to 80 chars please. Also, “Use the XML catalog” no? > + (setenv "XML_CATALOG_FILES" > + (string-append > +

Re: [PATCH 5/6] gnu: Enable gnome-doc-utils tests

2014-07-15 Thread Ludovic Courtès
John Darrington skribis: > * gnu/packages/gnome (gnome-doc-utils): Set the XML_CATALOG_FILES variable and > enable the tests. OK to push for now, but: > +(arguments > + `(#:phases > + (alist-cons-before > +'check 'pre-check > +(lambda* (#:key inputs #:allow-other

Re: [PATCH 4/6] gnu: docbook-xsl write absolute file:// uris in catalogs instead of ./ relative ones

2014-07-15 Thread Ludovic Courtès
John Darrington skribis: > * gnu/packages/docbook.scm (docbook-xsl): Replace ./ paths with file:// uris OK.

Re: [PATCH 3/6] gnu: docbook-xml: Substite remote xml_catalog uris with local ones.

2014-07-15 Thread Ludovic Courtès
John Darrington skribis: > * gnu/packages/docbook.scm: substitute remote uri with local ones. Typo in subject line, and please add the variable name in the log. OK to push with that, thanks! Ludo’.

Re: [PATCH] Update libvorbis to 1.3.4

2014-07-15 Thread Ludovic Courtès
"Jason Self" skribis: > From 6d6e33c94848e9fca62ad579bbefc0861122ae61 Mon Sep 17 00:00:00 2001 > From: Jason Self > Date: Tue, 15 Jul 2014 10:03:10 -0700 > Subject: [PATCH 1/1] * gnu/packages/xiph.scm (libvorbis): Update to version > 1.3.4. Pushed with a summary line, thanks! Ludo’.

Re: [PATCH 1/6] gnu: docbook-xsl update to 1.78.1

2014-07-15 Thread Ludovic Courtès
John Darrington skribis: > * gnu/packages/docbook.scm (docbook-xsl): Upgrade to version 1.78.1 OK to push. Ludo’.

Re: [PATCH 2/6] gnu: Add docbook-xml version 4.3 and 4.4

2014-07-15 Thread Ludovic Courtès
John Darrington skribis: > * gnu/packages/docbook.scm (docbook-xml-4.3, docbook-xml-4.4): New variables. OK! Ludo’.

Re: [PATCH] Update FLAC to 1.3.0

2014-07-15 Thread Ludovic Courtès
"Jason Self" skribis: > From c21c2e188a19994d3e3b1cce8896c153d2a1ee0c Mon Sep 17 00:00:00 2001 > From: Jason Self > Date: Mon, 14 Jul 2014 20:22:28 -0700 > Subject: [PATCH 1/1] * gnu/packages/xiph.scm (flac): Update to version 1.3.0 Pushed, thanks! I updated gnu-system.am accordingly, changed

Re: Troubles with install image

2014-07-15 Thread Sree Harsha Totakura
On 07/15/2014 05:34 PM, Thompson, David wrote: > Are you referring to offloading builds or using a replacement to > hydra.gnu.org for serving substitutes? I was talking about an addition (local cache) to hydra.gnu.org. Sree

Re: Troubles with install image

2014-07-15 Thread Ludovic Courtès
David Thompson skribis: > Tonight I was almost able to get guix installed on a Thinkpad X60S. The > USB image booted and my OS configuration was valid, but the installation > failed. Due to hydra.gnu.org being unresponsive, Guix tried to compile > Guix 0.6 and ran out of memory while doing so (

[PATCH 6/6] gnu: Tinyproxy: Cleanup xml dependencies

2014-07-15 Thread John Darrington
* gnu/packages/web.scm (tinyproxy): Use the xml_catalog from docbook instead of generating a temporary one. --- gnu/packages/web.scm | 28 +--- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 6e94953..2488

[PATCH 5/6] gnu: Enable gnome-doc-utils tests

2014-07-15 Thread John Darrington
* gnu/packages/gnome (gnome-doc-utils): Set the XML_CATALOG_FILES variable and enable the tests. --- gnu/packages/gnome.scm | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6992116..3811fa6 100644 --- a/g

[PATCH 1/6] gnu: docbook-xsl update to 1.78.1

2014-07-15 Thread John Darrington
* gnu/packages/docbook.scm (docbook-xsl): Upgrade to version 1.78.1 --- gnu/packages/docbook.scm |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm index 29fa409..6d380ed 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/pac

[PATCH 4/6] gnu: docbook-xsl write absolute file:// uris in catalogs instead of ./ relative ones

2014-07-15 Thread John Darrington
* gnu/packages/docbook.scm (docbook-xsl): Replace ./ paths with file:// uris --- gnu/packages/docbook.scm | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm index 431da7f..c689c9c 100644 --- a/gnu/packages/docboo

[PATCH 2/6] gnu: Add docbook-xml version 4.3 and 4.4

2014-07-15 Thread John Darrington
* gnu/packages/docbook.scm (docbook-xml-4.3, docbook-xml-4.4): New variables. --- gnu/packages/docbook.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm index 6d380ed..1a48d97 100644 --- a/gnu/packages/docbook.scm

[PATCH 3/6] gnu: docbook-xml: Substite remote xml_catalog uris with local ones.

2014-07-15 Thread John Darrington
* gnu/packages/docbook.scm: substitute remote uri with local ones. --- gnu/packages/docbook.scm |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm index 1a48d97..431da7f 100644 --- a/gnu/packages/docbook.scm +++ b/gnu/

[PATCH] Update libvorbis to 1.3.4

2014-07-15 Thread Jason Self
This patch updates libvorbis to 1.3.4. 0001-gnu-packages-xiph.scm-libvorbis-Update-to-version-1..patch Description: Binary data signature.asc Description: PGP signature

Re: Troubles with install image

2014-07-15 Thread Thompson, David
On Tue, Jul 15, 2014 at 3:27 AM, Sree Harsha Totakura wrote: > On 07/15/2014 03:54 AM, David Thompson wrote: >> Since hydra seems to always be under a lot of stress, I wonder if I >> should set up another machine of mine to serve substitutes or even just >> offload builds so that my installation c

Re: System installation from a USB stick

2014-07-15 Thread Alex Sassmannshausen
Hello, I finally got my hands on a 64bit machine and was able to try out the installation image. It worked smoothly up until network configuration (different hardware) — it was pretty exciting whilst it lasted :-) Now holding out hope for David's i686 installation image report in order to build

Re: Troubles with install image

2014-07-15 Thread Sree Harsha Totakura
On 07/15/2014 03:54 AM, David Thompson wrote: > Since hydra seems to always be under a lot of stress, I wonder if I > should set up another machine of mine to serve substitutes or even just > offload builds so that my installation can complete. Is this relatively > easy to set up? I once tried it