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
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'
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
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
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:
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
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
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
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
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
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
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.
>
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
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
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:
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 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
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
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
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
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
* 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
* 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
* 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
* 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
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.
>
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
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
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?
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
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
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
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.
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
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!
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.
>
>
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
(
/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
* 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
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:
>
* 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
@@
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!
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!
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
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
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
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
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 +++
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 -
>
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
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
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
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).
>
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
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
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!
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
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
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
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
On Sun, Oct 23, 2016 at 04:14:53PM +, ng0 wrote:
> * gnu/packages/irc.scm (weechat): Update to 1.6.
Thanks, pushed!
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 :)
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.
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:
>
>
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
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
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
* 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/
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
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.
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
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?
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
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
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
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.
>
>
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.
>
>
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
* 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 +
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
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
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
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
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
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.
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)
> +
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
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
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
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
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
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
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
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
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.
>
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
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
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)
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.
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
401 - 500 of 3849 matches
Mail list logo