Re: How to deal with Latin1 filenames?

2016-12-05 Thread Marius Bakke
Marius Bakke <mba...@fastmail.com> writes: > Hello Guix, > > I'm trying to package the Norwegian Bokmål Aspell dictionary, which > contains a 'bokmål.alias' in the source archive. This causes 'readdir' > to throw a decoding-error. I'm sorry, the file name is actually ISO

How to deal with UTF-8 filenames?

2016-12-04 Thread Marius Bakke
r how to deal with this? Patch attached. signature.asc Description: PGP signature >From 6e6dd7144eecf9c04ba47c4a49207f17181259be Mon Sep 17 00:00:00 2001 From: Marius Bakke <mba...@fastmail.com> Date: Sun, 4 Dec 2016 19:56:20 +0100 Subject: [PATCH] =?UTF-8?q?gnu:=20Add=20Norwegian=20Bo

Re: New Danish PO file for 'guix' (version 0.11.0)

2016-12-04 Thread Marius Bakke
Translation Project Robot writes: > Hello, gentle maintainer. > > This is a message from the Translation Project robot. > > A revised PO file for textual domain 'guix' has been submitted > by the Danish team of translators. The file is available at: > >

Re: New Danish PO file for 'guix-packages' (version 0.11.0)

2016-12-04 Thread Marius Bakke
Translation Project Robot writes: > Hello, gentle maintainer. > > This is a message from the Translation Project robot. > > A revised PO file for textual domain 'guix-packages' has been submitted > by the Danish team of translators. The file is available at: > >

Re: [PATCH 0/2] i3 window manager update 4.13

2016-12-04 Thread Marius Bakke
Leo Famulari writes: > These patches update i3 to the latest upstream version, 4.13. > > The first seems necessary since xcb-util-cursor's pkg-config file > includes the propagated packages in its 'Requires.private' field. I > noticed this issue when the i3 build failed

Re: [PATCH] gnu: Add mktorrent.

2016-12-02 Thread Marius Bakke
Tobias Geerinckx-Rice writes: > * gnu/packages/bittorrent.scm (mktorrent): New variable. > --- > > ‘guix lint’ — sorry: @code{guix lint} complained about quotes, so I > cheated a bit and went with @dfn tags instead. It's a sort of mutual > equality definition, after all. > > Kind

Re: [PATCH 0/5] Fixes for packages with new python build sytem

2016-12-02 Thread Marius Bakke
Hartmut Goebel writes: > This patches fixes some build issues caused by using the new python build > system. > > Hartmut Goebel (5): > gnu: calibre: Do not use python setuptools for building. > gnu: python-numpydoc: Correct inputs. > gnu: python2-ipython: Fix

[PATCH] gnu: cairomm: Update to 1.15.1.

