Re: [PATCH 3/8] gnu: python-requests: Update to 2.10.0.

2017-01-17 Thread Marius Bakke
re >From b4198062f279db27b186930a54ffaacef2042761 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 17 Jan 2017 21:56:31 +0100 Subject: [PATCH] gnu: python-requests: Update to 2.12.4. * gnu/packages/python.scm (python-requests, python2-requests): Update to 2.12.4. --- gnu/packages/python.scm | 4 ++-- 1 file

Re: [PATCH 4/8] gnu: Add python-dulwich.

2017-01-17 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-dulwich, python2-dulwich): New variables. > --- > gnu/packages/python.scm | 25 + > 1 file changed, 25 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 9572f3a3c..deb80

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

2017-01-17 Thread Marius Bakke
pat))) > + > +(define-public python2-geventhttpclient > + (package-with-python2 python-geventhttpclient)) 'python setup.py test' doesn't actually do anything on this package. In addition, the tarball comes with .pyc files for the tests and breaks. Here is a patch with .py

Re: [PATCH 7/8] gnu: python-oslosphinx: Add python-reno.

2017-01-17 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/openstack.scm (python-oslosphinx)[native-inputs]: > Add python-reno. The commit title is weird (not the above quote). I think this commit can be squashed into the oslosphinx update, since it's a recent dependency. signature.asc Description: PGP s

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 b/gnu/packages/python.scm > index cd0a47043.

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

2017-01-17 Thread Marius Bakke
Leo Famulari 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 Wow, good catch, will add i

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 b/gnu/packages/python.scm > index 8c81eae64..c

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 PYTHONPATH=" >> +

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/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] 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 question! That can go to master, but

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

2017-01-17 Thread Marius Bakke
Danny Milosavljevic writes: > On Wed, 18 Jan 2017 00:17:06 +0100 > Marius Bakke wrote: > >> 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

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

