Re: NetworkManager doesn't "Connect automatically"

2016-12-14 Thread Chris Marusich
Chris Marusich writes: > Andy Wingo writes: > >> On Wed 14 Dec 2016 10:13, Chris Marusich writes: >> >>> Did I make a mistake, or does NetworkManager just not recognize elogind? >>> I'll look into this more, but unless I made a mistake, I suspect that >>> either elogind or network-manager might

Re: Guix IceCat users have had early access to security fixes

2016-12-14 Thread Leo Famulari
On Wed, Dec 14, 2016 at 08:20:45PM -0600, Christopher Allan Webber wrote: > Mark H Weaver writes: > > > Yesterday, Mozilla released Firefox ESR 45.6 and announced several CVEs > > fixed by it: > > > > https://www.mozilla.org/en-US/security/advisories/mfsa2016-95/ > > > > I'm pleased to announce

Re: [PATCH] utils: file-extension should work with urls.

2016-12-14 Thread David Craven
Fixed yesterdays stupidity with 6976c68158e9c6bb264ca48041da5be1c24521cf

Re: [PATCH] utils: file-extension should work with urls.

2016-12-14 Thread David Craven
> guix/utils.scm (file-extension): Detect the lack of file extensions in urls. This is so stupid. Just to cover up some other stupidity I did earlier that day.

Re: 03/03: import: cpan: Add updater.

2016-12-14 Thread Eric Bavier
On Tue, 13 Dec 2016 08:42:24 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Hi! > > bav...@member.fsf.org (Eric Bavier) skribis: > > > commit ff55fe559951b88bfd691b9dada3a0f26002c4cb > > Author: Eric Bavier > > Date: Mon Dec 12 21:59:27 2016 -0600 > > > > import: cpan: Add updater. > >

Re: Guix IceCat users have had early access to security fixes

2016-12-14 Thread Maxim Cournoyer
Very nice! Thanks :) On Wed, Dec 14, 2016 at 6:20 PM, Christopher Allan Webber < cweb...@dustycloud.org> wrote: > Mark H Weaver writes: > > > Yesterday, Mozilla released Firefox ESR 45.6 and announced several CVEs > > fixed by it: > > > > https://www.mozilla.org/en-US/security/advisories/mfsa20

Re: Guix IceCat users have had early access to security fixes

2016-12-14 Thread Christopher Allan Webber
Mark H Weaver writes: > Yesterday, Mozilla released Firefox ESR 45.6 and announced several CVEs > fixed by it: > > https://www.mozilla.org/en-US/security/advisories/mfsa2016-95/ > > I'm pleased to announce that Guix users of IceCat have had early access > all of these fixes. > > Since November 3

Guix IceCat users have had early access to security fixes

2016-12-14 Thread Mark H Weaver
Yesterday, Mozilla released Firefox ESR 45.6 and announced several CVEs fixed by it: https://www.mozilla.org/en-US/security/advisories/mfsa2016-95/ I'm pleased to announce that Guix users of IceCat have had early access all of these fixes. Since November 30 (commit 9689e71d2f2b5e766415a40d5f5a

[PATCH] gnu: Add python-xopen.

2016-12-14 Thread Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-xopen, python2-xopen): New variables. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 789e199..70c5aed 100644 --- a/gnu/packages/python.scm +++ b/gn

Re: Shutdown of googlecode end of the year - we have affected packages!

2016-12-14 Thread Tobias Geerinckx-Rice
On 14/12/16 21:37, Ricardo Wurmus wrote: > ng0 writes: >> Are we done then and we only need to find the right source for >> key-mon if there is a new one? > > There’s more: [...] > > Most of them are home page fields (will they also disappear?), but there > are some where the sources are affecte

Re: NetworkManager doesn't "Connect automatically"

2016-12-14 Thread Thomas Haller
On Wed, 2016-12-14 at 01:38 -0800, Chris Marusich wrote: > Hi Thomas, > > Thank you for the quick response! > > Thomas Haller writes: > > > Did you build NetworkManager yourself? Is session-tracking properly > > enabled to use systemd-logind or consolekit. > > Yes, I'm building it from source

Re: Shutdown of googlecode end of the year - we have affected packages!

2016-12-14 Thread Ricardo Wurmus
ng0 writes: > ng0@wasp ~$ cd src/guix/guix > ng0@wasp ~/src/guix/guix$ git grep googlecode > gnu/packages/key-mon.scm: > "http://key-mon.googlecode.com/files/key-mon-"; > > > Are we done then and we only need to find the right source for > key-mon if there is a new one? Ther