2016-12-02 Thread Marius Bakke
The gnome mirrors appears to have stopped updating this package at 1.12.0. This is the latest version from cairographics.org. >From ed1c762e210eb9dfe6845d751b79b234edb6183c Mon Sep 17 00:00:00 2001 From: Marius Bakke <mba...@fastmail.com> Date: Wed, 30 Nov 2016 19:08:38 +0100 Subject: [P

Re: [PATCH] gnu: Add libtermkey

2016-12-06 Thread Marius Bakke
José Miguel Sánchez García writes: > Add libtermkey (I hope it's finally correct!) Hi José, Thanks for your contribution! The patch looks mostly good, see comments inline. > > -- > José Miguel Sánchez García > From 8ad5713a25aeb40b9021b30beba7b11d3cf432df Mon Sep 17

Re: [PATCH 1/1] gnu: python-matplotlib: Fix documentation reST markup error.

2017-01-05 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-matplotlib): Fix documentation reST markup > error. > --- > gnu/packages/python.scm | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index

Re: [PATCH v4 0/3] Prepare for Sphinx update

2017-01-05 Thread Marius Bakke
Danny Milosavljevic writes: > This adds new packages that will be required for an eventual Sphinx update. > > Danny Milosavljevic (3): > gnu: Add python-snowballstemmer. > gnu: Add python-sphinx-cloud-sptheme. > gnu: Add python-sphinx-alabaster-theme. > >

Re: [PATCH 2/5] gnu: gnu-make: Don't replace 'sh' reference with 'bash'.

2017-01-05 Thread Marius Bakke
Leo Famulari writes: > * gnu/packages/base.scm (gnu-make)[arguments]: Use /bin/sh instead of > /bin/bash > in 'set-default-shell' phase. > --- > gnu/packages/base.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/packages/base.scm

Re: [PATCH v3] gnu: Add ghc-markdown-unlit.

2017-01-05 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/haskell.scm (ghc-markdown-unlit): New variable. > --- > gnu/packages/haskell.scm | 27 +++ > 1 file changed, 27 insertions(+) > > diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm > index

Re: [PATCH 0/5] Clean-up of /bin/sh patching

2017-01-05 Thread Marius Bakke
Leo Famulari writes: > This patch series changes all the instances of /bin/sh being patched to > /bin/bash that I can find. > > They are for core-updates. [...] > Leo Famulari (5): > gnu: m4: Don't replace 'sh' reference with 'bash'. > gnu: gnu-make: Don't replace 'sh'

Re: [PATCH 1/1] gnu: unrtf: Fix CVE-2016-10091.

2017-01-04 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Wed, Jan 04, 2017 at 02:13:25AM -0500, Leo Famulari wrote: >> On Tue, Jan 03, 2017 at 05:49:29PM +0100, Marius Bakke wrote: >> > Leo Famulari <l...@famulari.name> writes: >> > > +diff --git a/debian/patches/

[PATCH] gnu: sed: Update to 4.3.

2017-01-04 Thread Marius Bakke
* gnu/packages/base.scm (sed): Update to 4.3. [source]: Use xz tarball. Remove upstreamed patch. [home-page]: Use https. [native-inputs]: Add perl. * gnu/packages/patches/sed-hurd-path-max.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. --- gnu/local.mk

Re: [PATCH] gnu: curl: Add ca-bundle to config.

2017-01-04 Thread Marius Bakke
Marius Bakke <mba...@fastmail.com> writes: > ng0 <n...@libertad.pw> writes: > >> * gnu/packages/curl.scm (curl)[arguments]: Add "--with-ca-bundle" configure >> flag. >> [arguments]: Disable failing test number 324. >> --- >> gnu/p

Re: [PATCH] gnu: curl: Add ca-bundle to config.

2017-01-04 Thread Marius Bakke
ng0 writes: > * gnu/packages/curl.scm (curl)[arguments]: Add "--with-ca-bundle" configure > flag. > [arguments]: Disable failing test number 324. > --- > gnu/packages/curl.scm | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff --git

Re: GnuTLS and the “trust store”

2017-01-05 Thread Marius Bakke
Ludovic Courtès <l...@gnu.org> writes: > Hello! > > Marius Bakke <mba...@fastmail.com> skribis: > >> Marius Bakke <mba...@fastmail.com> writes: >> >>> ng0 <n...@libertad.pw> writes: >>> >>>> * gnu/packages/curl.scm (c

Re: [PATCH v4 1/1] gnu: python-sphinx: Update to 1.4.8.

2017-01-05 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-sphinx)[version]: Update to 1.4.8. Please also mention changes to inputs, source and other fields in the commit message. signature.asc Description: PGP signature

Re: Ruby 2.4.0 update

2017-01-05 Thread Marius Bakke
Ben Woodcroft <b.woodcr...@uq.edu.au> writes: > Hi Marius, > > On 26/12/16 23:18, Ben Woodcroft wrote: >> On 26/12/16 03:09, Marius Bakke wrote: >>> In good tradition, ruby made a new release today (25/12)[0]. >>> >>> I tried building some

Re: [PATCH] guix: python-build-system: Properly inform caller about test status.

2017-01-05 Thread Marius Bakke
Danny Milosavljevic writes: > * guix/build/python-build-system.scm (check): Properly inform caller about > test status. > --- > guix/build/python-build-system.scm | 13 +++-- > 1 file changed, 7 insertions(+), 6 deletions(-) > > diff --git

Re: [PATCH 1/2] gnu: libtool: Use 'modify-phases'.

2017-01-05 Thread Marius Bakke
Leo Famulari writes: > On Sun, Jan 01, 2017 at 03:24:27PM +, ng0 wrote: >> * gnu/packages/autotools.scm (libtool): Use 'modify-phases'. >> [arguments]: Use 'modify-phases'. > >> + ("help2man" ,help2man) ;because we modify ltmain.sh > > This should go

Re: [PATCH] gnu: sed: Update to 4.3.

2017-01-05 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Wed, Jan 04, 2017 at 05:01:34PM +0100, Marius Bakke wrote: >> * gnu/packages/base.scm (sed): Update to 4.3. >> [source]: Use xz tarball. Remove upstreamed patch. >> [home-page]: Use https. >> [native-inputs]: Add pe

Re: [PATCH v2] gnu: Add ghc-markdown-unlit.

2017-01-05 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/haskell.scm (ghc-markdown-unlit): New variable. > --- > gnu/packages/haskell.scm | 29 + > 1 file changed, 29 insertions(+) > > diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm >

Re: python-tests: Sphinx

2017-01-05 Thread Marius Bakke
Danny Milosavljevic writes: > Hi Marius, > >> This is fixed with e46a043ecd9f9ef46d1d44393362bb7016454544 from the >> 'python-tests' branch. Speaking of which, there are still some failing >> packages in that branch listed at: >>

Re: [PATCH 0/1] MPD: Install systemd service files

2016-12-29 Thread Marius Bakke
Leo Famulari writes: > I noticed that MPD 0.19.21 adds a systemd service file for unprivileged > users: > > http://git.musicpd.org/cgit/master/mpd.git/plain/NEWS?h=v0.19.21 > > It works for me! > > This patch installs both the privileged and unprivileged service files. > > I

Re: [PATCH 1/2] gnu: libpng: Fix a null pointer dereference [fixes security issue].

2016-12-29 Thread Marius Bakke
Leo Famulari writes: > * gnu/packages/patches/libpng-fix-null-ptr-dereference.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/image.scm (libpng)[replacement]: New field. > (libpng/fixed): New variable. That was quick! Both patches LGTM.

Re: [PATCH v6] gnu: python-sphinx: Update to 1.4.8.

2017-01-05 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-sphinx)[version]: Update to 1.4.8. > [source]: Use pypi-uri. > [propagated-inputs]: Add python-imagesize, python-sphinx-alabaster-theme, > python-babel, python-snowballstemmer, python-six. >

