Re: [PATCH] gnu: Add capnproto.

2016-08-14 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Sat, Aug 13, 2016 at 07:48:36PM +0100, Marius Bakke wrote: >> Note that it bundles googletest; I tried unbundling but it proved >> difficult. gtest will no longer be used from the 0.6 release so I did >> not think a comment

Re: [PATCH] gnu: Add dlib.

2016-08-14 Thread Marius Bakke
d of > chdir-ing back and forth. > >> + (add-after 'check 'ascend-to-build-directory >> + (lambda _ (chdir "../../../../build") #t)) > > Then, this phase can be removed. That worked great, thanks! New patch attached. >From

Re: [PATCH] gnu: Add dlib.

2016-08-15 Thread Marius Bakke
ion >> + "Dlib is a modern C++ toolkit containing machine learning algorithms >> and tools. It >> +is used in both industry and academia in a wide range of domains including >> robotics, >> +embedded devices, mobile phones, and large high

[PATCH] gnu: Add capnproto.

2016-08-13 Thread Marius Bakke
00:00:00 2001 From: Marius Bakke <mba...@fastmail.com> Date: Sat, 13 Aug 2016 19:01:49 +0100 Subject: [PATCH] gnu: Add capnproto. * gnu/packages/capnproto.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk | 1 + gnu/packages/capnproto

[PATCH] gnu: Add dlib.

2016-08-13 Thread Marius Bakke
Hi, This adds the dlib machine learning toolkit. Cheers, Marius >From 9a24f0bfd8a0375928d7accdc0ef744f4fa304a0 Mon Sep 17 00:00:00 2001 From: Marius Bakke <mba...@fastmail.com> Date: Sat, 13 Aug 2016 11:26:10 +0100 Subject: [PATCH] gnu: Add dlib. * gnu/packages/machine-learning.scm (d

[PATCH] gnu: Add fio.

2016-08-13 Thread Marius Bakke
Hi Guix, I have been lurking about for a while and will be contributing on a regular basis from here on. Please excuse the backlog ;) Looking forward to your feedback. First out: fio. Cheers, Marius >From 5b8da4acdaed17661f075290db917f2a760db965 Mon Sep 17 00:00:00 2001 From: Marius Ba

[PATCH] gnu: Add re2.

2016-08-15 Thread Marius Bakke
I wasn't sure where to put this, so went with its own file. It does not fully implement PCRE so pcre.scm seems inappropriate. Perhaps that could be renamed to regex.scm or similar. >From c8aa1ecab5176dc9d2b02a4063936b77039af163 Mon Sep 17 00:00:00 2001 From: Marius Bakke <mba...@fastma

[PATCH] gnu: Add minced.

2016-08-15 Thread Marius Bakke
>From 017a593d407a36ca98736b95b7413f180a7735d4 Mon Sep 17 00:00:00 2001 From: Marius Bakke <mba...@fastmail.com> Date: Mon, 15 Aug 2016 16:06:37 +0100 Subject: [PATCH] gnu: Add minced. * gnu/packages/bioinformatics.scm (minced): New variable. --- gnu/packages/bioinformatics

[PATCH] gnu: Add python-reportlab.

2016-08-15 Thread Marius Bakke
>From c95b25a3ad4902ccdef79c7429485a7cacc72e1c Mon Sep 17 00:00:00 2001 From: Marius Bakke <mba...@fastmail.com> Date: Sun, 14 Aug 2016 16:47:33 +0100 Subject: [PATCH] gnu: Add python-reportlab. * gnu/packages/python.scm (python-reportlab, python2-reportlab): New variables. --- gnu

Re: [PATCH] gnu: Add dlib.

2016-08-16 Thread Marius Bakke
Ben Woodcroft <b.woodcr...@uq.edu.au> writes: > On 16/08/16 08:28, Leo Famulari wrote: >> On Mon, Aug 15, 2016 at 09:29:11PM +0100, Marius Bakke wrote: >>> Leo Famulari <l...@famulari.name> writes: >>>> Running test_empirical_kernel_map / phase

Re: [PATCH] gnu: Add python-reportlab.

2016-08-16 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Mon, Aug 15, 2016 at 03:01:00PM +0100, Marius Bakke wrote: >> >> > From c95b25a3ad4902ccdef79c7429485a7cacc72e1c Mon Sep 17 00:00:00 2001 >> > From: Marius Bakke <mba...@fastmail.com> >> > Date: Sun,

Re: [PATCH] gnu: Add minced.

2016-08-16 Thread Marius Bakke
> Please find updated patch below. Thanks for the feedback! Ugh. Missed a commit when squashing. Here is the final patch: >From bb50f5c0d960625483e8db15a270a7f17d5d2d9c Mon Sep 17 00:00:00 2001 From: Marius Bakke <mba...@fastmail.com> Date: Mon, 15 Aug 2016 16:06:37 +0100 Subject:

Re: [PATCH] gnu: Add python-reportlab.

2016-08-16 Thread Marius Bakke
Marius Bakke <mba...@fastmail.com> writes: > Leo Famulari <l...@famulari.name> writes: > >> On Mon, Aug 15, 2016 at 03:01:00PM +0100, Marius Bakke wrote: >>> >>> > From c95b25a3ad4902ccdef79c7429485a7cacc72e1c Mon Sep 17 00:00:00 2001 >>>

Re: [PATCH] gnu: Add dlib.

2016-08-15 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Mon, Aug 15, 2016 at 12:51:15PM +0100, Marius Bakke wrote: >> Date: Sat, 13 Aug 2016 11:26:10 +0100 >> Subject: [PATCH] gnu: Add dlib. >> >> * gnu/packages/machine-learning.scm (dlib): New variable. > >

Re: [PATCH] gnu: Add re2.

2016-08-17 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Mon, Aug 15, 2016 at 02:05:16PM +0100, Marius Bakke wrote: >> >> I wasn't sure where to put this, so went with its own file. It does not >> fully implement PCRE so pcre.scm seems inappropriate. Perhaps that could

Re: [PATCH] gnu: Add re2.

2016-08-17 Thread Marius Bakke
Marius Bakke <mba...@fastmail.com> writes: > Leo Famulari <l...@famulari.name> writes: > >> On Mon, Aug 15, 2016 at 02:05:16PM +0100, Marius Bakke wrote: >>> >>> I wasn't sure where to put this, so went with its own file. It does not >>> f

Re: [PATCH] gnu: Add dlib.

2016-08-17 Thread Marius Bakke
Ben Woodcroft <b.woodcr...@uq.edu.au> writes: > On 17/08/16 09:45, Leo Famulari wrote: >> On Wed, Aug 17, 2016 at 09:31:11AM +1000, Ben Woodcroft wrote: >>> >>> On 17/08/16 06:47, Leo Famulari wrote: >>>> On Tue, Aug 16, 2016 at 11:45:16AM +010

[PATCH] gnu: Add python-odfpy.

2016-08-17 Thread Marius Bakke
>From aa54aaee18b096780220f85a02b7e036458858a2 Mon Sep 17 00:00:00 2001 From: Marius Bakke <mba...@fastmail.com> Date: Wed, 17 Aug 2016 17:45:24 +0100 Subject: [PATCH] gnu: Add python-odfpy. * gnu/packages/python.scm (python-odfpy, python2-odfpy): New variables. --- gnu/packages/python

Re: [PATCH 1/1] gnu: libevent: Skip test that fails on 32bit.

2017-02-01 Thread Marius Bakke
Marius Bakke <mba...@fastmail.com> writes: > diff --git a/gnu/packages/patches/libevent-2.1-skip-failing-32bit-test.patch > b/gnu/packages/patches/libevent-2.1-skip-failing-32bit-test.patch > new file mode 100644 > index 0..aba49ef50 > --- /dev/null > +++ b/gnu/p

Re: FOSDEM social dinner

2017-02-02 Thread Marius Bakke
Alex Sassmannshausen writes: > Hello, > > To confirm, I've now placed a reservation for Saturday 4 February at > 19:30 at a Lebanese restaurant called Al Jannah. I haven't been there > before, but the menu looks diverse, the prices good and the location >

Re: Fix the reducelcs license

2017-01-31 Thread Marius Bakke
Kei Kebreau writes: > contact@cryptolab.net writes: > >> If I am not wrong: When no "Version 3 only" is specified, it is always >> "and later". > > Is there text in the GPL3 that says this? I was under the impression > that the "or any later version" clause had to be

Re: [PATCH] gnu: gmsh: Update to 2.16.0

2017-01-31 Thread Marius Bakke
Paul Garlick writes: > * gnu/packages/maths.scm (gmsh): Update to 2.16.0 Applied, thanks! signature.asc Description: PGP signature

Re: [PATCH v2] gnu: dtc: Update description to reference HOWTO.

2017-01-31 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/u-boot.scm (dtc)[description]: Modify. > --- > gnu/packages/u-boot.scm | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/u-boot.scm b/gnu/packages/u-boot.scm > index

Re: 01/01: gnu: grub-efi: Really build the EFI variant.

2017-02-07 Thread Marius Bakke
Ludovic Courtès writes: > civodul pushed a commit to branch master > in repository guix. > > commit ef753a1a8f9e7c971957abfda9b672a7728cd073 > Author: Ludovic Courtès > Date: Tue Feb 7 11:14:09 2017 +0100 > > gnu: grub-efi: Really build the EFI variant. >

Re: [PATCH 1/6] gnu: Add python-rst2ansi

2017-02-08 Thread Marius Bakke
Hi Muriithi, Thank you for these patches! I will respond to them individually. They look good for the most part, but need some tiny tweaks that breaks the patch context. In particular, descriptions should end with a period, but if I add that to one patch, the next does not apply! Normally I

Re: [PATCH 6/6] gnu: Add python-ruamel.ordereddict

2017-02-08 Thread Marius Bakke
Muriithi Frederick Muriuki writes: > * gnu/packages/python.scm (python-ruamel.ordereddict): New variable. > --- > gnu/packages/python.scm | 28 > 1 file changed, 28 insertions(+) > > diff --git a/gnu/packages/python.scm

Re: [PATCH 5/6] gnu: Add python-typing

2017-02-08 Thread Marius Bakke
Muriithi Frederick Muriuki writes: > * gnu/packages/python.scm (python-typing): New variable. > --- > gnu/packages/python.scm | 20 > 1 file changed, 20 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index

Re: [PATCH 3/6] gnu: Add python-ddt

2017-02-08 Thread Marius Bakke
Muriithi Frederick Muriuki writes: > * gnu/packages/python.scm (python-ddt): New variable. > --- > gnu/packages/python.scm | 25 + > 1 file changed, 25 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index

Re: [PATCH 4/6] gnu: Add python-pycosat

2017-02-08 Thread Marius Bakke
Muriithi Frederick Muriuki writes: > * gnu/packages/python.scm (python-pycosat): New variable. > --- > gnu/packages/python.scm | 20 > 1 file changed, 20 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index

Re: [PATCH 2/6] gnu: Add python-flake8-polyfill

2017-02-08 Thread Marius Bakke
Muriithi Frederick Muriuki writes: > * gnu/packages/python.scm (python-flake8-polyfill): New variable. > --- > gnu/packages/python.scm | 21 + > 1 file changed, 21 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index

Re: 02/02: gnu: gstreamer: Update to 1.10.3.

2017-02-02 Thread Marius Bakke
Mark H Weaver <m...@netris.org> writes: > Hi, > > mba...@fastmail.com (Marius Bakke) writes: > >> mbakke pushed a commit to branch master >> in repository guix. >> >> commit 3e32eeb2478a9d3b46a2e858fdc416420bffe302 >> Author: Marius Bakke <mba.

Re: 02/02: gnu: gstreamer: Update to 1.10.3.

2017-02-02 Thread Marius Bakke
Marius Bakke <mba...@fastmail.com> writes: > Mark H Weaver <m...@netris.org> writes: > >> Hi, >> >> mba...@fastmail.com (Marius Bakke) writes: >> >>> mbakke pushed a commit to branch master >>> in repository guix. >>> >>

Re: pre-push signature hook error reporting

2017-02-06 Thread Marius Bakke
Leo Famulari writes: > On Fri, Jan 20, 2017 at 03:05:42PM +0100, Ludovic Courtès wrote: >> For the pre-push hook, the overhead seems reasonable (perhaps we could >> limit the range to commits after the first signed commit to avoid >> looping for no reason?) and an

Re: [PATCH] gnu: Add opencascade-oce

2017-01-21 Thread Marius Bakke
Paul Garlick writes: > Hello Marius, > Thank you for your review. >> I wonder if this could fit in "engineering.scm". Or maybe >> "geometry.scm" >> or "3d.scm". We try to avoid "single program" modules. What do you >> think? > Perhaps maths.scm is the best

[PATCH 0/1] gnu: gcc@5: Make __DATE__ and __TIME__ macros reproducible.

2017-01-21 Thread Marius Bakke
/a.out __DATE__ says: Jan 21 2017 __TIME__ says: 11:28:06 [env]$ SOURCE_DATE_EPOCH=42 gcc date.c && ./a.out __DATE__ says: Jan 1 1970 __TIME__ says: 00:00:42 Note: the patch is against 'master' but is intended for 'core-updates'. \o/ Mar

Re: [PATCH python-tests] gnu: python-2.7: Enable UCS-4 Unicode encoding.

2017-01-23 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-2.7)[arguments]: Modify. > --- > gnu/packages/python.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index fd423d311..6caaeaaf8 100644 > ---

Re: [PATCH 0/1] gnu: gcc@5: Make __DATE__ and __TIME__ macros reproducible.

2017-01-23 Thread Marius Bakke
Ludovic Courtès writes: >> They *should* be functionally identical to Debians patches: >> >> https://anonscm.debian.org/viewvc/gcccvs/branches/sid/gcc-5/debian/patches/ >> >> ...but I have not verified this. Any takers? > > The ‘guix environment’ session you show is exactly how I

Re: [PATCH 01/11] gnu: lxterminal: Update to 0.3.0.

2017-01-23 Thread Marius Bakke
contact@cryptolab.net writes: > From: ng0 > > * gnu/packages/lxde.scm (lxterminal): Update to 0.3.0. > [arguments]: Disable tests. > [source]: Update to use new '.tar.xz' tarball. Applied, thanks! > +(arguments > + `(; Tests fail for "po" fail with "No rule to

Re: [PATCH 06/11] gnu: Add lxde-common.

2017-01-23 Thread Marius Bakke
contact@cryptolab.net writes: > From: ng0 > > * gnu/packages/lxde.scm (lxde-common): New variable. This application ships a "lxde-screenlock.desktop" file referring to "lxlock". It would be nice to have that packaged too and substitute with the full path. Going through

Re: GeoIP database redistribution?

2017-01-24 Thread Marius Bakke
Ludovic Courtès <l...@gnu.org> writes: > Pjotr Prins <pjotr.publi...@thebird.nl> skribis: > >> On Mon, Jan 23, 2017 at 07:17:12PM +0100, Marius Bakke wrote: >>> ng0 <contact@cryptolab.net> writes: >>> >>> > I want to slowly p

Re: IcedTea 1 / OpenJDK 6 discontinued

2017-01-24 Thread Marius Bakke
Hi Leo, Leo Famulari writes: > Time marches on and IcedTea 1, which provides OpenJDK 6, is approaching > the end of its life: > > http://blog.fuseyism.com/index.php/2017/01/11/discontinuation-of-support-for-icedtea-1-x/ > > There will be one more release in the series,

Re: [PATCH core-updates] gnu: gtk+: Enable broadway backend.

2017-01-26 Thread Marius Bakke
Hi Danny, Danny Milosavljevic writes: > * gnu/packages/gtk.scm (gtk+)[arguments]: Modify configure-flags. > --- > gnu/packages/gtk.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm > index

Re: [PATCH] gnu: Add python-pyodbc-c.

2017-01-26 Thread Marius Bakke
ng0 writes: > Danny Milosavljevic writes: > >> * gnu/packages/databases.scm (python-pyodbc-c, python2-pyodbc-c): >> New variables. [...] >> + (file-name (string-append name "-" version ".tar.gz" >> +(build-system

Re: [PATCH core-updates 0/6] Wait up!

2017-01-26 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Wed, Jan 25, 2017 at 06:19:32PM +0100, Marius Bakke wrote: >> Sorry for the late series, but I see core-updates isn't fully rolling >> yet. This updates xorg and the latter patch has a proper fix for >> c254ac32004 (unt

Re: [PATCH] gnu: Add kakoune

2017-01-26 Thread Marius Bakke
Carlo Zancanaro writes: > On Thu, Jan 26 2017, Ludovic Courtès wrote >> It’s simpler to add --no-name (which suppresses timestamps and file >> names from the gzip output) to all the gzip invocation in this Makefile. >> >> Could you do that? > > Done! Patch attached. I've

Re: [PATCH 1/2] gnu: Add tremc.

2017-01-27 Thread Marius Bakke
Leo Famulari writes: > * gnu/packages/bittorrent.scm (tremc): New variable. > --- > gnu/packages/bittorrent.scm | 45 > + > 1 file changed, 45 insertions(+) > > diff --git a/gnu/packages/bittorrent.scm

Re: [PATCH 1/2] gnu: Add openvswitch.

2017-01-27 Thread Marius Bakke
宋文武 writes: > * gnu/packages/networking.scm (openvswitch): New variable. Cool, thanks a lot for this! I will be using this for sure. > diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm > index 87ee0a1d8..c6fb2cfda 100644 > ---

Re: [PATCH 1/1] doc: Clarify "Installing GuixSD in a VM".

2017-01-27 Thread Marius Bakke
Leo Famulari writes: > * doc/guix.texi (Installing GuixSD in a VM): Mention decompressing the > installation image. > --- > doc/guix.texi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/guix.texi b/doc/guix.texi > index cb203fca2..bff1d03c6

Re: [PATCH 2/2] gnu: transmission-remote-cli: Superseded by tremc.

2017-01-27 Thread Marius Bakke
Leo Famulari writes: > * gnu/packages/bittorrent.scm (transmission-remote-cli)[properties]: New > field. > --- > gnu/packages/bittorrent.scm | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/bittorrent.scm

Re: [PATCH 0/1] Fix docs on Installing GuixSD in a VM

2017-01-27 Thread Marius Bakke
Leo Famulari writes: > From what I can tell, there is a mistake in these instructions. I can't > find any QEMU documentation that mentions using '-net default', and I've > seen a few reports on #guix of it failing. I remember stumbling on this too. This change LGTM. > > Leo

Re: [PATCH] gnu: rustc: Add LIBRARY_PATH search path.

2017-01-27 Thread Marius Bakke
Hi Ben, Ben Woodcroft writes: > * gnu/packages/rust.scm (rustc)[native-search-paths]: New field. [...] > +(native-search-paths > + (list (search-path-specification > +(variable "LIBRARY_PATH") > +(files '("lib" "lib64") This seems

Re: [PATCH] gnu: python-matplotlib: Don't propagate python-numpy-bootstrap.

2017-01-27 Thread Marius Bakke
Hi Thomas, Thomas Danckaert writes: > Hi, > > when a profile contains both python-numpy and python-matplotlib > (either installed directly or by propagation, e.g. when from > python-ipython), a lot of warnings about conflicts between > python-numpy and

Re: [PATCH] Add adb

2017-01-30 Thread Marius Bakke
Ludovic Courtès writes: > Julien Lepiller skribis: > >> are you still working on this? > > I think this was a question for Marius. :-) Hello! Unfortunately the device I made this package for got a lethal dose of dihydrogenoxide, so the branch got stale :-) I

Re: Tcpdump security update

2017-01-30 Thread Marius Bakke
Oops, missed a little detail: Leo Famulari writes: > (source (origin >(method url-fetch) > - (uri (string-append "http://www.tcpdump.org/release/tcpdump-; > - version ".tar.gz")) > +(uri > +

[PATCH 1/1] gnu: libevent: Update to 2.1.8.

2017-01-30 Thread Marius Bakke
29c209 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2015 Mark H Weaver <m...@netris.org> ;;; Copyright © 2015 Eric Dvorsak <e...@dvorsak.fr> ;;; Copyright © 2016 David Thompson <da...@gnu.org> +;;; Copyright © 2017 Mari

[PATCH 0/1] Libevent update

2017-01-30 Thread Marius Bakke
Hello! Libevent 2.1.8 was recently released and the 2.1 branch is now considered stable. Icecat is the only dependent package that failed to build against 2.1. Marius Bakke (1): gnu: libevent: Update to 2.1.8. gnu/local.mk | 1 + gnu/packages

Re: Tcpdump security update

2017-01-30 Thread Marius Bakke
Leo Famulari writes: > I communicated with the tcpdump team and verified that the Debian > tarball provides the same data (same SHA256 hash) as what's provided > directly by upstream. But the upstream link is still considered private > so I'm using the Debian source URL as a

[PATCH core-updates 3/6] gnu: xorg-server: Update to 1.19.1.

2017-01-25 Thread Marius Bakke
* gnu/packages/xorg.scm (xorg-server, xorg-server-xwayland): Update to 1.19.1. [inputs]: Change from LIBXFONT to LIBXFONT2. Add LIBEPOXY. --- gnu/packages/xorg.scm | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index

[PATCH core-updates 4/6] gnu: xf86-video-qxl: Change to libxfont2 ABI.

2017-01-25 Thread Marius Bakke
* gnu/packages/xorg.scm (xf86-video-qxl)[inputs]: Change LIBXFONT to LIBXFONT2. --- gnu/packages/xorg.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 5c38685bb..db9ced9e5 100644 --- a/gnu/packages/xorg.scm +++

[PATCH core-updates 5/6] gnu: xf86-video-intel: Update to 2.99.917-2-028c946.

2017-01-25 Thread Marius Bakke
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-2-028c946. [inputs]: Change LIBXFONT to LIBXFONT2. --- gnu/packages/xorg.scm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index db9ced9e5..9955ef5b4 100644

[PATCH core-updates 6/6] utils: Add helper method to make files writable.

2017-01-25 Thread Marius Bakke
* gnu/build/activation.scm (make-file-writable): Move this to ... * guix/build/utils.scm (make-file-writable): ... here. Export it. * guix/build/gnu-build-system.scm (strip): Use it. --- gnu/build/activation.scm| 5 - guix/build/gnu-build-system.scm | 6 -- guix/build/utils.scm

[PATCH core-updates 0/6] Wait up!

2017-01-25 Thread Marius Bakke
Sorry for the late series, but I see core-updates isn't fully rolling yet. This updates xorg and the latter patch has a proper fix for c254ac32004 (untested, though). Note: "bdftopcf" is the only package using "libxfont" after this, and "xorg-server" gains a hard dep

[PATCH core-updates 1/6] gnu: Add libxfont2.

2017-01-25 Thread Marius Bakke
* gnu/packages/xorg.scm (libxfont2): New variable. --- gnu/packages/xorg.scm | 15 +++ 1 file changed, 15 insertions(+) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 7a534592b..eefb24116 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4787,6

[PATCH core-updates 2/6] gnu: xorg-server: Use 'modify-phases' syntax.

2017-01-25 Thread Marius Bakke
* gnu/packages/xorg.scm (xorg-server)[arguments]: Use 'modify-phases'. --- gnu/packages/xorg.scm | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index eefb24116..0bff1159d 100644 ---

'python-tests' merge

2017-01-20 Thread Marius Bakke
>> I wonder if we should update scipy and numpy while at it. Thoughts? > > Ugh. I tried this out (plus matplotlib), but the latest matplotlib > (2.0.0) has a circular dependency on ipython. Great. > > The motivation is that the scipy failure stems from the Sphinx update. > I think I'll add an

Re: [PATCH] gnu: Add python-pyodbc-c.

2017-01-26 Thread Marius Bakke
Danny Milosavljevic <dan...@scratchpost.org> writes: > Hi, > > On Thu, 26 Jan 2017 19:14:41 +0100 > Marius Bakke <mba...@fastmail.com> wrote: > >> >> +(arguments >> >> + `(#:tests? #f ; no tests exist >> >> + )

Re: [PATCH 0/2] OpenSSL security updates

2017-01-26 Thread Marius Bakke
Leo Famulari writes: > OpenSSL 1.0 and 1.1 have both received security updates: > > https://mta.openssl.org/pipermail/openssl-announce/2017-January/94.html > > I built the updated packages successfully but I don't have time to test > them. Please test these and push on my

Re: [PATCH core-updates 6/6] utils: Add helper method to make files writable.

2017-01-26 Thread Marius Bakke
Ludovic Courtès <l...@gnu.org> writes: > Marius Bakke <mba...@fastmail.com> skribis: > >> * gnu/build/activation.scm (make-file-writable): Move this to ... >> * guix/build/utils.scm (make-file-writable): ... here. Export it. >> * guix/bui

Re: Multiple python-3 packages

2017-01-27 Thread Marius Bakke
Leo Famulari writes: > Currently we have Python 3.4 and 3.5. Python 3.6 was released recently. > > When we added 3.5, I thought it was a good idea to keep 3.4 around in > case some packages need it. It turns out that nothing is using it in our > tree. > > Do we want to keep

Re: [PATCH] gnu: pius: Update to 2.2.3.

2017-01-26 Thread Marius Bakke
Troy Sankey writes: > The previous pius version in Guix pulled a specific git commit to > address a bug, but now there is a new release (2.2.3) containing the > bugfix so this patch switches the package back to using the release > tarballs. Applied, thanks! I took the

Re: [PATCH] gnu: Add kakoune

2017-01-26 Thread Marius Bakke
Carlo Zancanaro <ca...@zancanaro.id.au> writes: > On Thu, Jan 26 2017, Marius Bakke wrote >> Would you like to fix it? Good catch, sorry for making the mistake on >> your behalf! > > No worries! > > I've attached a patch to move it to a snippet. I wasn't sure

Re: [PATCH] gnu: Add kakoune

2017-01-26 Thread Marius Bakke
Carlo Zancanaro <ca...@zancanaro.id.au> writes: > On Thu, Jan 26 2017, Marius Bakke wrote >> I replaced the patch file with a substitution phase instead ... . > > Is this the preferred way to patch reproducibility issues? I don't > really have a sense of it, but the ot

Re: Let’s freeze and build ‘core-updates’!

2017-02-21 Thread Marius Bakke
Ludovic Courtès <l...@gnu.org> writes: > Hey Marius, > > Marius Bakke <mba...@fastmail.com> skribis: > >> Ludovic Courtès <l...@gnu.org> writes: >> >>> Hello Guix! >>> >>> Since I’m about to leave keyboard for a coupl

Re: bug#25177: python-tests: python-oslosphinx fixed. Please evaluate.

2017-02-22 Thread Marius Bakke
Ricardo Wurmus writes: > Ricardo Wurmus writes: > >> Leo Famulari writes: >> >>> On Tue, Feb 21, 2017 at 06:30:12PM +0100, Ricardo Wurmus wrote: From 1ac5166df11766b47cd1ac723a464063a89afc96 Mon Sep 17 00:00:00 2001 From:

Re: [PATCH 2/2] gnu: tcsh: Use modify-phases.

2017-02-24 Thread Marius Bakke
Hi Leo, thanks for this update! The patch looks good, but please add a #t at the end of the 'patch-test-scripts' and 'post-install' phases with the second commit. Leo Famulari writes: > * gnu/packages/shells.scm (tcsh)[arguments]: Use modify-phases. > --- >

Re: 04/12: gnu: python2-fastlmm: Update to 0.2.26.

2017-02-24 Thread Marius Bakke
Tobias Geerinckx-Rice writes: > nckx pushed a commit to branch master > in repository guix. > > commit 594358f5b6948095dad7a638241cdb2b80a2d293 > Author: Tobias Geerinckx-Rice > Date: Sat Dec 31 16:37:07 2016 +0100 > > gnu: python2-fastlmm: Update to

Re: [PATCH] gnu: prosody: Update to 0.9.12.

2017-02-23 Thread Marius Bakke
Clément Lassieur writes: > * gnu/packages/messaging.scm (prosody): Update to 0.9.12. > [inputs]: Change lua5.1-sec-0.5 to lua5.1-sec. > * gnu/packages/lua.scm (lua5.1-sec-0.5): Remove it. Hi Clément, The patch looks good, but I don't think removing the copyright is

Re: [PATCH] gnu: prosody: Update to 0.9.12.

2017-02-23 Thread Marius Bakke
Clément Lassieur <clem...@lassieur.org> writes: > Marius Bakke <mba...@fastmail.com> writes: > >> Clément Lassieur <clem...@lassieur.org> writes: >> >>> * gnu/packages/messaging.scm (prosody): Update to 0.9.12. >>> [inputs]: Change lu

Re: [PATCH] gnu: Remove xf86-video-modesetting.

2017-02-19 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Tue, Feb 14, 2017 at 05:47:53PM +0100, Marius Bakke wrote: >> This is maintained as part of xorg-server nowadays. >> >> * gnu/packages/xorg.scm (xf86-video-modesetting): Remove variable. >> * gnu/services/xorg.scm (

Re: python-tests: python-oslosphinx fixed. Please evaluate.

2017-02-19 Thread Marius Bakke
Danny Milosavljevic writes: > Hi, > > so we finally got to the bottom of the problem with python-oslosphinx. > It should be fixed now (the main fix is in python-pbr-minimal). Thanks a lot for this! > > @Leo: Can you please start a new evaluation of python-tests? I

Re: Let’s freeze and build ‘core-updates’!

2017-02-14 Thread Marius Bakke
Ludovic Courtès writes: > Hello Guix! > > Since I’m about to leave keyboard for a couple of weeks, here’s a to-do > list for those of you who’ll be around. :-) > > The last things I wanted to push for ‘core-updates’ were a reproducible > Guile (done in

Re: Announcement regarding the oss-security mailing list

2017-02-14 Thread Marius Bakke
Ricardo Wurmus writes: > Leo Famulari writes: > >> I think that several of us are subscribed to oss-security as part of our >> effort to learn about upstream security issues in a timely manner. >> >> A couple days ago, MITRE decided to stop assigning CVEs

Re: [PATCH] gnu: slurm: Update to 16.05.9.1.

2017-02-11 Thread Marius Bakke
Carolili writes: > Dear Guix people, > > Here is a patch that updates Slurm to the latest version. Don't hesitate to > point out any corrections, as this is my first attempt at a Guix patch. > Thanks! > (It was nice meeting you at FOSDEM and learning more about the

Re: [PATCH] gnu: ffmpeg: Build with SDL support.

2017-02-13 Thread Marius Bakke
Marius Bakke <mba...@fastmail.com> writes: > Arun Isaac <arunis...@systemreboot.net> writes: > >> SDL is required for the `ffplay' executable to be built. >> >> * gnu/packages/video.scm (ffmpeg)[inputs]: Add sdl2. > > This increases ffmpegs closure size

Re: [PATCH] gnu: ntfs-3g: Fix CVE-2017-0358.

2017-02-09 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Thu, Feb 09, 2017 at 11:39:42PM +0100, Marius Bakke wrote: >> Kei Kebreau <k...@openmailbox.org> writes: >> >> > Reviewers, how does this patch look to you? >> >> AFAIU from CVE-2017-0358, ntfs-3g

Re: [PATCH 1/6] gnu: Add python-rst2ansi

2017-02-09 Thread Marius Bakke
Muriithi Frederick Muriuki writes: > * gnu/packages/python.scm (python-rst2ansi): New variable. Applied, thanks! I made the synopsis on this package a little more general and trimmed the description lengths on all of them. > --- > gnu/packages/python.scm | 23

Re: [PATCH 2/6] gnu: Add python-flake8-polyfill

2017-02-09 Thread Marius Bakke
Muriithi Frederick Muriuki writes: > * gnu/packages/python.scm (python-flake8-polyfill): New variable. Applied, thanks! I moved this closer to the "python-flake8" expression so it's easier to locate in the source code. Also added the python2 variant on this and others

Re: [PATCH 5/6] gnu: Add python2-ruamel.ordereddict

2017-02-09 Thread Marius Bakke
Muriithi Frederick Muriuki writes: > * gnu/packages/python.scm (python2-ruamel.ordereddict): New variable. > --- > gnu/packages/python.scm | 28 > 1 file changed, 28 insertions(+) > > diff --git a/gnu/packages/python.scm

Re: [PATCH 2/5] gnu: Add seabios.

2017-02-09 Thread Marius Bakke
David Craven writes: > * gnu/packages/grub.scm (seabios): New variable. I would place this in "firmware.scm". > --- > gnu/packages/grub.scm | 38 ++ > 1 file changed, 38 insertions(+) > > diff --git a/gnu/packages/grub.scm

Re: [PATCH] gnu: ntfs-3g: Fix CVE-2017-0358.

2017-02-09 Thread Marius Bakke
Kei Kebreau writes: > Reviewers, how does this patch look to you? AFAIU from CVE-2017-0358, ntfs-3g is only vulnerable when installed setuid root, which is not the case on guix. FWIW Debian do not carry this patch, but have fixed the CVE according to the changelog. So I

Re: [PATCH] gnu: ntfs-3g: Fix CVE-2017-0358.

2017-02-09 Thread Marius Bakke
Kei Kebreau <k...@openmailbox.org> writes: > Marius Bakke <mba...@fastmail.com> writes: > >> Leo Famulari <l...@famulari.name> writes: >> >>> On Thu, Feb 09, 2017 at 11:39:42PM +0100, Marius Bakke wrote: >>>> Kei Kebreau <k...@openmail

Re: [PATCH 3/6] gnu: Add python-ddt

2017-02-09 Thread Marius Bakke
Muriithi Frederick Muriuki writes: > * gnu/packages/python.scm (python-ddt): New variable. > --- > gnu/packages/python.scm | 24 > 1 file changed, 24 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index

Re: [PATCH 4/6] gnu: Add python-pycosat

2017-02-09 Thread Marius Bakke
Muriithi Frederick Muriuki writes: > * gnu/packages/python.scm (python-pycosat): New variable. Applied! This software bundles the "picosat" C program, so I added a TODO note for removing it (we try to unbundle software and use Guix versions wherever feasible). > --- >

Re: [PATCH 1/5] gnu: Use 'license:' prefix in (gnu packages grub).

2017-02-09 Thread Marius Bakke
David Craven writes: > * gnu/packages/grub.scm (grub): Add prefix. LGTM. signature.asc Description: PGP signature

Re: [PATCH 3/5] gnu: Add ovmf.

2017-02-09 Thread Marius Bakke
David Craven writes: > * gnu/packages/grub.scm (ovmf): New variable. I would place this too in firmware.scm. > --- > gnu/packages/grub.scm | 82 > +++ > 1 file changed, 82 insertions(+) > > diff --git a/gnu/packages/grub.scm

Re: [PATCH 4/5] gnu: Add syslinux.

2017-02-09 Thread Marius Bakke
David Craven writes: > * gnu/packages/grub.scm (syslinux): New variable. > --- > gnu/packages/grub.scm | 54 > +++ > 1 file changed, 54 insertions(+) > > diff --git a/gnu/packages/grub.scm b/gnu/packages/grub.scm > index

Re: `guix pull` over HTTPS

2017-02-10 Thread Marius Bakke
Ludovic Courtès writes: > Leo Famulari skribis: > >> On Thu, Feb 09, 2017 at 04:55:12PM +0100, Leo Famulari wrote: >>> Does anyone have any specific concerns or advice about changing the >>> value of %snapshot-url in (guix scripts pull) to use the HTTPS URL?

Re: `guix pull` over HTTPS

2017-02-10 Thread Marius Bakke
Ludovic Courtès <l...@gnu.org> writes: > Marius Bakke <mba...@fastmail.com> skribis: > >> Ludovic Courtès <l...@gnu.org> writes: >> >>> Leo Famulari <l...@famulari.name> skribis: >>> > > [...] > >>> Initial

Re: Add murmur.

2017-02-10 Thread Marius Bakke
ng0 writes: > On 17-02-09 23:50:02, Ludovic Courtès wrote: >> ng0 skribis: >> >> > On 17-02-09 17:50:04, Ludovic Courtès wrote: >> >> Hi ng0! >> >> >> >> contact@cryptolab.net skribis: >> >> >> >> > This patch adds an proposed change

[PATCH] gnu: Remove xf86-video-modesetting.

2017-02-14 Thread Marius Bakke
This is maintained as part of xorg-server nowadays. * gnu/packages/xorg.scm (xf86-video-modesetting): Remove variable. * gnu/services/xorg.scm (xorg-configuration-file, %default-xorg-modules): Adjust accordingly. --- gnu/packages/xorg.scm | 26 -- gnu/services/xorg.scm |

  1   2   3   4   5   6   7   8   9   10   >