Re: [PATCH] doc: Fix "could could" typo in Submitting Patches section

2016-12-14 Thread Leo Famulari
On Wed, Dec 14, 2016 at 09:38:36AM -0800, Maxim Cournoyer wrote: > Hi Guix! > > Please receive this trivial patch (attached) for the Guix info manual. > > From 805165a6114f745a2e9713215f9935ff78437c49 Mon Sep 17 00:00:00 2001 > From: Maxim Cournoyer > Date: Wed, 14 Dec 2016 09:30:17 -0800 > Sub

[PATCH 4/6] gnu: Add qtdeclarative 5.5.1.

2016-12-14 Thread Jan Nieuwenhuizen
* gnu/packages/qt.scm (qtdeclarative55): New variable. --- gnu/packages/qt.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 68324bd..431aa18 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1364,3 +1364,2

[PATCH 2/6] gnu: Add qtsvg 5.5.1.

2016-12-14 Thread Jan Nieuwenhuizen
* gnu/packages/qt.scm (qtsvg55): New variable. --- gnu/packages/qt.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 291f3ee..cee341c 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1310,3

[PATCH 5/6] gnu: Add qtwebkit 5.5.1.

2016-12-14 Thread Jan Nieuwenhuizen
* gnu/packages/qt.scm (qtwebkit55): New variable. --- gnu/packages/qt.scm | 98 + 1 file changed, 98 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 431aa18..4de6337 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/

[PATCH 3/6] gnu: Add qtxmlpatterns 5.5.1.

2016-12-14 Thread Jan Nieuwenhuizen
* gnu/packages/qt.scm (qtxmlpatterns55): New variable. --- gnu/packages/qt.scm | 16 1 file changed, 16 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index cee341c..68324bd 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1348,3 +1348,19 @@ ti

Phantomjs with minimal old qt5.5 dependencies

2016-12-14 Thread Jan Nieuwenhuizen
As suggested by ng0, a split version of my PhantomJS patch. Greetings, Jan

[PATCH 6/6] gnu: Add phantomjs.

2016-12-14 Thread Jan Nieuwenhuizen
* gnu/packages/patches/phantomjs-qt55.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/qt.scm (phantomjs): New variable. --- gnu/local.mk | 1 + gnu/packages/patches/phantomjs-qt55.patch | 269 ++ gnu/packages/qt.s

[PATCH 1/6] gnu: Add qtbase 5.5.1.

2016-12-14 Thread Jan Nieuwenhuizen
* gnu/packages/qt.scm (qtbase55): New variable. --- gnu/packages/qt.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index b442356..291f3ee 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -5,6 +5,7 @@ ;;; Co

Re: [PATCH 11/11] gnu: Add pagure.

2016-12-14 Thread ng0
ng0 writes: > Leo Famulari writes: > >> On Wed, Dec 14, 2016 at 12:25:26PM +, ng0 wrote: >>> * gnu/packages/version-control.scm (pagure): New variable. >> >> How can I test this? Is there supposed to be 'runserver.py' file to run? >> >> https://pagure.io/pagure > > It's mostly "read the docs

Re: [PATCH] gnu: Add phantomjs.

2016-12-14 Thread Jan Nieuwenhuizen
ng0 writes: > I think it will be easier to review when you split it. This is > all somewhat related, but those are 6 new public(?) packages and > one very long patch. Sure I can do that, I'll prepare a new series. > I don't know much about Qt, skipping through this I just saw one > http which co

[PATCH] doc: Fix "could could" typo in Submitting Patches section

2016-12-14 Thread Maxim Cournoyer
Hi Guix! Please receive this trivial patch (attached) for the Guix info manual. >From 805165a6114f745a2e9713215f9935ff78437c49 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 14 Dec 2016 09:30:17 -0800 Subject: [PATCH] doc: Fix "could could" typo in Submitting Patches section * doc/co

Re: [PATCH 11/11] gnu: Add pagure.

2016-12-14 Thread ng0
Leo Famulari writes: > On Wed, Dec 14, 2016 at 12:25:26PM +, ng0 wrote: >> * gnu/packages/version-control.scm (pagure): New variable. > > How can I test this? Is there supposed to be 'runserver.py' file to run? > > https://pagure.io/pagure It's mostly "read the docs" and as I progressed in r

Re: [PATCH 11/11] gnu: Add pagure.

2016-12-14 Thread Leo Famulari
On Wed, Dec 14, 2016 at 04:27:18PM +, ng0 wrote: > Leo Famulari writes: > > > On Wed, Dec 14, 2016 at 12:25:26PM +, ng0 wrote: > >> * gnu/packages/version-control.scm (pagure): New variable. > > > > How can I test this? Is there supposed to be 'runserver.py' file to run? > > > > https://p