Re: [PATCH 6/6] gnu: Add grub-efi.

2016-12-20 Thread Marius Bakke
Ludovic Courtès <l...@gnu.org> writes: > Marius Bakke <mba...@fastmail.com> skribis: > >> Ludovic Courtès <l...@gnu.org> writes: >> >>> Hello! >>> >>> Marius Bakke <mba...@fastmail.com> skribis: >>> >>>>&g

Re: [PATCH 6/6] gnu: Add grub-efi.

2016-12-19 Thread Marius Bakke
Ludovic Courtès <l...@gnu.org> writes: > Hi Marius, > > Marius Bakke <mba...@fastmail.com> skribis: > >> Ludovic Courtès <l...@gnu.org> writes: >> >>>> Relatedly, I think the way to build a 'multi-grub' is to have one >>>> expressi

Re: [PATCH] gnu: maxima: Update to 5.39.0.

2016-12-18 Thread Marius Bakke
Kei Kebreau writes: >> I've found 'diffoscope' to be useful when troubleshooting >> reproducibility problems. E.g. by running it on two cancelled builds, or >> by installing to different output paths with a superficial change to the >> expression. It will show sections that

Re: [PATCH] gnu: maxima: Update to 5.39.0.

2016-12-18 Thread Marius Bakke
Kei Kebreau writes: > This was supposed to be a simple version bump for Maxima, but it has > come to my attention that Maxima hasn't built reproducibily for quite a > while now (since version 5.36.1 according to my tests, possibly > further). Is there any particular reason

Re: [PATCH 6/6] gnu: Add grub-efi.

2016-12-20 Thread Marius Bakke
Ludovic Courtès <l...@gnu.org> writes: > Hello! > > Marius Bakke <mba...@fastmail.com> skribis: > >>>> OK. I'll try to find out why tests don't work with the UEFI variant >>>> first in order to at least write a meaningful comment. Mayb

Re: 01/01: gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586, 9952, 9953}].

2016-12-21 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Wed, Dec 21, 2016 at 02:03:21PM +0000, Marius Bakke wrote: >> mbakke pushed a commit to branch master >> in repository guix. >> >> commit 42366b35c3f9f8dc8b059d3369b8196a4b832c18 >> Author: Marius Bakke <mba

Re: [PATCH] gnu: Add toxic.

2016-12-23 Thread Marius Bakke
Kei Kebreau writes: > ng0 writes: > >> * gnu/packages/messaging.scm (toxic): New variable. >> --- >> gnu/packages/messaging.scm | 47 >> ++ >> 1 file changed, 47 insertions(+) >> >> diff --git

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

2016-12-23 Thread Marius Bakke
Thomas Danckaert <p...@thomasdanckaert.be> writes: > From: Marius Bakke <mba...@fastmail.com> > Subject: Re: [PATCH] gnu: Add python-hdf4. > Date: Thu, 22 Dec 2016 18:09:07 +0100 > >> Thomas Danckaert <thomas.dancka...@gmail.com> writes: >> >>>

