Re: GCC bootstrap failure on ARM

2016-06-07 Thread Leo Famulari
On Tue, Jun 07, 2016 at 12:04:09PM -0400, Leo Famulari wrote: > On Tue, Jun 07, 2016 at 11:58:32AM +0200, Ludovic Courtès wrote: > > Hi! > > > > l...@gnu.org (Ludovic Courtès) skribis: > > > > > For the record, at this point I’m mostly relying on the GCC developers > > > to help with this

[PATCH 3/3] gnu: libxslt: Update to 1.1.29.

2016-06-07 Thread Leo Famulari
* gnu/packages/patches/libxslt-CVE-2015-7995.patch, gnu/packages/patches/libxslt-remove-date-timestamps.patch: Delete files. * gnu/packages/xml.scm: Update to 1.1.29. [source]: Remove patches. --- gnu/packages/patches/libxslt-CVE-2015-7995.patch | 29 --

[PATCH 2/3] gnu: Remove unused patch.

2016-06-07 Thread Leo Famulari
* gnu/packages/patches/expat-CVE-2015-1283-refix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. --- gnu/local.mk | 1 - .../patches/expat-CVE-2015-1283-refix.patch| 42 -- 2 files changed, 43 deletions(-) delete

[PATCH 0/3] Expat and libxslt changes for core-updates

2016-06-07 Thread Leo Famulari
It was not that simple to make these changes for core-updates, so I'm sending the patches for review. For expat, I "re-fix" a bug that was fixed on master already. This bug-fix is actually reachable from the HEAD of core-updates, but for some reason doesn't exist at HEAD. According to MITRE the

[PATCH 1/3] gnu: expat: Fix CVE-2016-0718.

2016-06-07 Thread Leo Famulari
This "cherry-picks" part of 119b83989dd9edd1e8ba6cd379d159d024cbc61d from the master branch to core-updates. * gnu/packages/xml.scm (expat)[source]: Use patch. --- gnu/packages/xml.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index

Re: CFP: GNU Hacker Meeting 2016

2016-06-07 Thread Jelle Licht
Efraim Flashner writes: > On Sun, Jun 05, 2016 at 02:59:56PM +0200, Ludovic Courtès wrote: >> Hello Guix! >> >> Now is the time to register for the GNU Hackers Meeting! The more, the >> merrier! >> >> https://gnunet.org/ghm2016 >>

Re: [PATCH] gnu: Add guile-gnome