Re: Shutdown of googlecode end of the year - we have affected packages!

2016-12-14 Thread ng0
Marius Bakke writes: > Adonay Felipe Nogueira writes: > >> I can't work on this issue right now, but I can at least do some >> preliminary listing of affected recipes, so here's a small contribution >> (although some removal of false-positives must be done): >> >> From root of git repository (b

Re: [PATCH] gnu: Add phantomjs.

2016-12-14 Thread ng0
Jan Nieuwenhuizen writes: > Hi, > > I need phantomjs for a client and finally managed to built it from > source. > > I tried to build it with our current qt-5.6/qtwebkit-5.7 but gave up; > apparently phantomjs needs patches to even build with qt-5.5. > > While I think it's a waste not to share th

Re: Help acme-client find its certificate store

2016-12-14 Thread Marius Bakke
Leo Famulari writes: > On Tue, Dec 13, 2016 at 05:15:05PM -0500, Leo Famulari wrote: >> I'm successfully using this package with this change. >> >> I don't know if this is the "right way" to solve this. Your thoughts? > > To clarify, here is what happens on Debian Jessie without this change: > >

Re: [PATCH 11/11] gnu: Add pagure.

2016-12-14 Thread Leo Famulari
On Wed, Dec 14, 2016 at 12:25:26PM +, ng0 wrote: > * gnu/packages/version-control.scm (pagure): New variable. How can I test this? Is there supposed to be 'runserver.py' file to run? https://pagure.io/pagure

Re: [PATCH] utils: file-extension should work with urls.

2016-12-14 Thread David Craven
This patch causes a test failure. Any ideas on how to do it better? I'll push the rust stuff in the meantime, since there is nothing technically wrong with the updater itself. test-name: /*.narinfo for a compressed file location: /home/dvc/guix/tests/publish.scm:218 source: + (test-equal + "/*.n

[PATCH] utils: file-extension should work with urls.

2016-12-14 Thread David Craven
* guix/utils.scm (file-extension): Detect the lack of file extensions in urls. --- guix/utils.scm | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/guix/utils.scm b/guix/utils.scm index 06f49daca..2bae2eb60 100644 --- a/guix/utils.scm +++ b/guix/utils.scm @@ -24,6 +24,7

Re: [PATCH 1/2] import: json: Silence json-fetch output.

2016-12-14 Thread David Craven
I think this commit broke the pypi tests.

Re: Help acme-client find its certificate store

2016-12-14 Thread Leo Famulari
On Tue, Dec 13, 2016 at 05:15:05PM -0500, Leo Famulari wrote: > I'm successfully using this package with this change. > > I don't know if this is the "right way" to solve this. Your thoughts? To clarify, here is what happens on Debian Jessie without this change: $ acme-client -nN example.com acm

[PATCH 02/11] gnu: Add python-flask-multistatic.

2016-12-14 Thread ng0
* gnu/packages/python.scm (python-flask-multistatic): 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 763e452f1..b324f993e 100644 --- a/gnu/packages/python.scm +++ b/gnu/

[PATCH 11/11] gnu: Add pagure.

2016-12-14 Thread ng0
* gnu/packages/version-control.scm (pagure): New variable. --- gnu/packages/version-control.scm | 87 +++- 1 file changed, 86 insertions(+), 1 deletion(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 7918b90ca..3b8fecc3

[PATCH 10/11] gnu: Add python-trollius-redis.

2016-12-14 Thread ng0
* gnu/packages/python.scm (python-trollius-redis): New variable. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b1bfc4850..1ff4bc8f6 100644 --- a/gnu/packages/python.scm +++ b/gnu/pack

[PATCH 07/11] gnu: Add python-openid-cla.

2016-12-14 Thread ng0
* gnu/packages/python.scm (python-openid-cla): 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 ca5201f33..8246a33d5 100644 --- a/gnu/packages/python.scm +++ b/gnu/packag

[PATCH 09/11] gnu: Add python-straight-plugin.

2016-12-14 Thread ng0
* gnu/packages/python.scm (python-straight-plugin): New variable. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e7e10dc90..b1bfc4850 100644 --- a/gnu/packages/python.scm +++ b/gnu

[PATCH 08/11] gnu: Add python-openid-teams.

2016-12-14 Thread ng0
* gnu/packages/python.scm (python-openid-teams): 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 8246a33d5..e7e10dc90 100644 --- a/gnu/packages/python.scm +++ b/gnu/pack

[PATCH] series: Add pagure (v2).

2016-12-14 Thread ng0
Applied the feedback, thanks. Regarding the extra files, read the changed comment and the link I included. It's my understanding that this will help people to use pagure. My intention is to write a service for it, so I do not need the sample files, but it might serve as a reference for systems whi

[PATCH 06/11] gnu: Add python2-openid.

2016-12-14 Thread ng0
* gnu/packages/python.scm (python2-openid): 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 c28dac0f8..ca5201f33 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/pyth

[PATCH 03/11] gnu: Add python-kitchen.

2016-12-14 Thread ng0
* gnu/packages/python.scm (python-kitchen): New variable. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b324f993e..9ebdbc420 100644 --- a/gnu/packages/python.scm +++ b/gnu/pa

[PATCH 05/11] gnu: Add python-pygit2.

2016-12-14 Thread ng0
* gnu/packages/python.scm (python-pygit2): New variable. --- gnu/packages/python.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8578b917b..c28dac0f8 100644 --- a/gnu/packages/python.scm +++ b/gnu/packa

[PATCH 01/11] gnu: Add python-flask-wtf.

2016-12-14 Thread ng0
* gnu/packages/python.scm (python-flask-wtf): New variable. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6d6d880bb..763e452f1 100644 --- a/gnu/packages/python.scm +++ b/gnu/packa

[PATCH 04/11] gnu: Add python-munch.

2016-12-14 Thread ng0
* gnu/packages/python.scm (python-munch): New variable. --- gnu/packages/python.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9ebdbc420..8578b917b 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/pytho

Re: [PATCH 1/7] build-system: Add cargo build system.

2016-12-14 Thread David Craven
> Would that help? Awesome! Thank you. The bootstrapping solution turned out much better. I added the #:system argument to rustc-bootstrap and cargo-bootstrap and moved the gcc -> cc symlink into rust-bootstrap, so that we get a native toolchain. We can build rustc on i686 and x86_64 using the sa

Re: [PATCH 1/2] gnu: Add r-bit.

2016-12-14 Thread Ben Woodcroft
On 14/12/16 02:30, Ricardo Wurmus wrote: [..] Okay with these changes. Thanks! Quite right. I made a few more changes to the description and push the series ending in 'ce3f92e7018e140f5e6b7333a604f26506de6c2a'. Thanks for the prompt review. ben

Re: NetworkManager doesn't "Connect automatically"

2016-12-14 Thread Chris Marusich
Andy Wingo writes: > On Wed 14 Dec 2016 10:13, Chris Marusich writes: > >> Did I make a mistake, or does NetworkManager just not recognize elogind? >> I'll look into this more, but unless I made a mistake, I suspect that >> either elogind or network-manager might require some tweaks to convince

Re: NetworkManager doesn't "Connect automatically"

2016-12-14 Thread Chris Marusich
Hi Thomas, Thank you for the quick response! Thomas Haller writes: > Did you build NetworkManager yourself? Is session-tracking properly > enabled to use systemd-logind or consolekit. Yes, I'm building it from source [1]. It looks like we might need to adjust the way we build it to enable ses

Re: NetworkManager doesn't "Connect automatically"

2016-12-14 Thread Andy Wingo
On Wed 14 Dec 2016 10:13, Chris Marusich writes: > Did I make a mistake, or does NetworkManager just not recognize elogind? > I'll look into this more, but unless I made a mistake, I suspect that > either elogind or network-manager might require some tweaks to convince > network-manager that elog

Re: NetworkManager doesn't "Connect automatically"

2016-12-14 Thread Chris Marusich
Hi Ludo, l...@gnu.org (Ludovic Courtès) writes: > Hello network managers! :-) Hopefully soon we will MANAGE to get it working! ;-) > ren...@openmailbox.org skribis: > >> Accordig to what Thomas comments, I have two ideas: >> >> * I wil try to compile 'network-manager' with >> '--with-session-t

[PATCH 2/2] services: postgresql: Add locale to configuration

2016-12-14 Thread Christopher Baines
* gnu/services/databases.scm (): Add locale field. (postgresql-shepherd-service): Pass locale to initdb. (postgresql-service): Add locale default. --- doc/guix.texi | 8 gnu/services/databases.scm | 22 ++ 2 files changed, 22 insertions(+), 8 deleti

[PATCH 1/2] services: postgresql: Add port to configuration

2016-12-14 Thread Christopher Baines
* gnu/services/databases.scm (): Add port field. (postgresql-shepherd-service): Pass port to postgres. (postgresql-service): Add port default. --- doc/guix.texi | 7 --- gnu/services/databases.scm | 9 +++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a