Re: [PATCH] gnu: Add wwwoffle.

2016-12-23 Thread Marius Bakke
Bake Timmons <65pan...@gmail.com> writes: > Marius Bakke <mba...@fastmail.com> writes: > > < snip > > >> I can do these minor edits for you if you prefer, but would like to >> confirm name and email for the copyright. Thanks! >> > > Thanks fo

Re: 01/01: gnu: curl: Update replacement to 7.52.0 [fixes CVE-2016-{9586, 9952, 9953}].

2016-12-23 Thread Marius Bakke
ng0 <n...@libertad.pw> writes: > Marius Bakke <mba...@fastmail.com> writes: > >> Leo Famulari <l...@famulari.name> writes: >> >>> On Wed, Dec 21, 2016 at 02:03:21PM +, Marius Bakke wrote: >>>> mbakke pushed a commit to

Re: [PATCH] gnu: Add httpstat.

2016-12-24 Thread Marius Bakke
Stefan Reichör writes: > From 06958884c4a29f43b9ade58a950b95bf9046d9f4 Mon Sep 17 00:00:00 2001 > From: Stefan Reichoer > Date: Fri, 23 Dec 2016 22:06:15 +0100 > Subject: [PATCH] gnu: Add httpstat. > > * gnu/packages/networking.scm (httpstat): New variable. >

Re: [PATCH] gnu: leptonica: Update to 1.73.

2016-12-24 Thread Marius Bakke
"Taylan Ulrich Bayırlı/Kammer\"" writes: > I struggled for days with the following bug and ultimately decided to > disable tests for 1.73 to sidestep it entirely; tests should be > re-enabled with the next release. > > https://github.com/DanBloomberg/leptonica/issues/224

Ruby 2.4.0 update

2016-12-25 Thread Marius Bakke
2016/12/25/ruby-2-4-0-released/ signature.asc Description: PGP signature >From 6f029cbaedf273febef92e9c4197c55414b818d5 Mon Sep 17 00:00:00 2001 From: Marius Bakke <mba...@fastmail.com> Date: Sun, 25 Dec 2016 18:07:47 +0100 Subject: [PATCH] gnu: ruby: Update to 2.4.0. * gnu/packages/ruby.

Re: [PATCH] gnu: leptonica: Update to 1.73.

2016-12-25 Thread Marius Bakke
"Taylan Ulrich Bayırlı/Kammer" <taylanbayi...@gmail.com> writes: > Marius Bakke <mba...@fastmail.com> writes: > >> "Taylan Ulrich Bayırlı/Kammer\"" <taylanbayi...@gmail.com> writes: >> >>> I struggled for days with the followin

Re: [PATCH] wireshark: Update to 2.2.3.

2016-12-27 Thread Marius Bakke
Nicolas Goaziou writes: > Hello, > > Here is an update for Wireshark. Applied, thanks! signature.asc Description: PGP signature

Re: [PATCH] Update emacs-org to 20161224

2016-12-27 Thread Marius Bakke
Nicolas Goaziou writes: > Hello, > > Here is an update for the latest Org release. Thanks, applied! signature.asc Description: PGP signature

Re: [PATCH] gnu: Add httpstat.

2016-12-27 Thread Marius Bakke
Stefan Reichör writes: > Hi Marius! > >> Stefan Reichör writes: >> >>> From 06958884c4a29f43b9ade58a950b95bf9046d9f4 Mon Sep 17 00:00:00 2001 >>> From: Stefan Reichoer >>> Date: Fri, 23 Dec 2016 22:06:15 +0100 >>> Subject: [PATCH] gnu: Add

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

2016-12-27 Thread Marius Bakke
Thomas Danckaert <thomas.dancka...@gmail.com> writes: > From: Marius Bakke <mba...@fastmail.com> > Subject: Re: [PATCH] gnu: Add python-netcdf4. > Date: Sat, 24 Dec 2016 14:59:35 +0100 > >> Thomas Danckaert <thomas.dancka...@gmail.com> writes: >> >>

Re: [PATCH] gnu: leptonica: Update to 1.73.

2016-12-27 Thread Marius Bakke
"Taylan Ulrich Bayırlı/Kammer" <taylanbayi...@gmail.com> writes: > Marius Bakke <mba...@fastmail.com> writes: > >> "Taylan Ulrich Bayırlı/Kammer" <taylanbayi...@gmail.com> writes: >> >>> You know what, Leptonica 1.74.0 has been r

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

