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 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 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 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 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] 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] enable debug symbols

2017-02-09 Thread Marius Bakke
David Craven writes: > Ups, sry these patches aren't ment for the ML. Too late :) Are these packages working? I would really like to have SeaBIOS, OVMF and syslinux in Guix! signature.asc Description: PGP signature

Re: [PATCH] update libdrm

2017-02-09 Thread Marius Bakke
David Craven writes: > --- > gnu/packages/xdisorg.scm | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm > index ee83934ca..42fa0cc1b 100644 > --- a/gnu/packages/xdisorg.scm > +++

Re: [PATCH] gnu: lcms: Update to 2.8.

2017-02-09 Thread Marius Bakke
Alex Vong writes: > Hi, > > This patch update lcms to 2.8: Thank you for this! > Besides, the security bug in which 'lcms-fix-out-of-bounds-read.patch' > fixed has been assigned CVE-2016-10165 according to [0], should we > change the name of the patch? > > [0]:

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

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

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

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: [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 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 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 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/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 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: 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: 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: 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 >> 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: [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: [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] 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] 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 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

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

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

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: 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: [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: [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 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] gnu: duplicity: Update to 0.7.11.

2017-01-23 Thread Marius Bakke
Thomas Danckaert writes: > Hi Guix, > > this patch updates duplicity, removes no-longer needed patches, and > reorganises the inputs. I've also added a substitution to embed the > store name of gnupg. Hi Thomas, Thank you very much for this! I tried updating to

Re: GeoIP database redistribution?

2017-01-23 Thread Marius Bakke
ng0 writes: > I want to slowly package OONI (https://ooni.torproject.org/). > One of its dependencies, txtorcon, requires python-geoip which > depends on geoip-c-api. I've got both covered, but both of them > want (either to download or to be present) for tests (a/the)

Re: [PATCH] gnu: add geos

2017-01-23 Thread Marius Bakke
Björn Höfling writes: > Thanks for accepting! > > I have some comments/questions below. > >> > +(arguments `(#:phases >> > + (modify-phases %standard-phases >> > + (add-after >> > + 'unpack

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] gnu: add geos

2017-01-21 Thread Marius Bakke
Björn Höfling writes: > * gnu/packages/geo.scm (geos): New variable. Thanks for this! I've applied it with some minor changes, described below: > +(define-public geos > + (package > +(name "geos") > +(version "3.6.1") > +(source (origin > +

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

'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:Re: [PATCH] Add fcitx-configtool

2017-01-20 Thread Marius Bakke
tumashu writes: > yes, it workswell for me Thanks for confirming, pushed as 7386a0481c26d6 ! signature.asc Description: PGP signature

Re: python2-traceback2, python2-linecache2

2017-01-19 Thread Marius Bakke
Marius Bakke <mba...@fastmail.com> writes: > 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 t

Re: python2-traceback2, python2-linecache2

2017-01-19 Thread Marius Bakke
Danny Milosavljevic writes: > Hi, > >> The traceback2 module works on python3 as well. I don't think patching >> imports will be necessary? > > Maybe it works. However, I think it's silly to package a "traceback" > module for Python 3.5 which is a backport of the

Re: [PATCH] gnu: Add unetbootin.

2017-01-19 Thread Marius Bakke
> Could you check whether the package can be adjusted to use this FUSBi > fork mentioned there, and send an updated patch? Also note that the unetbootin distribution bundles a *lot* of executables. I'm not sure if it's usable without them, or if FUSBi has the same problem. signature.asc

Re: [PATCH v2 1/6] gnu: python-testtools: Update to 1.4.0.

2017-01-19 Thread Marius Bakke
Danny Milosavljevic <dan...@scratchpost.org> writes: > On Wed, 18 Jan 2017 18:39:24 +0100 > Marius Bakke <mba...@fastmail.com> wrote: > >> Danny Milosavljevic <dan...@scratchpost.org> writes: >> >> > * gnu/packages/python.scm (python-

Re: [PATCH 00/10] ocaml patches

2017-01-18 Thread Marius Bakke
Julien Lepiller writes: > Here are the next 10 ocaml-related patches I would like to push. What do you > think? I don't know anything about ocaml, but the patches reads fine to me. One thing that strikes me is the usage of native-inputs; I assume it's because the packages

Re: [PATCH 09/10] gnu: Add ocaml-js-build-tools.

2017-01-18 Thread Marius Bakke
Julien Lepiller writes: > * gnu/packages/ocaml.scm (ocaml-js-build-tools): New variable. > * gnu/packages/patches/ocaml-janestreet-fix-libdir.patch: New file. > * gnu/local.mk (dist_patch_DATA): New patch. > --- > gnu/local.mk | 1 + >

Re: [PATCH 08/10] gnu: Add ocaml-oasis.

2017-01-18 Thread Marius Bakke
Julien Lepiller writes: > * gnu/packages/ocaml.scm (ocaml-oasis): New variable. > --- > gnu/packages/ocaml.scm | 30 ++ > 1 file changed, 30 insertions(+) > > diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm > index

Re: [PATCH 03/10] gnu: Add omake.

2017-01-18 Thread Marius Bakke
Julien Lepiller writes: > * gnu/packages/ocaml.scm (omake): New variable. > * gnu/packages/patches/ocaml-omake-fix-non-determinism.patch: New file. > * gnu/local.mk (dist_patch_DATA): New patch. > --- > gnu/local.mk | 1 + >

Re: [PATCH] Add fcitx-configtool

2017-01-18 Thread Marius Bakke
Hi tumashu! The patch looks good. Does it work for you? It does not find any input methods on my system, but perhaps I need to install some? If you can confirm that this works for your use, I think it can be added as it is, save for some minor changes to make `guix lint` happy. I will add the

Re: [PATCH] gnu: Add kallisto.

2017-01-18 Thread Marius Bakke
Ra writes: > I should find a way to have a different branch/repo for "special" packages. It is easy to use a third-party repository with Guix. Just export the variable GUIX_PACKAGE_PATH to point to the repository as described here:

Re: [PATCH 2/2] gnu: Add mcabber.

2017-01-18 Thread Marius Bakke
contact@cryptolab.net writes: > From: ng0 > > * gnu/packages/messaging.scm (mcabber): New variable. > --- > gnu/packages/messaging.scm | 33 + > 1 file changed, 33 insertions(+) > > diff --git a/gnu/packages/messaging.scm

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

2017-01-18 Thread Marius Bakke
contact@cryptolab.net writes: > From: ng0 > > * gnu/packages/messaging.scm (loudmouth): New variable. > --- > gnu/packages/messaging.scm | 32 +++- > 1 file changed, 31 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/messaging.scm

Re: [PATCH] gnu: Add opencascade-oce

2017-01-18 Thread Marius Bakke
Hello Paul! Paul Garlick writes: > * gnu/packages/opencascade.scm: New file > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it I wonder if this could fit in "engineering.scm". Or maybe "geometry.scm" or "3d.scm". We try to avoid "single program" modules. What

Re: [PATCH 1/2] gnu: Add ruby-notmuch.

2017-01-18 Thread Marius Bakke
ng0 writes: > * gnu/packages/ruby.scm (ruby-notmuch): New variable. I tried building this, but get some linker errors. /tmp/guix-build-ruby-notmuch-0.23.5.drv-0/notmuch-0.23.5/bindings/ruby/database.c:105: undefined reference to `rb_ensure' database.o: In function

Re: [PATCH v2 1/6] gnu: python-testtools: Update to 1.4.0.

2017-01-18 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-testtools): Update to 1.4.0. Why not go with the latest version 2.2.0? signature.asc Description: PGP signature

Re: [PATCH v2 2/6] gnu: Add python-fastimport.

2017-01-18 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-fastimport, python2-fastimport): > New variables. LGTM! signature.asc Description: PGP signature

Re: [PATCH] gnu: Add menumaker.

2017-01-18 Thread Marius Bakke
contact@cryptolab.net writes: > From: ng0 > > * gnu/packages/wm.scm (menumaker): New variable. I tweaked the description a little and pushed it. Thanks! signature.asc Description: PGP signature

Re: [PATCH v2 4/6] gnu: Add python-reno.

2017-01-18 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/openstack.scm (python-reno, python-reno2): New variables. > --- > gnu/packages/openstack.scm | 42 ++ > 1 file changed, 42 insertions(+) > > diff --git a/gnu/packages/openstack.scm

Re: [PATCH v2 6/6] gnu: python-sphinx: Update to 1.5.1 and enable tests.

2017-01-18 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-sphinx): Update to 1.5.1. > [arguments]: New field. > [native-inputs]: Add graphviz, python-html5lib, python-mock, python-nose, > python-requests. LGTM, thanks! signature.asc Description: PGP

Re: [PATCH v2 5/6] gnu: python-mox3: Remove python-oslosphinx dependency (since the tests don't run anyway).

2017-01-18 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-mox3)[native-inputs]: Remove > python-oslosphinx. ^^ This path seems wrong :) Otherwise LGTM. If you look around in openstack.scm, I've had to do similar things in

