Re: [PATCH 0/1] libarchive: Fix CVE-2016-1541

2016-05-14 Thread Leo Famulari
On Tue, May 10, 2016 at 04:29:08PM -0400, Leo Famulari wrote: > I will follow this commit with an "ungrafting" commit on core-updates. Done as 4fa05a81983d4aa33837e1c01457442be7b58aad

Re: [PATCH] version bump libgcrypt -> 1.7

2016-05-14 Thread ng0
On 2016-05-11(12:50:04PM+), ng0 wrote: > On 2016-04-24(04:23:22+0200), Ludovic Courtès wrote: > > Leo Famulari skribis: > > > > > On Wed, Apr 20, 2016 at 07:03:40PM +0200, Ludovic Courtès wrote: > > >> Leo Famulari skribis: > > >> > > >> > On Sun, Apr 17, 2016 at 11:53:51AM +0200, ng0 wrote

Re: [PATCH] envstore-2.1

2016-05-14 Thread Mark H Weaver
Hi, Matthew Jordan writes: > From 8de06b6e26d9e1eb7bb7ef6df163f54a46db3d89 Mon Sep 17 00:00:00 2001 > From: Matthew Jordan > Date: Thu, 12 May 2016 14:57:34 -0400 > Subject: [PATCH] gnu: Added envstore package. The summary line should be "gnu: Add envstore." > > * gnu/package/enstore.scm: New

Re: [PATCH] Add Bluetooth support to Pulseaudio.

2016-05-14 Thread Efraim Flashner
On Sat, May 14, 2016 at 07:54:57PM +0300, Alex Kost wrote: > Ricardo Wurmus (2016-05-14 12:43 +0300) wrote: > > > Hello Guix, > > > > this patch adds Bluetooth support to pulseaudio. (Since bluez5 there > > is no native support for the ALSA backend any more.) This adds very > > little to the pul

Re: [PATCH] gnu: Add gtkspell3.

2016-05-14 Thread Efraim Flashner
On Tue, May 10, 2016 at 06:22:02PM -0400, Kei Yamashita wrote: > I'll be submitting a few patches in order to eventually package > Evolution for the GNOME desktop. If someone could verify that this > package definition is okay for submission, that would be excellent! > From 68a9f9f5a90e5cecbfa

Re: FIXUP: [PATCH 01/10] gnu: cross: Use CROSS_*_INCLUDE_PATH for system headers.

2016-05-14 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: > Thanks for your quick response, applied with an adjusted commit log. Thanks. > I concur with Mark: this is a very sensitive area that takes time to > test and adjust, which is the main reason why it takes me so much time > to review and such ;-), so we want to make sure

Re: [PATCH 11/11] gnu: guile-2.0: support mingw.

2016-05-14 Thread Jan Nieuwenhuizen
Andy Wingo writes: Hi Andy, What I meant to say in my first mail, I'll do in the last. Thanks so much again for this round of reviews! It took me quite some rebuilds to get sane answers to your remarks and there were some bugs that I needed to get straightened out first, that's why I could not

Re: [PATCH 03/11] gnu: Add function libiconv-if-needed.

