Re: Guile 2.0.13

2016-10-12 Thread Leo Famulari
On Wed, Oct 12, 2016 at 10:13:32PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On Wed, Oct 12, 2016 at 02:38:26PM +0200, Ludovic Courtès wrote: > >> Given that core-updates with Guile 2.0.12 is on its way and that master > >> is still at 2.0.11, I’d

Building packages with python-3.4

2016-10-12 Thread Leo Famulari
On core-updates, we updated python to 3.5.2, but we kept 3.4.5 in case we needed it. I recently tried building python-cryptography with 3.4.5, like this: (arguments `(#:python ,python-3.4)) But, it fails like this: patch-shebang: ./setup.py: warning: no binary for interpreter `python'

[PATCH 1/1] services: ntpd: Make large clock adjustments if necessary.

2016-10-12 Thread Leo Famulari
If the system clock is more than 1000 seconds off, ntpd will exit without adjusting the clock. Reported by reepca on #guix. * gnu/services/networking.scm (ntp-shepherd-service): Pass '-g' when starting the NTP daemon. --- gnu/services/networking.scm | 2 +- 1 file changed, 1 insertion(+), 1 dele

[core-updates]: cycle detected in the references of ...gtk+-3.20.9-bin

2016-10-12 Thread Leo Famulari
On core-updates, from 6671ce93 (gnu: ath9k-htc-firmware: Update binutils patch for binutils 2.27), I can't build gtk+@3.20 because the daemon finds a cycle in the references: -- starting phase `validate-runpath' validating RUNPATH of 17 binaries in "/gnu/store/dsnckvh133ndivnnbspg2yziqmlg1c4p

Re: [core-updates]: cycle detected in the references of ...gtk+-3.20.9-bin

2016-10-12 Thread Leo Famulari
On Thu, Oct 13, 2016 at 01:24:47AM -0400, Leo Famulari wrote: > It works if I remove the 'bin' output from gtk+@3. I think I was mistaken. If I don't use a separate 'bin' output, I can build the package, but I still get an error with `guix system build`: guix system:

Re: [PATCH 1/1] services: ntpd: Make large clock adjustments if necessary.

2016-10-13 Thread Leo Famulari
On Thu, Oct 13, 2016 at 07:06:50AM +0200, John Darrington wrote: > I think that this should be a configuration item in the service, so that the > user can decide whether to have it or not. I don't think we should force it > on the user. Some applications break if the clock makes large jumps. I

Re: 07/07: guix: python-build-system: Fix an outdated comment.

2016-10-13 Thread Leo Famulari
On Thu, Oct 13, 2016 at 03:32:09PM -0400, Mark H Weaver wrote: > h.goe...@crazy-compilers.com (Hartmut Goebel) writes: > > > htgoebel pushed a commit to branch master > > in repository guix. > > > > commit 635a7af45d6e2105ad65d1a9531126cc232a2a50 > > Author: Hartmut Goebel > > Date: Sun Oct 2 1

Re: dropping vmpk in favour of jack-keyboard

2016-10-13 Thread Leo Famulari
On Thu, Oct 13, 2016 at 11:21:25PM +0200, Ricardo Wurmus wrote: > Hi Guix, > > a while ago I noticed that the software provided by the “vmpk” package > doesn’t work. It is supposed to create a window displaying a MIDI > keyboard that can be used to send MIDI messages to other applications > via J

Re: More duplicate package definitions

2016-10-13 Thread Leo Famulari
On Thu, Oct 13, 2016 at 03:17:54PM +0200, Hartmut Goebel wrote: > Hi Danny, > > thanks for pointing this out. > > python2-msgpack has a duplicate too. > > I removed this one, too. > > > And so do ruby-arel, r-codetools, r-gtable. > > > These have different versions and are not defined just be

Re: [PATCH 0/1] Dbus update 1.10.12 for core-updates

2016-10-13 Thread Leo Famulari
On Thu, Oct 13, 2016 at 10:19:56PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > But, I found that the regular approach to grafting does not work for our > > dbus package. Presumably, it's because (gnu packages glib) exports dbus > > before defining it. &g

Re: [SECURITY] [PATCH] gnu: libraw: Update to 0.17.2.

2016-10-14 Thread Leo Famulari
On Fri, Oct 14, 2016 at 10:02:58PM +0800, Alex Vong wrote: > Hi, > > I find out that our libraw (0.17.0) is vulnerable to CVE-2015-{8366, > 8367}[0], which is fixed in 0.17.1[1]. The patch below updates libraw to > 0.17.2. > > From 4618436db68adbb74f01eb8e771a448cd20e415f Mon Sep 17 00:00:00 200

Security bugs in freeimage bundled libraries [was Re: 01/02: gnu: freeimage: Fix CVE-2016-5684.]

2016-10-14 Thread Leo Famulari
On Fri, Oct 14, 2016 at 10:44:05AM +, Efraim Flashner wrote: > efraim pushed a commit to branch master > in repository guix. > > commit 76e8566c1b3c4876d649e712a5c8c473fd48d134 > Author: Efraim Flashner > Date: Fri Oct 14 11:28:21 2016 +0300 > > gnu: freeimage: Fix CVE-2016-5684. >

Re: [core-updates]: cycle detected in the references of ...gtk+-3.20.9-bin

2016-10-14 Thread Leo Famulari
On Fri, Oct 14, 2016 at 11:03:59PM +0800, 宋文武 wrote: > > >> [...] > >> Move all the 3 desktop files into 'bin' output should work. (I could > >> patch that next day, but won't be able to test it due to slow > >> substitute/download/build speed though.) > > > > That should work. You can post the

Re: Guile 2.0.13

2016-10-15 Thread Leo Famulari
On Sat, Oct 15, 2016 at 08:13:12PM +0300, Efraim Flashner wrote: > On Thu, Oct 13, 2016 at 11:11:38PM +0200, Ludovic Courtès wrote: > > > > More generally, we could try to have a “staging” branch for safe changes > > that involve a rebuild of between ~300 and ~1200 packages, that we’d > > merge mo

Re: Security bugs in freeimage bundled libraries [was Re: 01/02: gnu: freeimage: Fix CVE-2016-5684.]

2016-10-15 Thread Leo Famulari
On Sat, Oct 15, 2016 at 02:57:37PM -0400, Kei Kebreau wrote: > Efraim Flashner writes: > > On Fri, Oct 14, 2016 at 08:09:08PM -0400, Kei Kebreau wrote: > >> Leo Famulari writes: > >> > Debian has a patch to make it use "system" copies of the libraries:

Re: [SECURITY] [PATCH] gnu: libraw: Update to 0.17.2.

2016-10-15 Thread Leo Famulari
On Sat, Oct 15, 2016 at 08:31:33AM +0800, Alex Vong wrote: > Leo Famulari writes: > > > On Fri, Oct 14, 2016 at 10:02:58PM +0800, Alex Vong wrote: > >> Hi, > >> > >> I find out that our libraw (0.17.0) is vulnerable to CVE-2015-{8366, > >> 8367}[

Go 1.4.3 failing on core-updates

2016-10-15 Thread Leo Famulari
Go version 1.4.3, which is required to build the latest Go version, is failing to build on core-updates: https://hydra.gnu.org/build/1493335 Here's the tail of the log: -- archive/tar go/doc crypto/elliptic cmd/addr2line encoding/asn1 crypto/rand crypto/dsa cmd/cgo go/format crypto/rsa cmd/fi

Re: [PATCH] gnu: dbus@1.10.12: Fix search paths.

2016-10-15 Thread Leo Famulari
On Sat, Oct 15, 2016 at 03:49:13PM -0400, Andy Patterson wrote: > Hello, > > I noticed that since 34f9582a, dbus wasn't starting up colord or > elogind on GuixSD. The following patch aims to address that. Mea culpa! Thanks for catching this and sending a patch. Pushed as fcb9b9340fd9557441bf42ca

Re: [PATCH] gnu: gd: Fix CVE-2016-8670.

2016-10-15 Thread Leo Famulari
On Sat, Oct 15, 2016 at 10:55:52PM +0100, Marius Bakke wrote: > Kei Kebreau writes: > > > This patch fixes the gd library's most recent published vulnerability on > > the oss-security list. > > Looks like this was already applied by Leo in > e1376e25a755a7368d095b4eb2daf42be9e63b0d. It's always

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

2016-10-15 Thread Leo Famulari
On Sat, Oct 15, 2016 at 05:05:23PM -0400, Kei Kebreau wrote: > Ricardo Wurmus writes: > > > * gnu/packages/python.scm (python-whoosh, python2-whoosh): New variables. > > --- > > gnu/packages/python.scm | 30 ++ > > 1 file changed, 30 insertions(+) > > > > diff --git a

Bash headers path changed in 4.4 (core-updates)

2016-10-15 Thread Leo Famulari
While looking at the build failure of recutils on core-updates [0], I noticed that the directory structure of bash:include changed from 4.3 to 4.4. Using stdc.h as an example, For 4.3, our package creates a tree like this: ./include/bash/stdc.h For 4.4, it's like this: ./include/bash/include/stdc

[PATCH 1/4] gnu: python-rsa: Update to 3.4.2.

2016-10-15 Thread Leo Famulari
* gnu/packages/python.scm (python-rsa, python2-rsa): Update to 3.4.2. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6207896..485aba9 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages

[PATCH 2/4] gnu: python-botocore: Update to 1.4.62.

2016-10-15 Thread Leo Famulari
* gnu/packages/python.scm (python-botocore, python2-botocore): Update to 1.4.62. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 485aba9..6a81455 100644 --- a/gnu/packages/python.scm +++ b/g

[PATCH 3/4] gnu: Add python-s3transfer.

2016-10-15 Thread Leo Famulari
* gnu/packages/python.scm (python-s3transfer, python2-s3transfer): New variable. --- gnu/packages/python.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6a81455..900e6ae 100644 --- a/gnu/packages/pytho

[PATCH 4/4] gnu: awscli: Update to 1.11.5.

2016-10-15 Thread Leo Famulari
* gnu/packages/python.scm (awscli): Update to 1.11.5. [source]: Use pypi-uri. [inputs]: Add python-s3transfer. --- gnu/packages/python.scm | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 900e6ae..3694309 100644

Re: 01/01: gnu: Add xonsh.

2016-10-16 Thread Leo Famulari
On Wed, Sep 28, 2016 at 05:42:22PM +, Leo Famulari wrote: > lfam pushed a commit to branch master > in repository guix. > > commit 1d51585573f49105edd1a577ba53e86367ffd821 > Author: Stefan Reichoer > Date: Wed Sep 21 21:58:52 2016 +0200 > > gnu: Add xonsh. >

[PATCH 1/1] gnu: Add python-betamax.

2016-10-16 Thread Leo Famulari
This is a build time dependency of python-requests-toolbelt when using Python 3.5. * gnu/packages/python.scm (python-betamax, python2-betamax): New variables. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm

Re: [PATCH] gnu: wrap-python3: Use a bash wrapper for 'python3-config'. (was: python-pycairo in core-updates)

2016-10-16 Thread Leo Famulari
On Sun, Oct 16, 2016 at 11:21:13AM +0800, 宋文武 wrote: > >> Hi, python-wrapper has a broken `python3-config', which > >> output cflags to the wrapper instead of the origin python3, > >> leading the build failure of python-pycairo. > > > > So it appears to resolve the CFLAGS it returns relative to its

Re: [PATCH 1/4] gnu: notmuch: Update to 0.23.

2016-10-17 Thread Leo Famulari
On Mon, Oct 17, 2016 at 05:55:03PM +0100, Marius Bakke wrote: > * gnu/packages/mail.scm (notmuch, python-notmuch): Update to 0.23. > [home-page]: Use https URL. LGTM. Is it possible to use (package-version notmuch) as python-notmuch's version?

Re: [PATCH 3/4] gnu: xapian: Use 'modify-phases'.

2016-10-17 Thread Leo Famulari
On Mon, Oct 17, 2016 at 05:55:05PM +0100, Marius Bakke wrote: > * gnu/packages/search.scm (xapian)[arguments]: Use 'modify-phases'. > + `(#:phases > + (modify-phases %standard-phases > + (add-after 'unpack 'patch-remotetcp-harness > + (lambda _ > + (substitu

Re: [PATCH 2/4] gnu: notmuch: Enable tests.

2016-10-17 Thread Leo Famulari
On Mon, Oct 17, 2016 at 05:55:04PM +0100, Marius Bakke wrote: > * gnu/packages/patches/notmuch-emacs-25-compatibility-fix.patch: New file. > * gnu/local.mk (dist_patch_DATA): Register it. > * gnu/packages/mail.scm (notmuch)[arguments]: Add verbose make flags. > Add phase 'patch-notmuch-lib.el' to

Re: locales gone

2016-10-17 Thread Leo Famulari
On Mon, Oct 17, 2016 at 11:00:25AM +0200, Ludovic Courtès wrote: > Danny Milosavljevic skribis: > > > And if I strace postgres service I get > > > > [pid 6184] > > open("/gnu/store/m9vxvhdj691bq1f85lpflvnhcvrdilih-glibc-2.23/lib/locale/locale-archive", > > O_RDONLY|O_CLOEXEC) = -1 ENOENT (No s

Re: [PATCH] gnu: openssh: Enable kerberos features.

2016-10-17 Thread Leo Famulari
On Mon, Oct 17, 2016 at 07:26:11PM +0200, John Darrington wrote: > * gnu/packages/ssh.scm (openssh): New input mit-krb5. It should mention the addition to configure-flags and that mit-krb5 is added to [inputs]. Otherwise LGTM. It increases the OpenSSH closure by ~4 MiB, to 117.9.

Re: [PATCH 4/4] gnu: xapian: Update to 1.4.0.

2016-10-17 Thread Leo Famulari
On Mon, Oct 17, 2016 at 05:55:06PM +0100, Marius Bakke wrote: > * gnu/packages/search.scm (xapian): Update to 1.4.0. > [source]: Use https URL. > [home-page]: Use https URL. > [arguments]: Remove 'patch-remotetcp-harness' phase. Replace 'check' > phase with a list of custom test targets. Works for

Re: Bash headers path changed in 4.4 (core-updates)

2016-10-17 Thread Leo Famulari
On Mon, Oct 17, 2016 at 10:07:52PM +0200, Ludovic Courtès wrote: > l...@gnu.org (Ludovic Courtès) skribis: > > > I believe this patch should work, though I haven’t yet been able to > > rebuild recutils: > > I pushed a variant of it as c21af659b4e6871b9576278cd5745881c696fd70. Thanks!

Re: 01/03: gnu: jasper: Update to 1.900.5.

2016-10-17 Thread Leo Famulari
On Mon, Oct 17, 2016 at 09:08:53PM +, Efraim Flashner wrote: > efraim pushed a commit to branch master > in repository guix. > > commit b333d00c3566a8a6b058a35426da96200ebf2c6d > Author: Efraim Flashner > Date: Mon Oct 17 23:47:14 2016 +0300 > > gnu: jasper: Update to 1.900.5. > >

[PATCH 1/1] gnu: dbus-1.10.12: Fix Guix build failure.

2016-10-17 Thread Leo Famulari
Previously, building Guix failed like this: -- ice-9/psyntax.scm:1422:32: In procedure expand-macro: ice-9/psyntax.scm:1422:32: Syntax error: gnu/packages/glib.scm:141:8: origin: extraneous field initializers (inherit) in form (origin (method url-fetch) (inherit (package-source dbus)) (uri (

[PATCH 0/1] Borg: Install more docs

2016-10-17 Thread Leo Famulari
/misc" "\\.txt$"), but that picked up some unwanted files in 'docs/misc/asciinema'. Any suggestions for improvement? Leo Famulari (1): gnu: borg: Install more documentation. gnu/packages/backup.scm | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) -- 2.10.1

[PATCH 1/1] gnu: borg: Install more documentation.

2016-10-17 Thread Leo Famulari
* gnu/packages/backup.scm (borg)[arguments]: Install more documentation in 'install-doc' phase. --- gnu/packages/backup.scm | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index eb5e98d..b75e99b 100644 --- a/gnu/packages

Re: [PATCH 1/1] gnu: dbus-1.10.12: Fix Guix build failure.

2016-10-18 Thread Leo Famulari
On Tue, Oct 18, 2016 at 03:00:50PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > Previously, building Guix failed like this: > > > > -- > > ice-9/psyntax.scm:1422:32: In procedure expand-macro: > > ice-9/psyntax.scm:1422:32: Syntax error: >

[PATCH 1/1] gnu: Add libseccomp.

2016-10-18 Thread Leo Famulari
* gnu/packages/linux.scm (libseccomp): New variable. --- gnu/packages/linux.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 08fd7ac..2d82093 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@

Re: [PATCH 1/1] gnu: Add libseccomp.

2016-10-19 Thread Leo Famulari
On Wed, Oct 19, 2016 at 12:32:38PM +0100, Marius Bakke wrote: > Leo Famulari writes: > > > * gnu/packages/linux.scm (libseccomp): New variable. > > Nice. This LGTM and is reproducible. License appears correct. Thanks for the review!

Re: [PATCH 1/4] gnu: python-rsa: Update to 3.4.2.

2016-10-19 Thread Leo Famulari
On Wed, Oct 19, 2016 at 05:10:03PM +0200, Ludovic Courtès wrote: > Hi Leo, > > I haven’t built the packages but the 4 patches look good to me. Okay, pushed!

Re: [PATCH] gnu: libarchive: fix issue 696 in v.3.2.1

2016-10-19 Thread Leo Famulari
On Wed, Oct 19, 2016 at 01:02:43PM +0200, Carlos Sánchez de La Lama wrote: > Pull request #807 has been made upstream, this fixes Issue 696 on GUIX side > until a new it is fixed on a libarchive release. > > * gnu/packages/patches/libarchive-issue-696.patch: New file. > * gnu/local.mk: Register pa

Re: [PATCH 1/2] gnu: gajim: License is "version 3 only".

2016-10-19 Thread Leo Famulari
On Wed, Oct 19, 2016 at 10:20:04AM +0530, Arun Isaac wrote: > * gnu/packages/messaging.scm (gajim)[license]: Change to GPL3. Thanks for checking on this! Indeed, the bulk of the license headers say "version 3 only", so I think gajim is GPL3. But, I found a few files that are GPL3+, and at least o

Re: [PATCH 2/2] gnu: gajim: Update to 0.16.6.

2016-10-19 Thread Leo Famulari
On Wed, Oct 19, 2016 at 10:20:05AM +0530, Arun Isaac wrote: > * gnu/packages/messaging.scm (gajim): Update to 0.16.6. > (arguments > - `(;; The only check done by gajim-0.16.x is to check that the > - ;; translations are up-to-date, and in 0.16.5 they are not, so > - ;; "make

Re: [PATCH 01/15] gnu: chez-scheme: Add search-path and fix i686 build.

2016-10-19 Thread Leo Famulari
On Wed, Oct 19, 2016 at 06:28:45PM +0200, Federico Beffa wrote: > On Mon, Oct 17, 2016 at 3:34 PM, Ludovic Courtès wrote: > > Hello Federico, > > > > Federico Beffa skribis: > > > >> On Sun, Oct 16, 2016 at 8:25 PM, Ricardo Wurmus wrote: > >> From 7875840eb0f0d0d844da40735faabd10b791f0dd Mon Sep

Re: [PATCH 1/1] gnu: borg: Install more documentation.

2016-10-19 Thread Leo Famulari
On Tue, Oct 18, 2016 at 07:47:53PM +0300, Alex Kost wrote: > Leo Famulari (2016-10-17 23:03 -0400) wrote: > > > * gnu/packages/backup.scm (borg)[arguments]: Install more documentation > > in 'install-doc' phase. > > --- > > gnu/packages/backup.scm | 9 +++

Re: [PATCH 1/1] gnu: borg: Install more documentation.

2016-10-19 Thread Leo Famulari
On Tue, Oct 18, 2016 at 09:19:19AM +0200, Ricardo Wurmus wrote: > > Leo Famulari writes: > > > * gnu/packages/backup.scm (borg)[arguments]: Install more documentation > > in 'install-doc' phase. > > --- > > gnu/packages/backup.scm | 9 - >

Re: [PATCH] gnu: Add irctest.

2016-10-19 Thread Leo Famulari
On Tue, Oct 18, 2016 at 01:42:24PM +, ng0 wrote: > * gnu/packages/irc.scm (irctest): New variable. Cool! > + (version (string-append "0.1-" revision "." (string-take commit 7))) 0.1 should be 0.0.0. > + (inputs > + `(("python-ecdsa" ,python-ecdsa) > + ("python-psutil

Re: [PATCH] gnu: Add lci.

2016-10-19 Thread Leo Famulari
On Sat, Oct 15, 2016 at 09:01:00PM +, ng0 wrote: > From: ng0 > > * gnu/packages/lolcode.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > +(inputs > + `(("python-2" ,python-2) > + ("readline" ,readline))) The output (checked with `guix gc --references) doesn't re

Re: [PATCH 1/1] services: ntpd: Make large clock adjustments if necessary.

2016-10-19 Thread Leo Famulari
On Wed, Oct 19, 2016 at 10:49:32PM +0200, Ludovic Courtès wrote: > diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm > index 7495179..ce281c5 100644 > --- a/gnu/services/networking.scm > +++ b/gnu/services/networking.scm > @@ -265,11 +265,13 @@ Protocol (DHCP) client, on all th

Re: slim patch does not apply

2016-10-21 Thread Leo Famulari
On Fri, Oct 21, 2016 at 01:21:25PM +, ng0 wrote: > ng0 writes: > > > Tried a system reconfigure of one of the GuixSD systems, after I synced > > with head, got this when it came to slim: > > > > patching file app.cpp > > patching file panel.cpp > > Hunk #1 succeeded at 266 (offset 6 lines). >

Re: Building many packages in order

2016-10-21 Thread Leo Famulari
On Fri, Oct 21, 2016 at 02:53:02PM +0300, Efraim Flashner wrote: > On Fri, Oct 21, 2016 at 12:56:08PM +0200, Hartmut Goebel wrote: > > Hi, > > > > testing the new python build system I’m seeking for some way to build > > *many* packages in order. > > > > Of course I can just run `guix build` with

Re: [PATCH] gnu: Add libjxr.

2016-10-21 Thread Leo Famulari
On Fri, Oct 21, 2016 at 04:47:14PM -0400, Kei Kebreau wrote: > This is a patch I think we need before fixing up freeimage. Thoughts? Thanks for working on this! > + (uri (string-append > "mirror://debian/pool/main/j/jxrlib/jxrlib_" > + version ".orig

Re: [PATCH] gnu: perl-test-mockobject: Update to 1.20150527.

2016-10-21 Thread Leo Famulari
On Fri, Oct 21, 2016 at 01:02:06PM +0200, Alex Sassmannshausen wrote: > * gnu/packages/perl.scm (perl-test-mockobject): Update to 1.20150527. Thanks, pushed!

Re: Update giac-xcas and wireshark

2016-10-21 Thread Leo Famulari
On Thu, Oct 20, 2016 at 08:05:13AM +0200, Nicolas Goaziou wrote: > From c26e7cb826ee2e232743c7e021bbe99d404b82e6 Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Wed, 19 Oct 2016 23:52:57 +0200 > Subject: [PATCH 1/2] gnu: giac-xcas: Update to 1.2.2-95. > > * gnu/packages/algebra.scm (giac

Re: Go 1.4.3 failing on core-updates

2016-10-21 Thread Leo Famulari
On Mon, Oct 17, 2016 at 10:23:08AM +0200, Andy Wingo wrote: > On Sat 15 Oct 2016 22:12, Leo Famulari writes: > > > # net > > cannot load DWARF output from $WORK/net/_obj//_cgo_.o: decoding dwarf > > section info at offset 0x4: unsupported version 0 > > # os/use

[PATCH 1/1] gnu: audit: Use GnuTLS instead of OpenSSL.

2016-10-22 Thread Leo Famulari
The audit build is failing because it can't find GnuTLS: libtool: link: gcc -W -Wall -Wundef -D_GNU_SOURCE -fPIE -DPIE -g -O2 -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/audispd-zos-remote audispd_zos_remote-zos-remote-plugin.o audispd_zos_remote-zos-remote-log.o audispd_zos_remote-zos-remote

Re: [PATCH 1/1] gnu: audit: Use GnuTLS instead of OpenSSL.

2016-10-22 Thread Leo Famulari
On Sat, Oct 22, 2016 at 08:57:19AM -0500, Christopher Allan Webber wrote: > Leo Famulari writes: > > It succeeds when building against GnuTLS instead of OpenSSL. > > Seems like it built okay here without this patch? Does it work for you on core-updates? It builds with OpenSSL o

Re: [PATCH] gnu: weechat: Update to 1.6.

2016-10-23 Thread Leo Famulari
On Sun, Oct 23, 2016 at 04:14:53PM +, ng0 wrote: > * gnu/packages/irc.scm (weechat): Update to 1.6. Thanks, pushed!

Re: [PATCH] gnu: weechat: 1.5 -> 1.6

2016-10-23 Thread Leo Famulari
On Sun, Oct 23, 2016 at 04:14:52PM +, ng0 wrote: > Changelog: https://weechat.org/files/changelog/ChangeLog-1.6.html > > Can we move this to python3 now? Touching this would've been unrelated to the > update. If it works, why not? Feel free to try it :)

Re: [PATCH] gnu: link-grammar: New module.

2016-10-23 Thread Leo Famulari
On Sun, Oct 23, 2016 at 04:54:17PM +0200, Amirouche Boubekki wrote: > From 391889d22f102368cc44d6a0a928fccd20810269 Mon Sep 17 00:00:00 2001 > From: Amirouche > Date: Sun, 23 Oct 2016 16:46:12 +0200 > Subject: [PATCH] gnu: link-grammar: New module > > * gnu/packages/link-grammar.scm: New module.

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

2016-10-23 Thread Leo Famulari
On Sun, Oct 23, 2016 at 06:07:04PM +0200, Translation Project Robot wrote: > 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 French team of translators. The file is available at: > >

Re: [PATCH] gnu: Add libjxr.

2016-10-23 Thread Leo Famulari
On Sat, Oct 22, 2016 at 04:33:18AM -0400, Kei Kebreau wrote: > The URL for the upstream site's tarball is > http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=jxrlib&DownloadId=685250&FileTime=13014242805663&Build=21031. > > Is something like that acceptable in Guix code? I k

Re: [PATCH] gnu: windowmaker: Update to 0.95.7.

2016-10-23 Thread Leo Famulari
On Sun, Oct 23, 2016 at 10:50:30AM -0400, Kei Kebreau wrote: > A version bump for Window Maker. There are some nifty new features in > this release! > From c2369b137a3525d8ac2a6250cbf37809e45aacae Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Sun, 23 Oct 2016 10:41:37 -0400 > Subject: [PAT

Re: [PATCH 2/3] gnu: pam_unix.so Add use_first_pass option.

2016-10-23 Thread Leo Famulari
On Sat, Oct 22, 2016 at 05:27:59PM +0200, John Darrington wrote: > * gnu/system/pam.scm (unix-pam-service) [auth]: Add "use_first_pass" option. > --- > gnu/system/pam.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/system/pam.scm b/gnu/system/pam.scm > index 4546c

[PATCH 1/1] gnu: twolame: Fix test failure with Perl 5.24.

2016-10-23 Thread Leo Famulari
* gnu/packages/audio.scm (twolame)[source]: Add snippet to fix test. --- gnu/packages/audio.scm | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index db32b6f..5a2cf09 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/

Re: [PATCH] gnu: gcc-4.9: Update to 4.9.4.

2016-10-24 Thread Leo Famulari
On Mon, Oct 24, 2016 at 09:51:53AM +0200, Carlos Sánchez de La Lama wrote: > gcc-4.9.3 has a bug in long double isinf builtin on PowerPC, which > affects glibc versions >= 2.23. > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70117 > > * gnu/packages/gcc.scm (gcc-4.9): Update to 4.9.4. Is this dif

Re: [PATCH 1/1] gnu: twolame: Fix test failure with Perl 5.24.

2016-10-24 Thread Leo Famulari
On Mon, Oct 24, 2016 at 01:53:36AM -0400, Leo Famulari wrote: > * gnu/packages/audio.scm (twolame)[source]: Add snippet to fix test. The fix was merged upstream... https://github.com/njh/twolame/commit/eba1e286f10e5ce15a08bd9fd556779ce9cce98b ... so I pushed this patch to core-updates.

Re: [PATCH 07/12] gnu: Add python-hacking.

2016-10-24 Thread Leo Famulari
On Mon, Oct 12, 2015 at 11:41:03PM +0200, Cyril Roelandt wrote: > * gnu/packages/openstack.scm (python-hacking, > python2-hacking): New variables. This package is failing on core-updates, because several of the "special" old versions of its dependencies are failing to build: https://hydra.gnu.o

Re: [PATCH v2] gnu: Add python-jedi.

2016-10-24 Thread Leo Famulari
On Sat, Jul 09, 2016 at 02:48:32PM +0200, Danny Milosavljevic wrote: > * gnu/packages/python.scm (python-jedi, python2-jedi): New variables. This package is failing to build on core-updates: https://hydra.gnu.org/job/gnu/core-updates-2/python-jedi-0.9.0.x86_64-linux Can you take a look?

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

2016-10-24 Thread Leo Famulari
On Mon, Aug 22, 2016 at 03:20:11PM +0200, David Craven wrote: > * gnu/packages/python.scm (python-nltk): New variable. > (python2-nltk): New variable. This is failing its test suite on core-updates: https://hydra.gnu.org/build/1550846 Apparently it wants some extra data to run the tests: Reso

Re: [PATCH] Add joblib.

2016-10-24 Thread Leo Famulari
On Thu, Oct 08, 2015 at 10:45:39AM +0200, Ricardo Wurmus wrote: > From 848f0f327e1cef97977d695c01480abd1c215bc3 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 7 Oct 2015 13:01:36 +0200 > Subject: [PATCH] gnu: Add python-joblib. > > * gnu/packages/python.scm (python-joblib, python2-j

Re: 03/04: gnu: Add python-feedparser.

2016-10-24 Thread Leo Famulari
On Sun, Oct 09, 2016 at 10:13:45AM +, Efraim Flashner wrote: > efraim pushed a commit to branch master > in repository guix. > > commit da069d7eccb67d4363a7052b676e2c3e4dc2ceec > Author: ng0 > Date: Sun Sep 18 13:58:25 2016 + > > gnu: Add python-feedparser. > > * gnu/packa

Re: 09/16: gnu: Add python-django-filter.

2016-10-24 Thread Leo Famulari
On Sun, Sep 18, 2016 at 08:19:59PM +, Efraim Flashner wrote: > efraim pushed a commit to branch master > in repository guix. > > commit 894810c7c951d054e4b456f9c03e315cda1bd765 > Author: Efraim Flashner > Date: Sun Sep 11 21:31:44 2016 +0300 > > gnu: Add python-django-filter. > >

Re: 05/16: gnu: Add python-graphql-core.

2016-10-24 Thread Leo Famulari
On Sun, Sep 18, 2016 at 08:19:58PM +, Efraim Flashner wrote: > efraim pushed a commit to branch master > in repository guix. > > commit 05b7a593367d541f1a7a7be3a13bb2834c235257 > Author: Efraim Flashner > Date: Sun Sep 11 21:27:29 2016 +0300 > > gnu: Add python-graphql-core. > >

[PATCH 0/1] Perl-www-curl: Fix build failure

2016-10-24 Thread Leo Famulari
This fixes the build failure of perl-www-curl build on core-updates: https://hydra.gnu.org/build/1553325/nixlog/2 The patch is copied from the upstream bug tracker, but the maintainers don't seem to have done anything with the patch yet. What do you think? Leo Famulari (1): gnu: perl-www

[PATCH 1/1] gnu: perl-www-curl: Fix build failure.

2016-10-24 Thread Leo Famulari
* gnu/packages/patches/perl-www-curl-remove-symbol.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/web.scm (perl-www-curl)[source]: Use it. --- gnu/local.mk | 1 + .../patches/perl-www-curl-remove-symbol.patch | 39 +

Re: [PATCH] system: grub: Use librsvg to convert SVG to PNG

2016-10-24 Thread Leo Famulari
On Tue, Oct 25, 2016 at 01:24:15AM +0200, Ludovic Courtès wrote: > > Is there are reason for not using guile-rsvg and guile-cairo? Otherwise > > I think it would be preferable (they’d need to be autoloaded so that > > ‘make’ doesn’t fail when they’re missing, but that’s OK.) > > > > I found an exa

Re: [PATCH 3/3] gnu: Add kicad.

2016-10-24 Thread Leo Famulari
On Tue, Oct 25, 2016 at 12:16:58AM +0300, Theodoros Foradis wrote: > * gnu/packages/engineering.scm (kicad): New variable. Cool! > +;; We use kicad from a git commit, because support for boost 1.61.0 > +;; has been recently added. > +(define-public kicad > + (let ((commit "4ee344e150bfaf3a6f3f7b

Re: [PATCH 3/3] gnu: Add kicad.

2016-10-24 Thread Leo Famulari
On Mon, Oct 24, 2016 at 08:36:10PM -0400, Leo Famulari wrote: > On Tue, Oct 25, 2016 at 12:16:58AM +0300, Theodoros Foradis wrote: > > * gnu/packages/engineering.scm (kicad): New variable. > > + (uri (git-reference > > + (url "https://g

Re: [PATCH 3/3] gnu: Add kicad.

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 12:16:58AM +0300, Theodoros Foradis wrote: > * gnu/packages/engineering.scm (kicad): New variable. I'm very happy to see this package almost there! > +;; We use kicad from a git commit, because support for boost 1.61.0 > +;; has been recently added. > +(define-public kicad

Re: Note for Python packages: packages do not have "inputs" (most of the time)

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 11:48:42AM +0200, Hartmut Goebel wrote: > Am 23.10.2016 um 21:52 schrieb ng0: > > I think this is wrong. My assumption is I work with the old system as > > long as the new system is not in place. I see no changes which fix this, > > so why should I do work in advance when th

Re: [PATCH v2 1/3] gnu: Add python2-wxpython.

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 07:09:05PM +0300, Theodoros Foradis wrote: > * gnu/packages/wxwidgets.scm (python2-wxpython): New variable. v2 of this patch series seems mixed up. 1/3 and 3/3 are the same patch and there is no patch adding wxwidgets-gtk2.

Re: [PATCH v2 3/3] gnu: Add python2-wxpython.

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 07:09:07PM +0300, Theodoros Foradis wrote: > * gnu/packages/wxwidgets.scm (python2-wxpython): New variable. > + #:tests? #f ; tests fail We should try to fix this, or at least understand why they are failing. > +(native-inputs > + `(("gtk+" ,gtk+-2) > +

Re: [PATCH] gnu: mupdf: Fix CVE-2016-8674.

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 12:53:28PM -0400, Kei Kebreau wrote: > Fix for > https://blogs.gentoo.org/ago/2016/09/22/mupdf-use-after-free-in-pdf_to_num-pdf-object-c/. > From 97312c3c9e13688081aa513d1c94a9fff1274f75 Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Tue, 25 Oct 2016 12:49:52 -0400

Re: [PATCH] gnu: qemu: Patch CVE-2016-8910.

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 01:27:45PM -0400, Kei Kebreau wrote: > One of the email address was hidden on the list I got this patch from. > I don't know whether that's a potential problem. > See: > http://www.openwall.com/lists/oss-security/2016/10/24/2 and > https://lists.gnu.org/archive/html/qemu-dev

Re: Note for Python packages: packages do not have "inputs" (most of the time)

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 07:59:07PM +0200, Hartmut Goebel wrote: > Am 25.10.2016 um 14:49 schrieb Leo Famulari: > > Changing the subject: Is that branch stable? Can I start testing core > > Python package upgrades on top of it? > > I worked on this branch, just fixed some la

Re: [PATCH v2 3/3] gnu: Add python2-wxpython.

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 09:05:44PM +0300, Theodoros Foradis wrote: > > Leo Famulari writes: > > > On Tue, Oct 25, 2016 at 07:09:07PM +0300, Theodoros Foradis wrote: > >> * gnu/packages/wxwidgets.scm (python2-wxpython): New variable. > > > >> + #:tests

Re: [PATCH] gnu: imagemagick: Update to 7.0.3-4 [Fixes CVE-2016-{8677, 8862}].

2016-10-25 Thread Leo Famulari
On Tue, Oct 25, 2016 at 04:12:50PM -0400, Kei Kebreau wrote: > From 82f792a33f55e6514d3d4f8285e9be3b8c6e161a Mon Sep 17 00:00:00 2001 > From: Kei Kebreau > Date: Tue, 25 Oct 2016 16:03:26 -0400 > Subject: [PATCH] gnu: imagemagick: Update to 7.0.3-4 [Fixes > CVE-2016-{8677,8862}]. > > * gnu/packa

Re: [PATCH 0/1] Perl-www-curl: Fix build failure

2016-10-26 Thread Leo Famulari
On Tue, Oct 25, 2016 at 08:01:30PM +0100, Marius Bakke wrote: > Leo Famulari writes: > > > This fixes the build failure of perl-www-curl build on core-updates: > > https://hydra.gnu.org/build/1553325/nixlog/2 > > > > The patch is copied from the upstream bu

Re: [PATCH 2/2] services: Add 'cuirass-service'.

2016-10-26 Thread Leo Famulari
On Wed, Oct 26, 2016 at 03:05:58PM +0200, Mathieu Lirzin wrote: > > * gnu/services/cuirass.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > * doc/guix.texi (Continuous integration): New node. > +In order to add build jobs you will have to set the > +@code{specifications} field. Du

btrfs-progs updated to 4.8.2 twice

2016-10-27 Thread Leo Famulari
I noticed that btrfs-progs was updated to 4.8.2 on core-updates twice. Commited to core-updates: http://git.savannah.gnu.org/cgit/guix.git/commit/?h=core-updates&id=f02fb6dd6b6dbf91c3497a086bab5d9e791b2468 Commited on master and then merged into core-updates: http://git.savannah.gnu.org/cgit/guix

Re: 01/01: gnu: python-urllib3: Update to 1.18.1.

2016-10-27 Thread Leo Famulari
On Thu, Oct 27, 2016 at 01:05:19PM +, Marius Bakke wrote: > mbakke pushed a commit to branch master > in repository guix. > > commit 6178274d19ed3e637b5365b64a28f298574df81f > Author: Marius Bakke > Date: Thu Oct 27 14:03:07 2016 +0100 > > gnu: python-urllib3: Update to 1.18.1. >

Re: Building packages with python-3.4

2016-10-28 Thread Leo Famulari
On Mon, Oct 24, 2016 at 10:58:38PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On core-updates, we updated python to 3.5.2, but we kept 3.4.5 in case > > we needed it. > > > > I recently tried building python-cryptography with 3.4.5, lik

Re: [PATCH 01/68] gnu: Add flex-2.6.1.

2016-10-29 Thread Leo Famulari
On Sat, Oct 29, 2016 at 07:46:53PM +0100, Marius Bakke wrote: > David Craven writes: > > > * gnu/packages/flex.scm (flex-2.6.1): New variable. > > This is newer than what we currently have (2.6.0). I know it's late in > the core-updates cycle, but maybe we can squeeze in a flex upgrade? It's al

Re: [PATCH 28/68] gnu: solid: Update to 5.27.0.

2016-10-29 Thread Leo Famulari
On Sat, Oct 29, 2016 at 08:04:39PM +0200, David Craven wrote: > * gnu/packages/kde-frameworks.scm (solid): Update to 5.27.0. > [native-inputs]: Add flex-2.6.1. > (native-inputs > `(("bison" ,bison) > ("extra-cmake-modules" ,extra-cmake-modules) > + ("flex" ,flex-2.6.1)

Re: [PATCH 07/68] gnu: bluez-qt: Update to 5.27.0.

2016-10-29 Thread Leo Famulari
On Sat, Oct 29, 2016 at 08:04:18PM +0200, David Craven wrote: > * gnu/packages/kde-frameworks.scm (bluez-qt): Update to 5.27.0 and > fix indentation. In general, when making many changes that have no effect (for example, several dozen indentation fixes), I think they should be done separately.

Re: [PATCH 01/68] gnu: Add flex-2.6.1.

2016-10-29 Thread Leo Famulari
On Sat, Oct 29, 2016 at 07:46:53PM +0100, Marius Bakke wrote: > David Craven writes: > > > * gnu/packages/flex.scm (flex-2.6.1): New variable. > > This is newer than what we currently have (2.6.0). I know it's late in > the core-updates cycle, but maybe we can squeeze in a flex upgrade? Unfortu

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