Re: [PATCH v2 3/6] gnu: Add python-dulwich.

2017-01-18 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-dulwich, python2-dulwich): New variables. > --- > gnu/packages/python.scm | 44 > 1 file changed, 44 insertions(+) > > diff --git a/gnu/packages/python.scm

Re: Help: a pypi source changed from targz into wheel

2017-01-17 Thread Marius Bakke
ng0 <n...@libertad.pw> writes: > Marius Bakke <mba...@fastmail.com> writes: > >> ng0 <n...@libertad.pw> writes: >> >>> I'm rebasing my kallithea branch at the moment and with the >>> release of the new "Routes" on pypi, the old one

Re: [PATCH 4/6] gnu: Add rocksdb.

2017-01-17 Thread Marius Bakke
Ludovic Courtès <l...@gnu.org> writes: > Marius Bakke <mba...@fastmail.com> skribis: > >> * gnu/packages/databases.scm (rocksdb): New variable. > > [...] > >> + (lambda* (#:key (make-flags '()) #:allow-other-keys) >> + ;; P

Re: [PATCH 0/8] Make python-oslosphinx work in python-tests branch.

2017-01-17 Thread Marius Bakke
Danny Milosavljevic <dan...@scratchpost.org> writes: > On Wed, 18 Jan 2017 00:17:06 +0100 > Marius Bakke <mba...@fastmail.com> wrote: > >> Danny Milosavljevic <dan...@scratchpost.org> writes: >> >> > Btw are you maybe working on unittest2 0.8.0 a

Re: [PATCH] gnu: python-click: Fix test failure.

2017-01-17 Thread Marius Bakke
Ludovic Courtès writes: > Danny Milosavljevic skribis: > >> Hi Ludo, >> >>> If you know more details, you’re welcome to add them in the comment, but >>> otherwise feel free to push! >> >> Does that mean push to master or to python-tests or to both? > > Good

Re: [PATCH 5/8] gnu: Add python-geventhttpclient.

2017-01-17 Thread Marius Bakke
Danny Milosavljevic writes: > LGTM! > > Let's just use yours here. It's also pretty independent... OK! Pushed this and the requests update. Looks like we have a ways to go still :-) signature.asc Description: PGP signature

Re: [PATCH 0/8] Make python-oslosphinx work in python-tests branch.

2017-01-17 Thread Marius Bakke
Danny Milosavljevic writes: > Btw are you maybe working on unittest2 0.8.0 already? I was not finished with dulwich yet, so no. What is it needed for? I was planning to do scipy next, but I'll gladly do something easier :-D signature.asc Description: PGP signature

Re: [PATCH 5/6] gnu: Add ceph.

2017-01-17 Thread Marius Bakke
Ludovic Courtès writes: >> + (substitute* "src/Makefile.in" >> + ;; By default, the PYTHONPATH is set to "src/pybind". >> + ;; Make sure our libraries are found too. >> + (("export PYTHONPATH=") (string-append "export

Re: [PATCH 6/8] gnu: Add python-fastimport.

2017-01-17 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-fastimport, python2-fastimport): > New variables. > --- > gnu/packages/python.scm | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/gnu/packages/python.scm

Re: [PATCH 2/6] gnu: Add crypto++.

2017-01-17 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Sun, Jan 15, 2017 at 09:33:34PM +0100, Marius Bakke wrote: >> * gnu/packages/crypto.scm (crypto++): New variable. > > We should make sure to get this change as well: > https://github.com/weidai11/cryptopp/pull/347 W

Re: [PATCH 8/8] gnu: python-dulwich: Fix tests.

2017-01-17 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-dulwich)[arguments]: New field. > --- > gnu/packages/python.scm | 26 +- > 1 file changed, 25 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/python.scm

<    1   2   3   4   5   6   7   8   9   10   >