2016-05-14 Thread Jan Nieuwenhuizen
Andy Wingo writes: >> +(define* (libiconv-if-needed #:optional (target (%current-target-system))) >> + (if (mingw-target? target) >> + `(("libiconv" ,libiconv)) >> + '())) >> + > > Needs a docstring, please. Thanks :) How is this? (define* (libiconv-if-needed #:optional (target (

Re: [PATCH 05/11] gnu: gmp: build shared library for mingw.

2016-05-14 Thread Jan Nieuwenhuizen
Andy Wingo writes: >> + ,@(cond ((mingw-target?) >> + ;; Static and shared cannot be built in one go: >> + ;; they produce different headers. We need >> shared. >> + `("--disable-static" >> +

Re: [PATCH 08/11] gnu: libtool: support cross-libtool mingw.

2016-05-14 Thread Jan Nieuwenhuizen
Andy Wingo writes: >> +Upstream status: not yet presented upstream. >> + >> +--- libtool-2.4.6/build-aux/ltmain.in~ 2015-02-06 >> 13:57:56.0 +0100 >> libtool-2.4.6/build-aux/ltmain.in 2016-05-06 07:46:29.425142546 >> +0200 >> +@@ -3658,12 +3658,10 @@ >> + #if defined _MSC_VER >> + # d

Re: [PATCH 07/11] gnu: cross-base: Add cross-libtool.

2016-05-14 Thread Jan Nieuwenhuizen
Andy Wingo writes: >> +(arguments >> + `(;; Libltdl is provided as a separate package, so don't install it >> here. >> + #:configure-flags >> + `("--disable-ltdl-install" >> + ,(string-append "--host=" ,target) >> + ,(string-append "--target=" ,target) >> +

Re: [PATCH 02/11] gnu: cross-build: i686-w64-mingw32: new cross target.

2016-05-14 Thread Jan Nieuwenhuizen
Andy Wingo writes: >> + (system* "tar" "xf" mingw-source) >> + (copy-file (string-append mingw-headers >> "/crt/_mingw.h.in") >> + (string-append mingw-headers >> "/crt/_mingw.h")) >> +

Re: Publishing an Official Statement on Self-Hosted Compilers

2016-05-14 Thread Ludovic Courtès
Hi! Alex Griffin skribis: > I've put my initial notes in a git repository > [here](https://gitlab.com/ajgrf/bootstrapping-compilers/blob/master/notes.org). > They are in a very rough state, but mostly everything is there in some > form. If anyone has any thoughts please let me know! I like it.

Re: Publishing an Official Statement on Self-Hosted Compilers

2016-05-14 Thread Ludovic Courtès
Hi! Alex Griffin skribis: > I've put my initial notes in a git repository > [here](https://gitlab.com/ajgrf/bootstrapping-compilers/blob/master/notes.org). > They are in a very rough state, but mostly everything is there in some > form. If anyone has any thoughts please let me know! I like it.

Re: FIXUP: [PATCH 01/10] gnu: cross: Use CROSS_*_INCLUDE_PATH for system headers.

2016-05-14 Thread Ludovic Courtès
Jan Nieuwenhuizen skribis: > From 0361374c4469b1e9b573668a6020b19e7abfbfe2 Mon Sep 17 00:00:00 2001 > From: Jan Nieuwenhuizen > Date: Sat, 14 May 2016 10:13:21 +0200 > Subject: [PATCH] gnu: cross-base: Add srfi-26 for glibc. Fixes glibc-based > cross builds. > > * gnu/packages/cross-base.scm (

Re: [PATCH 0/1] libarchive: Fix CVE-2016-1541

2016-05-14 Thread Manolis Ragkousis
Okay from me as well. Thank you Manolis

Re: [PATCH] Add Bluetooth support to Pulseaudio.

2016-05-14 Thread Danny Milosavljevic
> BTW do you still have problems with using guix repo through ssh? I do, > I mean I can't push or fetch. And as I see that other people commit to > the guix repo, I begin to think that it's only me who have this problem. > FWIW, I can't pull either, not even for url = git://git.sv.gnu

[PATCH] envstore-2.1

2016-05-14 Thread Matthew Jordan
Good day all, Submitting patch for envstore-2.1. Let me know if I need to make any changes. >From 8de06b6e26d9e1eb7bb7ef6df163f54a46db3d89 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Thu, 12 May 2016 14:57:34 -0400 Subject: [PATCH] gnu: Added envstore package. * gnu/package/enstore.scm

Re: [PATCH] Add Bluetooth support to Pulseaudio.

2016-05-14 Thread Alex Kost
Ricardo Wurmus (2016-05-14 12:43 +0300) wrote: > Hello Guix, > > this patch adds Bluetooth support to pulseaudio. (Since bluez5 there > is no native support for the ALSA backend any more.) This adds very > little to the pulseaudio closure as you can see below. > > Note that this depends on the p

Re: [PATCH 2/2] gnu: netpbm: Fix location of X color name database.

2016-05-14 Thread Alex Kost
Federico Beffa (2016-05-13 21:44 +0300) wrote: > On Fri, May 13, 2016 at 7:10 PM, Andreas Enge wrote: >> Hello, >> >> On Fri, May 13, 2016 at 06:51:27PM +0200, Federico Beffa wrote: >>> This fixes some of the provided programs like, e.g. 'pamtogif'. >> >> I think the common practice is to separat

[PATCH] gnu: pulseaudio: Enable support for Bluetooth.

2016-05-14 Thread Ricardo Wurmus
* gnu/packages/pulseaudio.scm (pulseaudio)[arguments]: Add "--enable-bluez5" to configure flags. [inputs]: Add "bluez" and "sbc". --- gnu/packages/pulseaudio.scm | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm ind

[PATCH] Add Bluetooth support to Pulseaudio.

2016-05-14 Thread Ricardo Wurmus
Hello Guix, this patch adds Bluetooth support to pulseaudio. (Since bluez5 there is no native support for the ALSA backend any more.) This adds very little to the pulseaudio closure as you can see below. Note that this depends on the previous patch adding SBC. More than 100 packages would need

[PATCH] gnu: Add SBC.

2016-05-14 Thread Ricardo Wurmus
* gnu/packages/linux.scm (sbc): New variable. --- gnu/packages/linux.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index aa778be..7c5ca6a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -11,6 +1

Re: [PATCH] gnu: Add Chez-Scheme.

2016-05-14 Thread Andreas Enge
On Sat, May 14, 2016 at 09:55:01AM +0200, Federico Beffa wrote: > > Officially this is version 9.4 and I suppose the coming release will > > have that number. I will then use 9.3-1.41d94b07 so that going to 9.4 > > will be seen as an upgrade. > Well, the new release has just appeared :-) So I will

FIXUP: [PATCH 01/10] gnu: cross: Use CROSS_*_INCLUDE_PATH for system headers.

2016-05-14 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: Fix for ./pre-inst-env guix build --target=mips64el-linux-gnuabi64 hello attached. Adds srfi-26 to glibc for cut. As Andy suggested I will be factoring-out the for-each (setenv) CROSS_* stanzas but I'm still experimenting with that, with cross-libtool and the whol

Re: [PATCH] gnu: Add Chez-Scheme.

2016-05-14 Thread Federico Beffa
On Sat, May 14, 2016 at 9:28 AM, Federico Beffa wrote: > On Sat, May 14, 2016 at 4:51 AM, Leo Famulari wrote: >> On Fri, May 13, 2016 at 10:44:28PM +0200, Andreas Enge wrote: >>> Hi Fede, >>> >>> just a tiny comment, as I do not have more time right now: >>> >>> On Fri, May 13, 2016 at 09:03:25PM

Re: [PATCH] gnu: Add Chez-Scheme.

2016-05-14 Thread Federico Beffa
On Sat, May 14, 2016 at 4:51 AM, Leo Famulari wrote: > On Fri, May 13, 2016 at 10:44:28PM +0200, Andreas Enge wrote: >> Hi Fede, >> >> just a tiny comment, as I do not have more time right now: >> >> On Fri, May 13, 2016 at 09:03:25PM +0200, Federico Beffa wrote: >> > There is no official release

Re: [PATCH] gnu: Add gnome-calendar.

2016-05-14 Thread Mark H Weaver
Kei Yamashita writes: > From 29033622d9490d299d2409b73f9e21862ca939ec Mon Sep 17 00:00:00 2001 > From: Kei Yamashita > Date: Tue, 10 May 2016 00:16:46 -0400 > Subject: [PATCH] gnu: Add gnome-calendar. Thank you! > +(define-public gnome-calendar > + (package > +(name "gnome-calendar") > +