2017-01-17 Thread Marius Bakke
Ludovic Courtès writes: > Marius Bakke skribis: > >> * gnu/packages/databases.scm (rocksdb): New variable. > > [...] > >> + (lambda* (#:key (make-flags '()) #:allow-other-keys) >> + ;; Prevent the build from add

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

2017-01-17 Thread Marius Bakke
ng0 writes: > Marius Bakke writes: > >> ng0 writes: >> >>> I'm rebasing my kallithea branch at the moment and with the >>> release of the new "Routes" on pypi, the old one (which I need >>> for Kallithea) moved from a tar.gz to a whee

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 b/gnu/packages/python.scm > ind

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 a bunch of packages. We s

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 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 b/gnu/packages/openstack.scm >

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 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 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 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 `notmuch_rb_database_path': /

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 do you think? > --- > > The OpenCASCAD

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 b/gnu/packages/messagi

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 b/gnu/packages/messaging.scm > index d

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: https://www.gnu.org/software/guix/manual/guix.html#Package-Modu

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 sa

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 + > gnu/packages/ocaml.scm

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 6d033ebfe..35e0d081e 100644 > --- a/gnu/

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 + > gnu/packages/ocaml.sc

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 are not referenced, bu

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

2017-01-19 Thread Marius Bakke
Danny Milosavljevic writes: > On Wed, 18 Jan 2017 18:39:24 +0100 > Marius Bakke wrote: > >> Danny Milosavljevic writes: >> >> > * gnu/packages/python.scm (python-testtools): Update to 1.4.0. >> >> Why not go with the latest version 2.2.0? > &

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 Descrip

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 "traceback" module > included in

Re: python2-traceback2, python2-linecache2

2017-01-19 Thread Marius Bakke
Marius Bakke 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 the Sphinx update. I think I

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

'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 olde

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

2017-01-21 Thread Marius Bakke
mp;& ./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 '

[PATCH 1/1] gnu: gcc@5: Respect SOURCE_DATE_EPOCH in __DATE__ and __TIME__ macros.

2017-01-21 Thread Marius Bakke
* gnu/packages/patches/gcc-5-source-date-epoch-1.patch, gnu/packages/patches/gcc-5-source-date-epoch-2.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. * gnu/packages/gcc.scm (gcc-5)[source]: Use them. --- gnu/local.mk | 2 + gnu/packages

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 place, in order to avoid creating a new

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 > + (method url-fetch) > +

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 > --- a/gnu/packages/python.scm

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 'patch-test-shebangs >> > +

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) > legacy database file of m

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 0.7.10 a while back, but got s

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 would have > tes

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 make target > '../src

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 the series now. I thi

Re: GeoIP database redistribution?

2017-01-24 Thread Marius Bakke
Ludovic Courtès writes: > Pjotr Prins skribis: > >> On Mon, Jan 23, 2017 at 07:17:12PM +0100, Marius Bakke wrote: >>> ng0 writes: >>> >>> > I want to slowly package OONI (https://ooni.torproject.org/). >>> > One of its dependencies, txtorc

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, 1.14.0. > > Thankfully, we

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

[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 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 +++ b/gnu/packag

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

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

[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 --- a/gnu/packages/xorg.sc

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 a506949ab..9498ce780 100644 > --

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

2017-01-26 Thread Marius Bakke
Leo Famulari 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 (untested, though). >>

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 python-build-system) >> +(inputs >> + `(("unixodbc" ,unix

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

2017-01-26 Thread Marius Bakke
Danny Milosavljevic writes: > Hi, > > On Thu, 26 Jan 2017 19:14:41 +0100 > Marius Bakke wrote: > >> >> +(arguments >> >> + `(#:tests? #f ; no tests exist >> >> + )) >> >> Please move these to the previous line. >

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 also updated it to the mo

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

2017-01-26 Thread Marius Bakke
Ludovic Courtès writes: > Marius Bakke skribis: > >> * 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. > > [...] > >>

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 behalf. Tested and

Re: [PATCH] gnu: Add kakoune

2017-01-26 Thread Marius Bakke
Carlo Zancanaro 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 other packages I have seen hav

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 opportunity to add a bug-fi

Re: [PATCH] gnu: Add kakoune

2017-01-26 Thread Marius Bakke
Carlo Zancanaro 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 how to word > th

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 3.4 and 3.5 around? Th

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 > --- a/gnu/packages/networking.scm > +++ b/gnu/packa

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 100644 > --- a/doc/gui

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 b/gnu/packages/bittorrent.scm > index 716d8b766..

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 b/gnu/packages/bittorrent.scm > index a7294f38a

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 Famulari (1): > do

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 python-nympy-bootstrap appear, because matp

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 odd. This search path is f

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 do have another device now that wi

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 courtesy. Thanks for

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 > + (lis

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

2017-01-30 Thread Marius Bakke
ckages/libevent.scm index cb76915ef..a6229c209 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2015 Mark H Weaver ;;; Copyright © 2015 Eric Dvorsak ;;; Copyright © 2016 David Thompson +;;; Copyright © 2017 Marius Bakke ;;; ;;; This file

[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: 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 specified > explicitly. I

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 cdd52d874..3468fe5a7 100644 > --- a/gnu/pack

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

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

2017-02-01 Thread Marius Bakke
* gnu/packages/patches/libevent-2.1-skip-failing-32bit-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/libevent.scm (libevent)[source]: Use it. --- gnu/local.mk | 1 + gnu/packages/libevent.scm | 5

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

2017-02-01 Thread Marius Bakke
Marius Bakke 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/packages/patches/libeven

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

2017-02-02 Thread Marius Bakke
Mark H Weaver writes: > Hi, > > mba...@fastmail.com (Marius Bakke) writes: > >> mbakke pushed a commit to branch master >> in repository guix. >> >> commit 3e32eeb2478a9d3b46a2e858fdc416420bffe302 >> Author: Marius Bakke >> Date: Wed Feb 1 15:1

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

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

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 > relatively central. > > https://www.trip

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 improvement. > > Here is a patch

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. > > Fixes a regression intr

Re: [PATCH] gnu: Add lshw.

2017-02-07 Thread Marius Bakke
"Boskovits, Gábor" writes: > +(define-public lshw > + (package > +(name "lshw") > +(version "B.02.18") > +(source (origin > + (method url-fetch) > + (uri (string-append "http://www.ezix.org/software/"; > + "files/lshw-" versi

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 woul

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 b57e9a7..b39d8b1 100644

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 b39d8b1..44704b2 100644 > --- a

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 170107a..ef3d9bd 100644 > --- a/g

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 44704b2..170107a 100644 > --- a/

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 b/gnu/packages/python.scm > index ef3d9bd..e1e4

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]: https://bugzilla.redhat.com/show_

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 > +++ b/gnu/packages/xdisorg.scm > @@ -273

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

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