2016-12-22 Thread Marius Bakke
Thomas Danckaert writes: > Hi Guix, > > this patch adds python-hdf4. I'm not sure if the line “Python-HDF4 > is a fork of pyhdf.” in the description is necessary. The original > and “official” pyhdf (http://hdfeos.org/software/pyhdf.php) is > somewhat outdated

Re: [PATCH] gnu: Add wwwoffle.

2016-12-22 Thread Marius Bakke
Bake Timmons <65pan...@gmail.com> writes: > * gnu/packages/web.scm (wwwoffle): New variable. > --- > gnu/packages/web.scm | 28 > 1 file changed, 28 insertions(+) Thanks for this! The patch looks good, but does not build on master because the "libgcrypt" variable

Re: [PATCH 6/6] gnu: Add grub-efi.

2016-12-19 Thread Marius Bakke
Ludovic Courtès <l...@gnu.org> writes: > Marius Bakke <mba...@fastmail.com> skribis: > >> Ludovic Courtès <l...@gnu.org> writes: >> >>> Hi Marius, >>> >>> Marius Bakke <mba...@fastmail.com> skribis: >>> >>>&

Re: [PATCH 0/1] Libxml2 CVE-2016-4658 and CVE-2016-5131

2016-12-24 Thread Marius Bakke
Leo Famulari writes: > This patch fixes CVE-2016-4658 and CVE-2016-5131 in libxml2. > > I noticed that Debian applied several more upstream changes to their > package: > > https://anonscm.debian.org/cgit/debian-xml-sgml/libxml2.git/tree/debian/patches > > Here is the upstream

Re: [PATCH] gnu: netcdf: Enable HDF4 support.

2016-12-24 Thread Marius Bakke
Thomas Danckaert writes: > Hi Guix, > > this patch enables HDF4 support in the netCDF package. > > By the way, I noticed some error messages from doxygen during the > build: > > error: Problems running dot: exit code=127, command='dot', >

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

2016-12-24 Thread Marius Bakke
Thomas Danckaert writes: > From b4b54b695e286c19332600c38d5e07fabee409f8 Mon Sep 17 00:00:00 2001 > From: Thomas Danckaert > Date: Fri, 23 Dec 2016 15:06:43 +0100 > Subject: [PATCH] gnu: Add python-netcdf4. > > * gnu/packages/python.scm

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

2016-12-16 Thread Marius Bakke
Tobias Geerinckx-Rice <m...@tobias.gr> writes: > Marius, > > On 15/12/16 10:20, Marius Bakke wrote: >> Why not use 'pypi-uri' here? Otherwise LGTM. > > What would that give us? Good question. Pypi archives are sometimes smaller than the raw sources or otherw

[PATCH 1/6] gnu: Add leveldb.

2017-01-15 Thread Marius Bakke
/databases.scm +++ b/gnu/packages/databases.scm @@ -13,6 +13,7 @@ ;;; Copyright © 2016 David Craven <da...@craven.ch> ;;; Copyright © 2016 Jan Nieuwenhuizen <jann...@gnu.org> ;;; Copyright © 2016 Andy Patterson <ajpat...@uwaterloo.ca> +;;; Copyright © 2017 Marius Bakke &l

[PATCH 3/6] gnu: Add python-cram.

2017-01-15 Thread Marius Bakke
100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -26,7 +26,7 @@ ;;; Copyright © 2016 ng0 <n...@we.make.ritual.n0.is> ;;; Copyright © 2016 Dylan Jeffers <sapientech@sapient...@openmailbox.org> ;;; Copyright © 2016 David Craven <da...@craven.ch> -;;; Copyright ©

[PATCH 0/6] gnu: Add ceph.

2017-01-15 Thread Marius Bakke
; ended up unused in favor of "nss" since that is what upstream uses in their release builds. Marius Bakke (6): gnu: Add leveldb. gnu: Add crypto++. gnu: Add python-cram. gnu: Add rocksdb. gnu: Add ceph. gnu: fio: Enable rbd support. gnu/local.mk

[PATCH 5/6] gnu: Add ceph.

2017-01-15 Thread Marius Bakke
a/gnu/packages/distributed-filesystems.scm b/gnu/packages/distributed-filesystems.scm new file mode 100644 index 0..f215a847e --- /dev/null +++ b/gnu/packages/distributed-filesystems.scm @@ -0,0 +1,172 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2017 Marius

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