2016-06-07 Thread David Pirotte
Hello, Le Tue, 07 Jun 2016 13:57:19 -0400, Patrick Hetu a écrit : > Ludovic Courtès @ 2016-05-28 12:06 EDT: > > > Pushed as 9b381643f009025d97dfc0b82d2c00800c204380 with a few minor > > changes: > > > >> +(define-public guile-g-wrap > > > > This one is already

Re: [PATCH] gnu: Add higan.

2016-06-07 Thread Taylan Ulrich Bayırlı/Kammer
Efraim Flashner writes: > On Tue, Jun 07, 2016 at 06:28:59PM +0300, Taylan Ulrich Bayırlı/Kammer wrote: >> If there are no comments, I'll just push this soon, and issues can be >> fixed later; at least it builds and runs fine. :-) >> >> Taylan >> >> >>

Re: [PATCH] gnu: Add higan.

2016-06-07 Thread Efraim Flashner
On Tue, Jun 07, 2016 at 06:28:59PM +0300, Taylan Ulrich Bayırlı/Kammer wrote: > If there are no comments, I'll just push this soon, and issues can be > fixed later; at least it builds and runs fine. :-) > > Taylan > > > taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes: > > >

Re: CFP: GNU Hacker Meeting 2016

2016-06-07 Thread Efraim Flashner
On Sun, Jun 05, 2016 at 02:59:56PM +0200, Ludovic Courtès wrote: > Hello Guix! > > Now is the time to register for the GNU Hackers Meeting! The more, the > merrier! > > https://gnunet.org/ghm2016 > https://www.gnu.org/ghm/upcoming.html > > I think we can give a few talks/demos, such as a

Re: [PATCH] gnu: Add guile-gnome

2016-06-07 Thread Patrick Hetu
Ludovic Courtès @ 2016-05-28 12:06 EDT: > Pushed as 9b381643f009025d97dfc0b82d2c00800c204380 with a few minor > changes: > >> +(define-public guile-g-wrap > > This one is already available in (gnu packages guile). :-) Oops, I was looking for guile-g-wrap instead of g-wrap... Still, the

Re: [PATCHv2] gnu: Add python-ply and python2-ply.

2016-06-07 Thread Leo Famulari
On Tue, Jun 07, 2016 at 08:27:10AM +0200, Danny Milosavljevic wrote: > * gnu/packages/python.scm (python-ply, python2-ply): New variables. Thanks, applied as d0b6fed6b85!

Re: [PATCH] gnu: Add nethack.

2016-06-07 Thread Leo Famulari
On Mon, Jun 06, 2016 at 04:25:41PM -0400, Kei Kebreau wrote: > l...@gnu.org (Ludovic Courtès) wrote: > > > + (add-after 'move-state-files 'wrap-program > > > > Do we really need this wrapper? Can’t we instead take it as a patch > > from Debian or something? I’m not a fan of inline Bash

Re: [PATCH] gnu: base: Add glibc-for-target macro.

2016-06-07 Thread Manolis Ragkousis
Hello Ludo, On 06/07/16 16:48, Ludovic Courtès wrote: > LGTM, but please double-check that: > > ./pre-inst-env guix build inkscape -d > > is the same both with and without the patch. Yes it produced the same derivation. > >> +(define-public glibc/hurd >> + ;; The Hurd's libc variant. >> +

Re: GCC bootstrap failure on ARM

2016-06-07 Thread Leo Famulari
On Tue, Jun 07, 2016 at 11:58:32AM +0200, Ludovic Courtès wrote: > Hi! > > l...@gnu.org (Ludovic Courtès) skribis: > > > For the record, at this point I’m mostly relying on the GCC developers > > to help with this failure. I’ve reported the issue at: > > > >

Re: [PATCH 1/3] gnu: Add arc-theme.

2016-06-07 Thread 宋文武
David Thompson writes: > * gnu/packages/gnome.scm (arc-theme): New variable. Cool, thanks! > +(inputs > + `(("gtk+" ,gtk+))) > +(synopsis "A flat GTK theme with transparent elements") Drop the leading 'A'. > +(description "Arc is a flat theme with

[PATCH 4/4] gnu: Add python-pykafka and python2-pykafka.

2016-06-07 Thread 宋文武
* gnu/packages/python.scm (python-pykafka, python2-pykafka): New variables. --- gnu/packages/python.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ca97b4e..5a2347e 100644 --- a/gnu/packages/python.scm

[PATCH 3/4] gnu: Add python-kazoo and python2-kazoo.

2016-06-07 Thread 宋文武
* gnu/packages/python.scm (python-kazoo, python2-kazoo): New variables. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1a83933..ca97b4e 100644 --- a/gnu/packages/python.scm +++

[PATCH 2/4] gnu: Add python-tabulate and python2-tabulate.

2016-06-07 Thread 宋文武
* gnu/packages/python.scm (python-tabulate, python2-tabulate): New variables. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index dfbf2cc..1a83933 100644 ---

Re: [PATCH] gnu: base: Add glibc-for-target macro.

2016-06-07 Thread Ludovic Courtès
Manolis Ragkousis skribis: > From b19ac63ee9605c4e84c447668c5701bda284114f Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > Date: Mon, 6 Jun 2016 17:21:51 +0300 > Subject: [PATCH] gnu: base: Add glibc-for-target macro. > > * gnu/packages/base.scm

Re: [PATCH] gnu: hurd: Remove inputs no longer needed and move configure flags.

2016-06-07 Thread Ludovic Courtès
Manolis Ragkousis skribis: > From 984de2d0e26b1ddd860d0468453ee8679ced756d Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > Date: Tue, 7 Jun 2016 14:45:55 +0300 > Subject: [PATCH] gnu: hurd: Remove inputs no longer needed and move configure >

Re: [PATCH] gnu: gnumach-headers: Use "--build=i586-pc-gnu" only when not cross-building.

2016-06-07 Thread Ludovic Courtès
Manolis Ragkousis skribis: > From 56c07fb4c8685e7705dccb4ac1814cb8a9c06451 Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > Date: Tue, 7 Jun 2016 15:01:22 +0300 > Subject: [PATCH] gnu: gnumach-headers: Use "--build=i586-pc-gnu" only when not >

Re: [PATCH] gnu: hurd: Remove inputs no longer needed and move configure flags.

2016-06-07 Thread Manolis Ragkousis
Hello Efraim, On 06/07/16 15:19, Efraim Flashner wrote: >> ;; Reduce set of dependencies. >> - "--without-parted") >> + "--without-parted" >> + "--disable-ncursesw" >> +

[PATCH 1/3] gnu: Add arc-theme.

2016-06-07 Thread David Thompson
* gnu/packages/gnome.scm (arc-theme): New variable. --- gnu/packages/gnome.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8384c76..227dec1 100644 --- a/gnu/packages/gnome.scm +++

[PATCH 2/3] gnu: Add moka-icon-theme.

2016-06-07 Thread David Thompson
* gnu/packages/gnome.scm (moka-icon-theme): New variable. --- gnu/packages/gnome.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 227dec1..2ce1f18 100644 --- a/gnu/packages/gnome.scm +++

Re: [PATCH] gnu: hurd: Remove inputs no longer needed and move configure flags.

2016-06-07 Thread Efraim Flashner
On Tue, Jun 07, 2016 at 03:00:44PM +0300, Manolis Ragkousis wrote: > Hello, > > This is another patch from wip-hurd modified for core-updates. > > Thank you, > Manolis > From 984de2d0e26b1ddd860d0468453ee8679ced756d Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis >

[PATCH] gnu: gnumach-headers: Use "--build=i586-pc-gnu" only when not cross-building.

2016-06-07 Thread Manolis Ragkousis
Hello, This is another patch from wip-hurd for core-updates. Thank you, Manolis >From 56c07fb4c8685e7705dccb4ac1814cb8a9c06451 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Tue, 7 Jun 2016 15:01:22 +0300 Subject: [PATCH] gnu: gnumach-headers: Use

[PATCH] gnu: hurd: Remove inputs no longer needed and move configure flags.

2016-06-07 Thread Manolis Ragkousis
Hello, This is another patch from wip-hurd modified for core-updates. Thank you, Manolis >From 984de2d0e26b1ddd860d0468453ee8679ced756d Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Tue, 7 Jun 2016 14:45:55 +0300 Subject: [PATCH] gnu: hurd: Remove inputs no longer

Re: [PATCH] gnu: java-swt: Use other archive on 64-bit systems.

2016-06-07 Thread Ludovic Courtès
Halo! Sorry for the late reply. Ricardo Wurmus skribis: > Efraim Flashner writes: > >> On Mon, May 09, 2016 at 04:16:33PM +0200, Ricardo Wurmus wrote: >>> * gnu/packages/java.scm (java-swt)[source]: Use separate source archive >>> for 64-bit

Re: [PATCH] gnu: java-swt: Use other archive on 64-bit systems.

2016-06-07 Thread Ricardo Wurmus
Efraim Flashner writes: > On Mon, May 09, 2016 at 04:16:33PM +0200, Ricardo Wurmus wrote: >> * gnu/packages/java.scm (java-swt)[source]: Use separate source archive >> for 64-bit systems. >> --- >> gnu/packages/java.scm | 37 +++-- >> 1

discussion: root password switch for next guixsd release

2016-06-07 Thread ng0
Hi, building my clone army of Gentoo Penguins I came to appreciate that you can start a Gentoo setup with boot parameters like: gentoo dosshd passwd=foo for an remote setup, so you can just ssh to the IP of the VM and do the setup. Could we target a similar behavior for GuixSD for the next

Re: GCC bootstrap failure on ARM

2016-06-07 Thread Ludovic Courtès
Hi! l...@gnu.org (Ludovic Courtès) skribis: > For the record, at this point I’m mostly relying on the GCC developers > to help with this failure. I’ve reported the issue at: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71399 Because this has already taken too much time, I’ve reverted the

[PATCH] gnu: Add sparql-query.

2016-06-07 Thread Roel Janssen
Hello Guix, This patch adds sparql-query. I carefully tried to make it as clean and clear as possible. Is it OK to push? Kind regards, Roel Janssen >From 883355fe91e7ab5f045b40c5ffbbb63a6c626842 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Tue, 7 Jun 2016 11:27:53 +0200

Re: Adding wc to Bournish

2016-06-07 Thread Efraim Flashner
On Sun, Jun 05, 2016 at 10:37:12PM +0200, Ludovic Courtès wrote: > Efraim Flashner skribis: > > + > > +(define* (wc-command-implementation file #:optional args) > > + (let-values (((lines chars) > > +(call-with-input-file file lines+chars))) > > +(match

[PATCHv2] gnu: Add python-ply and python2-ply.

2016-06-07 Thread Danny Milosavljevic
gnu: Add python-ply and python2-ply. * gnu/packages/python.scm (python-ply, python2-ply): New variables. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index dfbf2cc..c78577b 100644