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 Thompson, David
On Tue, Jul 15, 2014 at 3:27 AM, Sree Harsha Totakura sreehar...@totakura.in 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

[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 +++

[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 ---

[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 +++

[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 ---

[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

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: [PATCH] Update libvorbis to 1.3.4

2014-07-15 Thread Ludovic Courtès
Jason Self ja...@bluehome.net skribis: From 6d6e33c94848e9fca62ad579bbefc0861122ae61 Mon Sep 17 00:00:00 2001 From: Jason Self j...@jxself.org 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

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

2014-07-15 Thread Ludovic Courtès
John Darrington j...@gnu.org 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 4/6] gnu: docbook-xsl write absolute file:// uris in catalogs instead of ./ relative ones

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

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

2014-07-15 Thread Ludovic Courtès
John Darrington j...@gnu.org 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] gnu: refresh: Add --list-upstream-closure option.

2014-07-15 Thread Ludovic Courtès
Eric Bavier ericbav...@gmail.com 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

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

2014-07-15 Thread Ludovic Courtès
Cyril Roelandt tipec...@gmail.com 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

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:

Re: Gettext upgrade?

2014-07-15 Thread David Thompson
Ludovic Courtès l...@gnu.org 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:

Re: Troubles with install image

2014-07-15 Thread David Thompson
Ludovic Courtès l...@gnu.org 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