2017-01-15 Thread Marius Bakke
/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -6,6 +6,7 @@ ;;; Copyright © 2016 Tobias Geerinckx-Rice <m...@tobias.gr> ;;; Copyright © 2016 ng0 <n...@we.make.ritual.n0.is> ;;; Copyright © 2016 Eric Bavier <bav...@member.fsf.org> +;;; Copyright © 2017 Marius Bakke &l

Re: [PATCH] gnu: Add ghc-flac.

2017-01-15 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/haskell.scm (ghc-flac): New variable. Cool! [...] > +(native-inputs > + `(("ghc-hspec" ,ghc-hspec) > + ("hspec-discover" ,hspec-discover))) Are these referenced by the built product? If so, they should be in

Re: [PATCH] gnu: Add notmuch-vim.

2017-01-15 Thread Marius Bakke
ng0 <n...@libertad.pw> writes: > Marius Bakke <mba...@fastmail.com> writes: > >> ng0 <n...@libertad.pw> writes: >> >>> * gnu/packages/vim.scm (notmuch-vim): New variable. >> >> Thanks for this! I tried installing this plugin, but get an err

Re: [PATCH] gnu: Add emacs-aggresive-indent-mode.

2017-03-23 Thread Marius Bakke
Vasile Dumitrascu writes: > * gnu/packages/emacs.scm (emacs-aggresive-indent-mode): New variable. Thanks! > --- > gnu/packages/emacs.scm | 25 + > 1 file changed, 25 insertions(+) > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm >

Re: wrong key used for signing

2017-03-28 Thread Marius Bakke
Thomas Danckaert writes: > I accidentally used the wrong key when signing my commits to > core-updates yesterday. How can I fix this? A number of commits were > already made on top of mine, so we'd need to rebase? If you can send a signed message (using key D77D54FD

Re: wrong key used for signing

2017-03-28 Thread Marius Bakke
Marius Bakke <mba...@fastmail.com> writes: > Thomas Danckaert <p...@thomasdanckaert.be> writes: > >> I accidentally used the wrong key when signing my commits to >> core-updates yesterday. How can I fix this? A number of commits were >> already made on

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

2017-03-29 Thread Marius Bakke
Leo Famulari writes: > On Tue, Feb 14, 2017 at 10:05:04AM +0100, Ludovic Courtès wrote: >> So, here’s a plan: >> >> • Once Efraim has pushed some of the aarch64 patches, do another >> evaluation of the “core” package set for that branch, and check for >> anything

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

2017-03-29 Thread Marius Bakke
Marius Bakke <mba...@fastmail.com> writes: > Here are the results of the latest evaluation: > > https://hydra.gnu.org/eval/109570?full=1=master#tabs-now-fail [...] > With those out of the way, here are most remaining problems on x86_64: > > * aegis > * dis

Re: [PATCH 0/1] QEMU 2.9.0-rc1

2017-03-30 Thread Marius Bakke
Leo Famulari writes: > This is just a release candidate, but it does boot the GuixSD release > image. > > I'm sharing it so that people can get early access to the bug fixes it > includes. > > Leo Famulari (1): > gnu: qemu: Update to 2.9.0-rc1 [security fixes]. I think it

Re: kodi: LD_LIBRARY_PATH vs. RUNPATH

2017-03-21 Thread Marius Bakke
Ludovic Courtès <l...@gnu.org> writes: > Hi Marius, > > mba...@fastmail.com (Marius Bakke) skribis: > >> commit 4b9a5bd990a4c734828571147f9fec01c7053fcc >> Author: Marius Bakke <mba...@fastmail.com> >> Date: Tue Mar 21 07:02:36 2017 +0100 >> >&

Re: 02/05: gnu: nss, nss-certs: Update to 3.29.3.

2017-03-15 Thread Marius Bakke
Marius Bakke <mba...@fastmail.com> writes: > Patch attached. I *think* the two values are for client and server > respectively, but will study the source and build logs some more to make > sure we're adjusting the right knobs. > > I suggest we try this on 'core-updates' if

Re: 02/05: gnu: nss, nss-certs: Update to 3.29.3.

2017-03-14 Thread Marius Bakke
Leo Famulari writes: > On Tue, Mar 14, 2017 at 05:02:12PM -0400, Mark H Weaver wrote: >> This is not really sustainable. A single build attempt takes 7 hours on >> armhf, and about 40 hours on mips. When the failure occurs, it causes >> hundreds of other dependency

Re: 02/05: gnu: nss, nss-certs: Update to 3.29.3.

2017-03-14 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Tue, Mar 14, 2017 at 10:39:48PM +0100, Marius Bakke wrote: >> Going forward, I wonder if there could be any unintended side effects by >> simply increasing the timeouts in nss/gtests/ssl_gtest/tls_connect.cc >> from 5000

Re: 02/05: gnu: nss, nss-certs: Update to 3.29.3.

2017-03-15 Thread Marius Bakke
Ludovic Courtès <l...@gnu.org> writes: > Marius Bakke <mba...@fastmail.com> skribis: > >> Marius Bakke <mba...@fastmail.com> writes: >> >>> Patch attached. I *think* the two values are for client and server >>> respectively, but will stud

Re: GuixSD on servers… has someone used Hetzner dedicated servers before?

2017-04-09 Thread Marius Bakke
ng0 writes: > Hi, > > later this year (once I have mailman functional) I want to add an > dedicated server from Hetzner (http://hetzner.deto) my network. > > With IN-Berlin I have this out-of-console requirement for agetty. > > Does someone know what special

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

2017-04-02 Thread Marius Bakke
Ludovic Courtès writes: > Hi! > > It looks like we’re doing okay now? There are still a number of > armhf-linux builds pending, but if everything goes well, I think we > should merge tomorrow (Sunday). WDYT? One "greenisland" test is segfaulting. This package is needed for the

Re: Greenisland & SDDM

2017-04-02 Thread Marius Bakke
Ludovic Courtès writes: > Since, SDDM can be built without Greenisland (and thus without Wayland > support I suppose), what about doing just that? I suggested this in [0] and see now that I completely missed Leos reply. Let's do that. No blockers left from my side, at least. [0]

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

2017-04-02 Thread Marius Bakke
Marius Bakke <mba...@fastmail.com> writes: > One "greenisland" test is segfaulting. This package is needed for the > "sddm" display manager, so I don't think we should merge until that is > sorted. I'm looking into it now, but struggling to produce useful &

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

2017-04-02 Thread Marius Bakke
Ricardo Wurmus <rek...@elephly.net> writes: > Marius Bakke <mba...@fastmail.com> writes: > >> "vim-full" also has a failing test, but is arguably less important. >> There are "relink" warnings during the test phase, like this: >> >>

Re: 04/05: gnu: xorg-server: Update to 1.19.3.

2017-04-06 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Thu, Apr 06, 2017 at 10:04:12AM -0400, Marius Bakke wrote: >> mbakke pushed a commit to branch staging >> in repository guix. >> >> commit 7c42cc7738cb28f393b17f9074a264607456c012 >> Author: Marius Bakke <mb

Re: 02/02: gnu: certbot: Share python-acme's arguments.

2017-04-09 Thread Marius Bakke
ut "/info"))) > +(and > + (zero? (system* "make" "-C" "docs" "man" "info")) > + (install-file "docs/_build/texinfo/Certbot.info" info) > + (install

Re: NSS test failure on armhf

2017-04-20 Thread Marius Bakke
Marius Bakke <mba...@fastmail.com> writes: >>> It turns out that the bug fix in 3.30.1 is critical: it fixes >>> CVE-2017-5461, a potential remote code execution vulnerability. 3.30.2 >>> has since been released, so I'm currently testing it and will push an &

Re: NSS test failure on armhf

2017-04-20 Thread Marius Bakke
Mark H Weaver <m...@netris.org> writes: > Leo Famulari <l...@famulari.name> writes: > >> On Mon, Apr 17, 2017 at 11:23:43PM +0200, Marius Bakke wrote: >>> Hello! >>> >>> Since version 3.30.1, one test consistently fails on armhf. It is the &g

Re: NSS test failure on armhf

2017-04-20 Thread Marius Bakke
Marius Bakke <mba...@fastmail.com> writes: > Mark H Weaver <m...@netris.org> writes: > >> Leo Famulari <l...@famulari.name> writes: >> >>> On Mon, Apr 17, 2017 at 11:23:43PM +0200, Marius Bakke wrote: >>>> Hello! >>>

Re: NSS test failure on armhf

2017-04-20 Thread Marius Bakke
Mark H Weaver <m...@netris.org> writes: > Marius Bakke <mba...@fastmail.com> writes: > >> Marius Bakke <mba...@fastmail.com> writes: >> >>>>> It turns out that the bug fix in 3.30.1 is critical: it fixes >>>>> CVE-2017-5461, a pote

Re: Staging

2017-04-21 Thread Marius Bakke
Looks like the queue was cancelled. https://hydra.gnu.org/eval/109614?compare=master Should we try to build out the remaining packages? There have been a few large updates in 'master', might be useful to merge that first. Or just go the other way around.. ;-) signature.asc Description: PGP

Re: [PATCH] gnu: add meson

2017-04-15 Thread Marius Bakke
Corentin Bocquillon writes: > * gnu/packages/meson.scm (meson.scm) Add meson package. Hello! Thanks for this patch. See comments inline. Could you send the updated patch to "guix-patc...@gnu.org"? Please also create the patch with `git format-patch` and either send it as

Re: A simple workflow for adding apps guix

2017-04-16 Thread Marius Bakke
Feng Shu writes: > The below is the workflow I used current, any other > simpler workflow exists? comments are welcome! Hello! If you intend to submit these packages, I would recommend working directly from the main git repository rather than messing with GUIX_PACKAGE_PATH.

Re: Staging

2017-04-18 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Mon, Apr 17, 2017 at 09:33:12PM +0200, Marius Bakke wrote: >> @Leo, others: I don't anticipate more staging updates in a while, should >> we try and get this merged? > > Sure, I merged master into staging and started an

Re: Staging

2017-04-23 Thread Marius Bakke
The master queue has cleared, so let's get this started again :) signature.asc Description: PGP signature

Re: Staging

2017-04-23 Thread Marius Bakke
Marius Bakke <mba...@fastmail.com> writes: > The master queue has cleared, so let's get this started again :) Uh, never mind, I see there is a pending evaluation for some time. Hopefully it won't time out (what's up with that, anyway). signature.asc Description: PGP signature

Re: [PATCHES] gnu: nss: Update to 3.30.2 [fixes CVE-2017-5461].

2017-04-23 Thread Marius Bakke
Mark H Weaver <m...@netris.org> writes: > Hi Marius, > > Marius Bakke <mba...@fastmail.com> writes: >> Mark H Weaver <m...@netris.org> writes: >> >>> Unfortunately, even with "nss-increase-test-timeout.patch" and >>>

Re: [PATCHES] gnu: nss: Update to 3.30.2 [fixes CVE-2017-5461].

2017-04-22 Thread Marius Bakke
ept this time it took 50s instead of ~20s: https://lists.gnu.org/archive/html/guix-devel/2017-03/msg00412.html (search for '[ FAILED' in the build logs) I am 99% sure the attached patch will do the job. What do you think? From a6876365f2ee9a82452c3f364ee1cd94e44423c2 Mon Sep 17 00:00:00 2001 From: M

Re: [PATCH 5/5] gnu: Add obnam.

2017-03-09 Thread Marius Bakke
Arun Isaac writes: > * gnu/packages/backup.scm (obnam): New variable. Thanks for this (and the dependencies)! Unfortunately the obnam patch does not apply due to recent changes in backup.scm, can you rebase it on current 'master' and send an updated patch? I've

Re: 04/05: gnu: Add python-faker.

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

Re: core-updates frozen!

2017-03-03 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Fri, Mar 03, 2017 at 01:02:04AM +0100, Marius Bakke wrote: >> Leo Famulari <l...@famulari.name> writes: >> > Once these changes are pushed, I'll start a new evaluation: >> > >> > http://lists.gnu.o

Re: core-updates: Python build failures

2017-03-11 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Fri, Mar 10, 2017 at 10:46:34PM +0100, Marius Bakke wrote: >> It looks like Hydra ran out of entropy which caused a bunch of failures. >> >> From the 'python-minimal' build: >> >> if test "no" !=

Re: [PATCH] gnu: Add obnam.

2017-03-11 Thread Marius Bakke
Arun Isaac writes: >> I noticed this program and some of the libraries it uses, requires a >> package called "CoverageTestRunner" to run unit tests. Currently tests >> are simply skipped. > > I tried packaging the tests too. But, the tests require the root user > and

Re: 02/05: gnu: nss, nss-certs: Update to 3.29.3.

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

Re: core-updates: Python build failures

2017-03-12 Thread Marius Bakke
Leo Famulari <l...@famulari.name> writes: > On Sat, Mar 11, 2017 at 08:50:32PM +0100, Marius Bakke wrote: >> I tried applying the upstream fix for 3.5: >> >> https://hg.python.org/cpython/rev/337461574c90 >> >> However, the monster patch does not ap

Re: Updating tzdata freely

2017-03-12 Thread Marius Bakke
Leo Famulari writes: > After creating a special "for tests only" xorg-server package for GTK+'s > test suite recently, I started thinking about what other packages could > receive the same treatment. > > Tzdata is an important package to keep up to date. Amazingly, some >

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