Re: [PATCH] gnu: Add gxtuner.

2016-10-09 Thread Ricardo Wurmus
Kei Kebreau writes: > This package is reproducible and clears the linting process on my > end. Sadly I'm not skilled enough with JACK to check the functionality > of the package. :-/ Using JACK on GuixSD effectively requires a little additional effort. I have this in my

Re: Security updates (was Re: texmaker, Qt and Chromium)

2016-10-09 Thread Leo Famulari
On Sun, Oct 09, 2016 at 05:07:34PM -0400, Kei Kebreau wrote: > Subscribed to the oss-sec list! Thank you Kei! signature.asc Description: PGP signature

Re: [PATCH] gnu: mail: Add notifymuch.

2016-10-09 Thread Leo Famulari
On Sun, Oct 09, 2016 at 10:33:18PM +0100, Christopher Baines wrote: > * gnu/packages/mail.scm (notifymuch): New variable. Thanks for this patch! > +(version "0.1") > +(source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url

Re: [PATCH] gnu: sane-backends: Update to 1.0.25

2016-10-09 Thread Ludovic Courtès
Al McElrath skribis: > Attached is a patch to update sane-backends to 1.0.25. I checked and the > tests are still failing. OK. > From deaf7c884363361b043e5b1008e30bfc84f7216c Mon Sep 17 00:00:00 2001 > From: Al McElrath > Date: Thu, 6 Oct 2016 12:01:31

Re: [PATCH] gnu: Build and install xonsh docs.

2016-10-09 Thread Ludovic Courtès
Hi! Danny Milosavljevic skribis: > * gnu/packages/shells.scm (xonsh): Changed. > --- > gnu/packages/shells.scm | 29 ++--- > 1 file changed, 26 insertions(+), 3 deletions(-) > > diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm >

Re: [PATCH] Add pinentry-gnome3

2016-10-09 Thread Ludovic Courtès
Christopher Baines skribis: > This adds pinentry-gnome3, which provides a better pinentry for those using > Gnome 3. Also, this updates the descriptions for some pinentry packages, and > adds it to the propagated-inputs of the gnome package. > > [PATCH 1/3] gnu: gnupg: Remove

Re: [PATCH] gnu: sane-backends: Update to 1.0.25

2016-10-09 Thread Leo Famulari
On Thu, Oct 06, 2016 at 08:36:20PM -0700, Al McElrath wrote: > Attached is a patch to update sane-backends to 1.0.25. I checked and the > tests are still failing. > > From deaf7c884363361b043e5b1008e30bfc84f7216c Mon Sep 17 00:00:00 2001 > From: Al McElrath > Date: Thu, 6 Oct

Re: [PATCH] gnu: Add gxtuner.

2016-10-09 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/music.scm (gxtuner): New variable. Looks all good, thanks! Ludo’.

Re: [PATCH] gnu: wpa-supplicant: Update to 2.6.

2016-10-09 Thread Leo Famulari
On Thu, Oct 06, 2016 at 12:04:25PM +0100, Marius Bakke wrote: > None of the patches applied, so I assume they are upstream. To check if the patches are in the 2.6 release, I cloned the Git repo and used `git describe --contains`. The patches helpfully include the Git commit hash, so that commit

Re: Security updates (was Re: texmaker, Qt and Chromium)

2016-10-09 Thread Ludovic Courtès
Leo Famulari skribis: > On Sat, Oct 08, 2016 at 10:55:45AM +0200, Danny Milosavljevic wrote: >> One of the reasons I'm using distributions rather than just >> ./configure ; make ; make install is that distributors stay on top of >> security problems and disable and/or patch

Re: Security updates (was Re: texmaker, Qt and Chromium)

2016-10-09 Thread Kei Kebreau
Leo Famulari writes: > On Sat, Oct 08, 2016 at 10:55:45AM +0200, Danny Milosavljevic wrote: >> One of the reasons I'm using distributions rather than just >> ./configure ; make ; make install is that distributors stay on top of >> security problems and disable and/or patch

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

2016-10-09 Thread Ricardo Wurmus
ren...@openmailbox.org writes: > updated package. Thanks, but I still cannot seem to apply it to master. Was this rebased on top of current master? ~~ Ricardo

Re: [PATCH] gnu: lynx: Fix GnuTLS support.

2016-10-09 Thread Kei Kebreau
Leo Famulari writes: > On Sun, Oct 09, 2016 at 04:16:44PM -0400, Kei Kebreau wrote: >> Alright. Does this commit message look good to you? > >> From c08ba395fe1c1df29d8509350ee287c0832a1970 Mon Sep 17 00:00:00 2001 >> From: Kei Kebreau >> Date: Sun, 9

Re: [PATCH] gnu: Add epic5.

2016-10-09 Thread ng0
Leo Famulari writes: > On Sun, Oct 09, 2016 at 06:44:11PM +, ng0 wrote: >> From: ng0 >> >> * gnu/packages/irc.scm (epic5): New variable. > > Thanks for the updated patch. > > Sorry I didn't notice this before... > >> +(inputs >> +

Re: [PATCH] gnu: lynx: Fix GnuTLS support.

2016-10-09 Thread Leo Famulari
On Sun, Oct 09, 2016 at 04:16:44PM -0400, Kei Kebreau wrote: > Alright. Does this commit message look good to you? > From c08ba395fe1c1df29d8509350ee287c0832a1970 Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Sun, 9 Oct 2016 16:10:09 -0400 > Subject: [PATCH] gnu:

[PATCH 2/3] gnu: Add pinentry-gnome3.

2016-10-09 Thread Christopher Baines
* gnu/packages/gnupg.scm (pinentry-gnome3): New variable. --- gnu/packages/gnupg.scm | 16 1 file changed, 16 insertions(+) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index b4b4f75..b80e39b 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@

[PATCH] Add pinentry-gnome3

2016-10-09 Thread Christopher Baines
This adds pinentry-gnome3, which provides a better pinentry for those using Gnome 3. Also, this updates the descriptions for some pinentry packages, and adds it to the propagated-inputs of the gnome package. [PATCH 1/3] gnu: gnupg: Remove gpg2 from pinentry description [PATCH 2/3] gnu: Add

[PATCH 3/3] gnu: gnome: Add pinentry-gnome3 to gnome

2016-10-09 Thread Christopher Baines
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add pinentry-gnome3. --- gnu/packages/gnome.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e33f744..2b75781 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@

[PATCH 1/3] gnu: gnupg: Remove gpg2 from pinentry description

2016-10-09 Thread Christopher Baines
* gnu/package/gnupg.scm (pinentry-tty, pinentry-gtk2, pinentry-qt) [description]: The default in Guix is gpg, so only use this. --- gnu/packages/gnupg.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index

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

2016-10-09 Thread rennes
updated package. Thanks for your tips. I also noticed a couple of things: * In June 2016 version 2.2.9 has been released. It is not available on sourceforge but on their servers at http://www.bennewitz.com/bluefish/stable/source/bluefish-2.2.9.tar.gz I verified the signature and

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

2016-10-09 Thread rennes
updated package. Thanks for your tips. On 2016-10-09 05:59, Hartmut Goebel wrote: Hi, + (synopsis "Character Map") Looks like you missed my message: Again, please be a bit more verbose. I do not even understand what a "Character map" is (maybe this is an English idiom, but I'm no native

Re: [PATCH] gnu: lynx: Fix GnuTLS support.

2016-10-09 Thread Kei Kebreau
Leo Famulari writes: > On Sun, Oct 09, 2016 at 01:55:10PM -0400, Kei Kebreau wrote: >> Leo Famulari writes: >> >> > On Fri, Oct 07, 2016 at 10:42:38AM -0400, Kei Kebreau wrote: >> >> I get the same problem here. Lynx does mention that GnuTLS support is

Security updates (was Re: texmaker, Qt and Chromium)

2016-10-09 Thread Leo Famulari
On Sat, Oct 08, 2016 at 10:55:45AM +0200, Danny Milosavljevic wrote: > One of the reasons I'm using distributions rather than just > ./configure ; make ; make install is that distributors stay on top of > security problems and disable and/or patch packages as problems arise. > I think many others

Re: [PATCH 1/1] gnu: libupnp: Fix CVE-2016-6255.

2016-10-09 Thread Leo Famulari
On Thu, Oct 06, 2016 at 09:28:34PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > +From d64d6a44906b5aa5306bdf1708531d698654dda5 Mon Sep 17 00:00:00 2001 > > +From: Matthew Garrett > > +Date: Tue, 23 Feb 2016 13:53:20 -0800 > > +Subject:

Re: [PATCH] gnu: Add epic5.

2016-10-09 Thread ng0
ng0 writes: > From: ng0 > > * gnu/packages/irc.scm (epic5): New variable. > --- > gnu/packages/irc.scm | 83 > > 1 file changed, 83 insertions(+) > > diff --git a/gnu/packages/irc.scm

Re: OpenBLAS

2016-10-09 Thread Federico Beffa
On Sun, Oct 9, 2016 at 2:19 PM, Pjotr Prins wrote: > On Sat, Oct 08, 2016 at 10:13:39PM +0200, Federico Beffa wrote: >> Hi, >> >> I'm wondering why our OpenBLAS package is built with the flag >> "NO_LAPACK=1". It is my understanding that with this optional flag >>

Re: [PATCH] gnu: lynx: Fix GnuTLS support.

2016-10-09 Thread Kei Kebreau
Leo Famulari writes: > On Fri, Oct 07, 2016 at 10:42:38AM -0400, Kei Kebreau wrote: >> I get the same problem here. Lynx does mention that GnuTLS support is >> experimental. Your and Tobias' page work using OpenSSL instead. Try the >> new patch attached. > >> From

Re: [PATCH 3/3] gnu: Add CUPS service.

2016-10-09 Thread Ricardo Wurmus
Andy Wingo writes: > * gnu/services/cups.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/services/cups.scm. > * doc/guix.texi (Printing Services): New section. […] > +The CUPS configuration controls the basic things about your CUPS > +installation: what

Re: [PATCH 2/3] gnu: cups-filters: Use ghostscript with CUPS driver.

2016-10-09 Thread Ricardo Wurmus
Andy Wingo writes: > * gnu/packages/cups.scm (ghostscript/cups): New variable. > (cups-filters): Use ghostscript/cups. Capture path to "gs" at > compilation time. > --- > gnu/packages/cups.scm | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff

Re: [PATCH 1/3] gnu: cups-filters: Look for test page in own output dir.

2016-10-09 Thread Ricardo Wurmus
Andy Wingo writes: > * gnu/packages/cups.scm (cups-filters): Update to look for the test page > template in the cups-filter output dir, as cups and cups-filter do not > share an output dir. […] LGTM! ~~ Ricardo

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

2016-10-09 Thread Ricardo Wurmus
ren...@openmailbox.org writes: > Updated patch. Thanks. Unfortunately, this patch doesn’t apply to current master. I also noticed a couple of things: * In June 2016 version 2.2.9 has been released. It is not available on sourceforge but on their servers at

Re: [PATCH 3/3] gnu: Add CUPS service.

2016-10-09 Thread Christopher Allan Webber
Andy Wingo writes: > I'll commit in a couple days if no objections. > > Andy It sounds great. (Though I haven't spent any time reading through it.) I think a proper CUPS service is one of the big glaring ommissions from GuixSD; this would be a great feature to advertise in the next release.

Re: OpenBLAS

2016-10-09 Thread Pjotr Prins
On Sat, Oct 08, 2016 at 10:13:39PM +0200, Federico Beffa wrote: > Hi, > > I'm wondering why our OpenBLAS package is built with the flag > "NO_LAPACK=1". It is my understanding that with this optional flag > OpenBLAS doesn't include LAPACK, while without this flag and by > default it does include

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

2016-10-09 Thread Hartmut Goebel
Am 06.10.2016 um 01:13 schrieb ren...@openmailbox.org: > From f1a573b2dcf5ad509089b9e5ec4c1aff4a15473c Mon Sep 17 00:00:00 2001 > From: Rene Saavedra > Date: Wed, 5 Oct 2016 18:13:38 -0500 > Subject: [PATCH 2/2] gnu: Add bluefish. > > * gnu/packages/gnome.scm

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

2016-10-09 Thread Hartmut Goebel
Hi, > +(synopsis "Character Map") Looks like you missed my message: Again, please be a bit more verbose. I do not even understand what a "Character map" is (maybe this is an English idiom, but I'm no native speaker.) Debian calls it "Unicode character picker and font browser", which is more

Re: Contents of /etc/hosts

2016-10-09 Thread Hartmut Goebel
Am 09.10.2016 um 11:56 schrieb John Darrington: > But for IPv6 the loopback interface has ::1/128, this ::2 would not got > there. > > So if we follow your proposal adding "127.0.0.2 gambrius" to /etc/hosts, > we could not contently doe this for IPv6. > > IPv6 is

[PATCH] Add scheme-bytestructures

2016-10-09 Thread Amirouche Boubekki
Warning: scheme-bytestructures works on various implementation of Scheme but this patch adds it only for guile-2.0. This is a pure scheme package there is no autotools that's why I use the trivial-build-system. This doesn't run the test suite, yet. From fb2eb7ffd88ec4fba09411195a54b59d67d9c137

Re: Contents of /etc/hosts

2016-10-09 Thread John Darrington
On Sun, Oct 09, 2016 at 11:12:58AM +0200, Hartmut Goebel wrote: Am 08.10.2016 um 16:08 schrieb John Darrington: > > 127.0.0.2 gambrinus > Now what happens if you "ping gambrinus"? > > ICMP packets will be sent to the local host. Me fool. of

Re: Contents of /etc/hosts

2016-10-09 Thread Hartmut Goebel
Am 08.10.2016 um 16:08 schrieb John Darrington: > > 127.0.0.2 gambrinus > Now what happens if you "ping gambrinus"? > > ICMP packets will be sent to the local host. Me fool. of course it does: the loopback interface has netmask /8 )defined in RFC 990

Re: [PATCH] gnu: guile-next: Increase timeout.

2016-10-09 Thread Ricardo Wurmus
Leo Famulari writes: > On Sat, Oct 08, 2016 at 10:00:44AM +0200, Ricardo Wurmus wrote: >> * gnu/packages/guile.scm (guile-next)[properties]: Set timeout to >> 20 hours. > > Seems fine if that's how long it takes. Wow! The comment above says that it takes in excess of three

Re: WIP pypy3.3 - tests still fail? Anyone see why?

2016-10-09 Thread Leo Famulari
On Sat, Oct 08, 2016 at 07:27:08PM +0200, Danny Milosavljevic wrote: > > Also if guix build does fail executing some test - can I continue there > > somehow? > > Uhhh... I mean: if a test fails, can I make guix open a shell there (with all > the right environment etc) so I can examine what's

Re: texmaker, Qt and Chromium

2016-10-09 Thread Leo Famulari
On Sat, Oct 08, 2016 at 11:18:55AM +0200, Ricardo Wurmus wrote: > > Roel Janssen writes: > > Also, I know that Calibre is broken (it compiles file, but it doesn't > > start anymore) since we are missing the QtWebKit module. > > Yet another package for which we would need to

Re: [PATCH] gnu: guile-next: Increase timeout.

2016-10-09 Thread Leo Famulari
On Sat, Oct 08, 2016 at 10:00:44AM +0200, Ricardo Wurmus wrote: > * gnu/packages/guile.scm (guile-next)[properties]: Set timeout to > 20 hours. Seems fine if that's how long it takes. Wow!

Re: Patches to implement system roll-back and switch-generation

2016-10-09 Thread Chris Marusich
Hi, l...@gnu.org (Ludovic Courtès) writes: > Hi! > > Chris Marusich skribis: > >> I believe my patch does NOT yet make the regenerated grub.cfg a GC root, >> so it is possible that after rolling back or switching generations, >> invoking GC might clean up some things you'd