FAIL: tests/guix-build.sh

2013-11-11 Thread Nikita Karetnikov
I got the following error, which I couldn’t reproduce (bf4211523baf8ab1c853aac48ef0324f8f704510). Is there a need to worry? + guix build hello -d + grep -e '-hello-[0-9\.]\+\.drv$' accepted connection from pid 15177, uid 1000 guix build: error: build failed: substituter `substitute-binary' died

Re: [PATCH] gnu: Add IceCat.

2013-11-11 Thread Ludovic Courtès
Andreas Enge skribis: > See the attached patch. Comments welcome. Do I miss any interesting inputs? Excellent! > +(define-public icecat > + (package > +(name "icecat") > +(version "24.0") > +(source > + (origin > + (method url-fetch) > + (uri (string-append "mirror://

Re: [PATCH] gnu: Add IceCat.

2013-11-11 Thread Cyril Roelandt
On 11/11/2013 08:47 PM, Andreas Enge wrote: See the attached patch. Comments welcome. Do I miss any interesting inputs? Andreas 0001-gnu-Add-IceCat.patch From 49c9ac9aabfed238654ea0e0439b1ddad66f46a6 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 11 Nov 2013 20:44:34 +0100 Subject:

Re: Qt

2013-11-11 Thread Ludovic Courtès
Andreas Enge skribis: > On Sun, Oct 13, 2013 at 10:46:47PM +0200, Ludovic Courtès wrote: >> Andreas Enge skribis: >> > So indeed this looks like dlopen at run time. ldd on libQt5Core.so shows >> > that >> > in Qt 5, the library is explicitly linked with the icu libraries. >> So I would patch Qt

Re: What for 0.5?

2013-11-11 Thread Ludovic Courtès
Andreas Enge skribis: > On Wed, Nov 06, 2013 at 02:04:10PM +0100, Ludovic Courtès wrote: >> • Use a hack like that of Nixpkgs, which systematically copies and >> rebuilds (with glib-compile-schemas) the “standard” schemas: see >> ‘doCompileSchemas’ at >> >>

Re: Qt

2013-11-11 Thread Andreas Enge
On Sun, Oct 13, 2013 at 10:46:47PM +0200, Ludovic Courtès wrote: > Andreas Enge skribis: > > So indeed this looks like dlopen at run time. ldd on libQt5Core.so shows > > that > > in Qt 5, the library is explicitly linked with the icu libraries. > So I would patch Qt 4 to explicitly link libQt4Cor

[PATCH] gnu: Add IceCat.

2013-11-11 Thread Andreas Enge
See the attached patch. Comments welcome. Do I miss any interesting inputs? Andreas >From 49c9ac9aabfed238654ea0e0439b1ddad66f46a6 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 11 Nov 2013 20:44:34 +0100 Subject: [PATCH] gnu: Add IceCat. * gnu/packages/gnuzilla.scm: New file. * gnu-sys

Re: What for 0.5?

2013-11-11 Thread Andreas Enge
On Wed, Nov 06, 2013 at 02:04:10PM +0100, Ludovic Courtès wrote: > • Use a hack like that of Nixpkgs, which systematically copies and > rebuilds (with glib-compile-schemas) the “standard” schemas: see > ‘doCompileSchemas’ at > >