Re: [PATCH] gnu: pdf: Fix installing desktop files of zathura packages.

2015-07-07 Thread Mark H Weaver
Alex Kost alez...@gmail.com writes: Mark H Weaver (2015-07-07 18:07 +0300) wrote: [...] (arguments `(#:make-flags `(,(string-append DESTDIR= (assoc-ref %outputs out)) - PLUGINDIR=/lib/zathura CC=gcc) + PREFIX= PLUGINDIR=/lib/zathura CC=gcc) It would

Unpatched security vulnerabilities in GNU IceCat

2015-08-12 Thread Mark H Weaver
I've pushed an update to the GNU IceCat 31.8 package in GNU Guix that fixes some of the security vulnerabilities fixed upstream in Firefox ESR 38.2, listed here: https://www.mozilla.org/en-US/security/known-vulnerabilities/firefox-esr/ Unfortunately, I was not able to backport all of the fixes

Re: [PATCH 4/7] gnu: Add xcb-util-cursor.

2015-08-18 Thread Mark H Weaver
Eric Dvorsak e...@dvorsak.fr writes: +(define-public xcb-util-cursor + (package +(name xcb-util-cursor) +(version 0.1.2) +(source (origin + (method url-fetch) + (uri (string-append http://xcb.freedesktop.org/dist/; +

Re: [PATCH] gnu: notmuch: Update to 0.20.2.

2015-08-16 Thread Mark H Weaver
David Thompson da...@gnu.org writes: From 74d2db4f0ecbfc00473493e410a086f7c7c0bb10 Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Sat, 15 Aug 2015 22:23:59 -0400 Subject: [PATCH] gnu: notmuch: Update to 0.20.2. * gnu/packages/mail.scm (notmuch): Update to

Re: update youtube-dl

2015-08-19 Thread Mark H Weaver
Efraim Flashner efr...@flashner.co.il writes: update youtube-dl to the latest version Did you write the patch and forget to attach it, or were you giving us a command to do it? Mark

Re: [PATCH 1/2] gnu: magit-svn: Update to 2.1.0.

2015-08-21 Thread Mark H Weaver
Alex Kost alez...@gmail.com writes: From dbc3edbb675b437eb179008c27565805fd6e8119 Mon Sep 17 00:00:00 2001 From: Alex Kost alez...@gmail.com Date: Wed, 19 Aug 2015 22:57:08 +0300 Subject: [PATCH 1/2] gnu: magit-svn: Update to 2.1.0. Have you verified that magit-svn-2.1.0 works properly with

Re: [PATCH 2/2] gnu: git-modes: Update to 1.2.0.

2015-08-21 Thread Mark H Weaver
Alex Kost alez...@gmail.com writes: From b2f3b8873f7243c13cbfdd8395c8adc9a5678418 Mon Sep 17 00:00:00 2001 From: Alex Kost alez...@gmail.com Date: Wed, 19 Aug 2015 23:06:12 +0300 Subject: [PATCH 2/2] gnu: git-modes: Update to 1.2.0. [...] - #:test-target test + #:tests? #f ;

Re: [PATCH v2] gnu: Add dvtm.

2015-08-21 Thread Mark H Weaver
Leo Famulari l...@famulari.name writes: * gnu/packages/dvtm.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Pushed, thanks! Mark

Re: update youtube-dl

2015-08-21 Thread Mark H Weaver
Efraim Flashner efr...@flashner.co.il writes: From ad9e46ab427c9cbca0263066d1625b8c9285cf9c Mon Sep 17 00:00:00 2001 From: Efraim Flashner efr...@flashner.co.il Date: Wed, 19 Aug 2015 16:27:36 +0300 Subject: [PATCH] * gnu/packages/video.scm (youtube-dl): Update to 2015.08.16.1. Your commit

[PATCH] guix package: -s shows outputs

2015-08-21 Thread Mark H Weaver
lfam on #guix pointed out that guix package -s does not show the outputs of the package. This patch fixes that. Mark From 5853d9df55f4adae4c9d872e3491336efd3b292c Mon Sep 17 00:00:00 2001 From: Mark H Weaver m...@netris.org Date: Sat, 22 Aug 2015 00:31:11 -0400 Subject: [PATCH] guix

Re: [PATCH 2/2] gnu: abcde: Update to 2.7.

2015-08-21 Thread Mark H Weaver
Efraim Flashner efr...@flashner.co.il writes: * gnu/packages/cdrom.scm (abcde): Update to 2.7. Pushed, thanks! Mark

Re: [PATCH] gnu: Add sassc.

2015-08-21 Thread Mark H Weaver
David Thompson dthomps...@worcester.edu writes: From 4a6d1a798a0625d8bc104b86db56f5d2594a5d80 Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Wed, 19 Aug 2015 21:54:57 -0400 Subject: [PATCH] gnu: Add sassc. * gnu/packages/web.scm (sassc): New variable. ---

Re: [PATCH 2/2] gnu: Add d-feet.

2015-08-21 Thread Mark H Weaver
One more thing: 宋文武 iyzs...@gmail.com writes: + (modify-phases %standard-phases + (add-before + 'check 'pre-check + (lambda* (#:key inputs #:allow-other-keys) +;; The test suite requires a running X server. +(system (format #f

Re: [PATCH] daemon: Split CHROOT_ENABLED into CHROOT_ENABLED and CONTAINER_ENABLED.

2015-08-21 Thread Mark H Weaver
Manolis Ragkousis manolis...@gmail.com writes: With this patch, the daemon can perform chrooted builds on Hurd, without creating problems to other parts of the daemon that can't be supported. So as Mark said, the cases are: 1. CONTAINER_ENABLED and CHROOT_ENABLED are both true. In this

Re: [PATCH] gnu: rhythmbox: Add gst-plugins-ugly dependency.

2015-08-21 Thread Mark H Weaver
Andy Wingo wi...@igalia.com writes: Not sure what the right solution to this mess is; ideally a user would just have to install a set of gstreamer plugins and those would work across all of their applications, and you wouldn't have to specify the plugins for each gst-using app. Dunno. For

Re: [PATCH] gnu: Simplify LLVM build.

2015-08-21 Thread Mark H Weaver
Hi Andy, Thank you for this most excellent, radical simplification of our llvm package! However, I agree with Eric about the commit log. Andy Wingo wi...@igalia.com writes: On Mon 17 Aug 2015 10:43, Eric Bavier ericbav...@openmailbox.org writes: From db066d194d3b8359eddd0149234bfad29c11542d

Re: question

2015-08-21 Thread Mark H Weaver
Dika Setya Prayogi dikasetyapray...@gmail.com writes: hi. is there any guixhurd available to dowoload, or is still under development ? It's still under development. Mark

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

2015-08-21 Thread Mark H Weaver
Hi! Leo Famulari l...@famulari.name writes: * gnu/packages/dvtm.scm: New file. * gnu-system.am: Add it. Please include the Makefile variable being changed, like this: * gnu-system.am (GNU_SYSTEM_MODULES): Add it. diff --git a/gnu/packages/dvtm.scm b/gnu/packages/dvtm.scm new file mode

Re: [PATCH 1/2] gnu: Add font-ubuntu

2015-08-21 Thread Mark H Weaver
Hi, sorry this is a bit late, but: l...@gnu.org (Ludovic Courtès) writes: Eric Dvorsak e...@dvorsak.fr skribis: * gnu/packages/fonts/scm (font-ubuntu): New variable. That last / should have been a .. Oh well. I changed the license URL to

Re: [PATCH 1/2] gnu: itstool: Wrap with PTYHONPATH.

2015-08-21 Thread Mark H Weaver
宋文武 iyzs...@gmail.com writes: gnu: itstool: Wrap with PTYHONPATH. s/PTYHONPATH/PYTHONPATH/ * gnu/packages/glib.scm (itstool): Change 'propagated-inputs' to 'inputs'. [arguments]: New field. --- gnu/packages/glib.scm | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff

Re: [PATCH 2/2] gnu: Add d-feet.

2015-08-21 Thread Mark H Weaver
宋文武 iyzs...@gmail.com writes: * gnu/packages/gnome.scm (d-feet): New variable. --- gnu/packages/gnome.scm | 55 ++ 1 file changed, 55 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1c31be2..393e983 100644

[PATCH] system: grub: Adjust eye-candy to work on non-Intel systems

2015-08-23 Thread Mark H Weaver
This patch adjusts the 'eye-candy' portion of our GRUB configuration to work properly on non-Intel systems, and specially on Loongson machines. Mark From 943a4a9e30e1e659a6e1591e965d215bf8e8f351 Mon Sep 17 00:00:00 2001 From: Mark H Weaver m...@netris.org Date: Sun, 9 Aug 2015 18:45:49

[PATCH] linux-initrd: Make platform-specific linux modules optional

2015-08-23 Thread Mark H Weaver
of the modules to be optional, such that if they are not available, a warning is issued but not an error. I'm not wedded to this approach, and am open to suggestions. What do you think? Mark From 6201794d7a1aa36b5596048b890d65c0635e0d14 Mon Sep 17 00:00:00 2001 From: Mark H Weaver m

[PATCH] system: grub: On MIPS, the linux image name is vmlinuz

2015-08-23 Thread Mark H Weaver
From: Mark H Weaver m...@netris.org Date: Wed, 19 Aug 2015 16:30:02 -0400 Subject: [PATCH] system: grub: On MIPS, the linux image name is vmlinuz, not bzImage. * gnu/system/grub.scm (grub-configuration-file): Add 'linux-image-name' internal procedure. Use it from 'entry-gexp'. --- gnu/system

[PATCH] system: grub: Convert grub background using rsvg-convert

2015-08-23 Thread Mark H Weaver
before conversion to png. Comments and suggestions welcome, Mark From 0b3066420f72ecf15b65406bd417768450bfcac7 Mon Sep 17 00:00:00 2001 From: Mark H Weaver m...@netris.org Date: Wed, 19 Aug 2015 17:26:02 -0400 Subject: [PATCH] system: grub: Convert grub background using rsvg-convert

Re: 01/02: gnu: itstool: Wrap with PYTHONPATH.

2015-08-23 Thread Mark H Weaver
宋文武 iyzs...@gmail.com writes: iyzsong pushed a commit to branch master in repository guix. commit 4b58d88bcde652e3307fb66d1da4f93dc10ac7a8 Author: 宋文武 iyzs...@gmail.com Date: Thu Aug 20 16:36:25 2015 +0800 gnu: itstool: Wrap with PYTHONPATH. * gnu/packages/glib.scm

Re: [PATCH 1/2] gnu: Add font-ubuntu

2015-08-23 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: Mark H Weaver m...@netris.org skribis: I'm not entirely sure it's a free software license as indicated by 'fsf-free' either, Why? The main thing that worries me is this combination of facts: 1. The license requires that both original and modified

Re: [PATCH] gnu: llvm: Update to 3.6.2.

2015-08-24 Thread Mark H Weaver
Andy Wingo wi...@igalia.com writes: Applies on top of my previous LLVM patch. From f126a706123f27d77c528444602325ca17f691b2 Mon Sep 17 00:00:00 2001 From: Andy Wingo wi...@igalia.com Date: Fri, 21 Aug 2015 16:52:26 +0200 Subject: [PATCH] gnu: llvm: Update to 3.6.2. Pushed, thanks!

Re: [PATCH] gnu: rhythmbox: Add gst-plugins-ugly dependency.

2015-08-24 Thread Mark H Weaver
Andy Wingo wi...@igalia.com writes: On Fri 21 Aug 2015 22:47, Mark H Weaver m...@netris.org writes: Andy Wingo wi...@igalia.com writes: Not sure what the right solution to this mess is; ideally a user would just have to install a set of gstreamer plugins and those would work across all

Re: [PATCH] gnu: Simplify LLVM build.

2015-08-24 Thread Mark H Weaver
Andy Wingo wi...@igalia.com writes: On Fri 21 Aug 2015 23:16, Mark H Weaver m...@netris.org writes: Andy Wingo wi...@igalia.com writes: If Guix has additional requirements they should be indicated somewhere; did I miss the document? No, you didn't miss it. We have a lot to do

Re: [PATCH] gnu: clang-runtime: New package, propagated by clang.

2015-08-24 Thread Mark H Weaver
Andy Wingo wi...@igalia.com writes: This patch lets -fsanitize=thread work. It also lets packages build which include the sanitize/tsan_interface_atomic.h and related headers. Andy From abca4b3b20a94c16131f521e35c63ffaf50ec45b Mon Sep 17 00:00:00 2001 From: Andy Wingo wi...@igalia.com

Re: [PATCH 2/2] gnu: Add American fuzzy lop.

2015-08-16 Thread Mark H Weaver
ericbav...@openmailbox.org writes: From: Eric Bavier bav...@member.fsf.org * gnu/packages/debug.scm (american-fuzzy-lop): New variable. --- gnu/packages/debug.scm | 96 +- 1 file changed, 95 insertions(+), 1 deletion(-) diff --git

Re: [PATCH 1/2] gnu: qemu: Honor #:configure-flags argument.

2015-08-16 Thread Mark H Weaver
ericbav...@openmailbox.org writes: From: Eric Bavier bav...@member.fsf.org * gnu/packages/qemu.scm (qemu-headless)[arguments]: Honor #:configure-flags arguments for configure phase. Okay, please push. Thanks, Mark

Re: [PATCH] syscalls: Turn syscalls wrappers into procedures.

2015-08-22 Thread Mark H Weaver
b283ad4097a48de11a616083da09ae0e76bab343 Mon Sep 17 00:00:00 2001 From: Mark H Weaver m...@netris.org Date: Sat, 22 Aug 2015 13:07:50 -0400 Subject: [PATCH] syscalls: If a syscall is not available, defer the error. * guix/build/syscalls.scm (syscall-procedure): New procedure. (mount, umount, swapon, swapoff

Re: [PATCH] gnu: magit: Update to 2.2.0.

2015-08-22 Thread Mark H Weaver
Alex Kost alez...@gmail.com writes: From 55e67d4f3867f11a77b9a91d4c3c54599846cc83 Mon Sep 17 00:00:00 2001 From: Alex Kost alez...@gmail.com Date: Mon, 17 Aug 2015 21:44:40 +0300 Subject: [PATCH] gnu: magit: Update to 2.2.0. * gnu/packages/emacs.scm (magit): Update to 2.2.0. [inputs]:

Re: [PATCH 1/2] gnu: magit-svn: Update to 2.1.0.

2015-08-22 Thread Mark H Weaver
Alex Kost alez...@gmail.com writes: Mark H Weaver (2015-08-22 05:34 +0300) wrote: Alex Kost alez...@gmail.com writes: From dbc3edbb675b437eb179008c27565805fd6e8119 Mon Sep 17 00:00:00 2001 From: Alex Kost alez...@gmail.com Date: Wed, 19 Aug 2015 22:57:08 +0300 Subject: [PATCH 1/2] gnu

Re: [PATCH] gnu: Add pwgen.

2015-08-19 Thread Mark H Weaver
Steve Sprang steve.spr...@gmail.com writes: From ed063e7f1f16398cd06088a4085c15ea5dbfed08 Mon Sep 17 00:00:00 2001 From: Steve Sprang s...@stevesprang.com Date: Wed, 19 Aug 2015 15:33:04 -0700 Subject: [PATCH] gnu: Add pwgen. Pushed, thanks! Mark

Re: How to handle required plugins and dbus services for GNOME Programs?

2015-06-30 Thread Mark H Weaver
Federico Beffa be...@ieee.org writes: On Mon, Jun 29, 2015 at 1:35 PM, Ludovic Courtès l...@gnu.org wrote: Then, should we make dconf an implicit input of glib-or-gtk-build-system? Or should we add it as an explicit dependency on a case-by-case basis? IMO, given that every GLib based

Re: Generate 'AUTHORS'

2015-06-30 Thread Mark H Weaver
Alex Kost alez...@gmail.com writes: - Mark: Mark H Weaver or Mark H. Weaver? Mark H Weaver please. Thanks, Mark

Re: [PATCH] xscreenshot fix

2015-07-29 Thread Mark H Weaver
Orchidaceae Phalaenopsis orchid.hyb...@gmail.com writes: This patch fixes the lint error in the earlier submission. Please see my comments in the original thread. In the future, when posting an updated patch, please keep it in the original thread by replying to a post in that thread.

Re: [PATCH] xscreenshot and imagefile

2015-07-29 Thread Mark H Weaver
Orchidaceae Phalaenopsis orchid.hyb...@gmail.com writes: * xscreenshot which takes a screenshot and saves it as .if format * imagefile which contains a few programs to convert .if to gif, png Honestly, I'm doubtful whether our users will have any interest in these programs. I'm not aware of

Re: [PATCH] build: ruby: Rewrite build system to use gem archives.

2015-07-29 Thread Mark H Weaver
Pjotr Prins pjotr.publi...@thebird.nl writes: On Tue, Jul 28, 2015 at 09:09:20AM -0400, David Thompson wrote: See: http://help.rubygems.org/discussions/problems/21223-invalid-content-type-header-when-downloading-gem-archive?unresolve=true Could it be this works in guile 2.0.12?

Re: [PATCH] xscreenshot and imagefile

2015-07-29 Thread Mark H Weaver
Mark H Weaver m...@netris.org writes: Orchidaceae Phalaenopsis orchid.hyb...@gmail.com writes: * xscreenshot which takes a screenshot and saves it as .if format * imagefile which contains a few programs to convert .if to gif, png Honestly, I'm doubtful whether our users will have any

Re: [PATCH 1/3] gnu: hurd: Add kernel-headers package.

2015-08-01 Thread Mark H Weaver
Manolis Ragkousis manolis...@gmail.com writes: This package is a union of the Mach and Hurd headers and the Hurd-minimal package which are needed for both glibc and gcc. It will make our lifes easier when handling inputs. Can you help me understand the rationale for this? There are a couple

Re: [PATCH] gnu: python-2: update to 2.7.10.

2015-08-02 Thread Mark H Weaver
Hi Eric, First, I notice that your mail client added guix-devel-bounces+eric=dvorsak...@gnu.org to the CC list. That's the envelope sender of the emails you receive from this email list, and it's used to detect bounces in case the mail is not successfully delivered to you. If you send email to

Security updates for bundled copies of libraries in Qt

2015-08-02 Thread Mark H Weaver
Andreas Enge andr...@enge.fr writes: In any case, feel free to implement a more modular qt, for me this is not a priority. Fair enough, but consider this: IMO, the most severe problem with using bundled copies of libraries has to do with security updates. We have yet to develop a security

Re: ath9k vs. Linux-libre 4.1.2, and default kernel

2015-08-04 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: l...@gnu.org (Ludovic Courtès) skribis: With all that in mind, I’m inclined to use 4.0.8 as the default kernel for the release (specifically, as the default value of the ‘kernel’ field.) Done in dcd9c25. We’ll of course revisit that after the

Re: [PATCH] gnu: python-2: update to 2.7.10.

2015-08-04 Thread Mark H Weaver
Mark H Weaver m...@netris.org writes: e...@dvorsak.fr writes: From 5665e477589d97672cc6e27a1f454585a2ae773e Mon Sep 17 00:00:00 2001 From: Eric Dvorsak yen...@gmail.com Date: Sun, 2 Aug 2015 19:27:24 +0200 Subject: [PATCH] gnu: python-2: Update to 2.7.10. * gnu/packages/patches/python2

Re: [PATCH] gnu: base: Disable bogus code in Hurd's glibc.

2015-07-31 Thread Mark H Weaver
Manolis Ragkousis manolis...@gmail.com writes: This patch solves the issue I had with building perl natively on Hurd. It seems PAGE_COPY_THRESHOLD was causing a not properly tested PAGE_COPY_FWD_MAYBE to be used, which caused the error miniperl: memmove.c:72: memmove: Assertion `len == 0'

Re: [PATCH] gnu: base: Disable bogus code in Hurd's glibc.

2015-07-31 Thread Mark H Weaver
Manolis Ragkousis manolis...@gmail.com writes: Updated patch. Looks good. Okay for wip-hurd. Thanks! Mark

Re: [PATCH] gnu: python-2: update to 2.7.10.

2015-08-02 Thread Mark H Weaver
e...@dvorsak.fr writes: From 5665e477589d97672cc6e27a1f454585a2ae773e Mon Sep 17 00:00:00 2001 From: Eric Dvorsak yen...@gmail.com Date: Sun, 2 Aug 2015 19:27:24 +0200 Subject: [PATCH] gnu: python-2: Update to 2.7.10. * gnu/packages/patches/python2-sqlite-3.8.4-test-fix.patch,

Re: [PATCH] doc: Fix minor typos

2015-08-02 Thread Mark H Weaver
Steve Sprang steve.spr...@gmail.com writes: From 574a7441f0d34b438544611812c026a32e4cbe4c Mon Sep 17 00:00:00 2001 From: Steve Sprang s...@stevesprang.com Date: Sun, 2 Aug 2015 13:24:38 -0700 Subject: [PATCH] doc: Fix minor typos * doc/guix.texi (Invoking guix-daemon, Application Setup, The

Re: [PATCH] doc: Fix minor typos

2015-08-03 Thread Mark H Weaver
Alex Kost alez...@gmail.com writes: Steve Sprang (2015-08-02 23:44 +0300) wrote: -The majority of graphical applications uses Fontconfig to locate and +The majority of graphical applications use Fontconfig to locate and A bit late for the comment, but still. Is it really a typo? I think

Re: [PATCH] gnu: Add libusb-compat.

2015-08-08 Thread Mark H Weaver
Andy Wingo wi...@igalia.com writes: From ff7e55eee25bd1012e9c9940e9a598079efdaf06 Mon Sep 17 00:00:00 2001 From: Andy Wingo wi...@igalia.com Date: Thu, 6 Aug 2015 12:22:08 +0200 Subject: [PATCH 1/5] gnu: Add libusb-compat. I modified the 'uri' expression to use 'name' and

Re: [PATCH] gnu: sane-backends: Support USB scanners.

2015-08-08 Thread Mark H Weaver
Andy Wingo wi...@igalia.com writes: From eeff701d60de09445abbfca23602abed27e648b9 Mon Sep 17 00:00:00 2001 From: Andy Wingo wi...@igalia.com Date: Thu, 6 Aug 2015 12:23:26 +0200 Subject: [PATCH 1/4] gnu: sane-backends: Support USB scanners. Pushed with minor formatting changes. Thanks!

Re: [PATCH] gnu: Add gtk-doc.

2015-08-08 Thread Mark H Weaver
Andy Wingo wi...@igalia.com writes: From 552c575b2c5e00ecca7c66c33b31de0229ce1e2f Mon Sep 17 00:00:00 2001 From: Andy Wingo wi...@igalia.com Date: Thu, 6 Aug 2015 12:25:12 +0200 Subject: [PATCH 2/4] gnu: Add gtk-doc. [...] + ;; FIXME: Including (gnu packages pretty-print) causes the

Re: [PATCH] gnu: Add gusb.

2015-08-08 Thread Mark H Weaver
Andy Wingo wi...@igalia.com writes: From 1bde2834d8b5b7660bbc2fd082192c5441e3b581 Mon Sep 17 00:00:00 2001 From: Andy Wingo wi...@igalia.com Date: Thu, 6 Aug 2015 12:26:10 +0200 Subject: [PATCH 3/4] gnu: Add gusb. Pushed, thanks! Mark

Re: [PATCH] gnu: Add simple-scan.

2015-08-08 Thread Mark H Weaver
Andy Wingo wi...@igalia.com writes: From c73522c79b474f1095aac4f4f7efd34565e6cb0f Mon Sep 17 00:00:00 2001 From: Andy Wingo wi...@igalia.com Date: Thu, 6 Aug 2015 12:26:44 +0200 Subject: [PATCH 4/4] gnu: Add simple-scan. Pushed, thanks! Mark

Re: [PATCH 1/2] gnu: ratpoison: Update to 1.4.8.

2015-08-08 Thread Mark H Weaver
Mathieu Lirzin m...@openmailbox.org writes: * gnu/packages/ratpoison.scm (ratpoison): Update to 1.4.8. * gnu/packages/patches/ratpoison-shell.patch: Adapt to it. Okay, please push this first patch. Thanks! Mark

Re: [PATCH] gnu: Add redis.

2015-08-08 Thread Mark H Weaver
David Thompson dthomps...@worcester.edu writes: I've been sitting on this patch for awhile because I cannot get the test suite to fully pass. Almost all of the tests pass, sans a few related to master/slave and other replication setups. Redis is an important tool for me so I figured that it

Re: [PATCH] gnu: python-2: update to 2.7.10.

2015-08-06 Thread Mark H Weaver
e...@dvorsak.fr writes: From 5665e477589d97672cc6e27a1f454585a2ae773e Mon Sep 17 00:00:00 2001 From: Eric Dvorsak yen...@gmail.com Date: Sun, 2 Aug 2015 19:27:24 +0200 Subject: [PATCH] gnu: python-2: Update to 2.7.10. * gnu/packages/patches/python2-sqlite-3.8.4-test-fix.patch,

Re: [PATCH 1/3] gnu: hurd: Add kernel-headers package.

2015-08-10 Thread Mark H Weaver
Manolis Ragkousis manolis...@gmail.com writes: From d60bac39582ff7be0217b2336e6d547829d0114b Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Fri, 31 Jul 2015 15:26:17 +0300 Subject: [PATCH] gnu: hurd: Add hurd-kernel-headers package. * gnu/packages/hurd.scm

Re: [PATCH 3/3] gnu: cross-base: Use cross-kernel-headers package in cross-gcc and cross-libc.

2015-08-10 Thread Mark H Weaver
Manolis Ragkousis manolis...@gmail.com writes: From ae549c0d7a7952a37d4c164ec2c920328a30d79a Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Tue, 21 Jul 2015 12:08:18 +0300 Subject: [PATCH] gnu: cross-base: Use cross-kernel-headers package in cross-gcc and

Re: [PATCH 2/3] gnu: base: Replace Gnumach/Hurd headers with kernel-headers package.

2015-08-10 Thread Mark H Weaver
Manolis Ragkousis manolis...@gmail.com writes: From 66d633186cb338c87f7df9c6494f7dca1c8531c0 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Fri, 31 Jul 2015 19:20:31 +0300 Subject: [PATCH] gnu: base: Replace Gnumach/Hurd headers with kernel-headers package.

Re: [PATCH 1/3] gnu: hurd: Add kernel-headers package.

2015-08-10 Thread Mark H Weaver
Manolis Ragkousis manolis...@gmail.com writes: From d60bac39582ff7be0217b2336e6d547829d0114b Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Fri, 31 Jul 2015 15:26:17 +0300 Subject: [PATCH] gnu: hurd: Add hurd-kernel-headers package. Okay to push to wip-hurd.

Re: [PATCH 2/3] gnu: base: Replace Gnumach/Hurd headers with kernel-headers package.

2015-08-10 Thread Mark H Weaver
Manolis Ragkousis manolis...@gmail.com writes: From 66d633186cb338c87f7df9c6494f7dca1c8531c0 Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis manolis...@gmail.com Date: Fri, 31 Jul 2015 19:20:31 +0300 Subject: [PATCH] gnu: base: Replace Gnumach/Hurd headers with kernel-headers package. *

Re: [PATCH] gnu: python-2: update to 2.7.10.

2015-08-10 Thread Mark H Weaver
Hi Andreas, Andreas Enge andr...@enge.fr writes: something does not work as expected in your commit 9f6509c655b766b0fb9dfab181a8533e698473b0 to accomodate python version numbers with two-digit components. Now the files are installed into lib/python.7. for python-2 modules Actually, that's

Re: [PATCH] daemon: Check for HAVE_CHROOT instead of CHROOT_ENABLED.

2015-08-10 Thread Mark H Weaver
Manolis Ragkousis manolis...@gmail.com writes: There is an issue with the chrooted builds on Hurd. In nix/libstore/build.cc CHROOT_ENABLED is false because HAVE_UNSHARE HAVE_SYS_MOUNT_H are not defined on Hurd. The part that we are interested from build.cc is at line 1768. The part of the

Re: Why does glibc provide bash?

2015-08-10 Thread Mark H Weaver
Hi Andy, it's good to see you here :) Andy Wingo wi...@igalia.com writes: bash-4.3$ .guix-profile/bin/bash --norc /tmp/foo.bash /tmp/foo.bash: line 6: complete: command not found What could be going on? Well here's a lollerskates thing, back in the main environment: $ ls -l

Re: Unpatched security vulnerabilities in GNU IceCat

2015-08-14 Thread Mark H Weaver
Mark H Weaver m...@netris.org writes: I've pushed an update to the GNU IceCat 31.8 package in GNU Guix that fixes some of the security vulnerabilities fixed upstream in Firefox ESR 38.2, listed here: https://www.mozilla.org/en-US/security/known-vulnerabilities/firefox-esr/ Unfortunately

Re: [PATCH] gnu: Add znc.

2015-08-15 Thread Mark H Weaver
David Thompson dthomps...@worcester.edu writes: From ea31466a98da2941acad4e76162aa157408b5b35 Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Thu, 13 Aug 2015 17:29:35 -0400 Subject: [PATCH] gnu: Add znc. Looks good to me, please push! Thanks, Mark

Re: Of sounds and locales

2015-07-27 Thread Mark H Weaver
Mark H Weaver m...@netris.org writes: matias_jose_s...@autoproduzioni.net writes: Humanists and Magicians, i'm very glad to began this journey around BuildYourWorld dimension! In particular i've successfully generated the GuixSD station at Libreboot X60, and it runs like a free deer over

Re: Of sounds and locales

2015-07-27 Thread Mark H Weaver
matias_jose_s...@autoproduzioni.net writes: Humanists and Magicians, i'm very glad to began this journey around BuildYourWorld dimension! In particular i've successfully generated the GuixSD station at Libreboot X60, and it runs like a free deer over the woods! Excellent! I've used GuixSD

Re: [PATCH] Attempt to fix OpenBLAS on MIPS.

2015-07-22 Thread Mark H Weaver
Mark H Weaver m...@netris.org writes: Andreas Enge andr...@enge.fr writes: On Wed, Jul 22, 2015 at 05:59:06PM +0200, Ricardo Wurmus wrote: The test target appears to only do something if TARGET is not set: Since we do pass TARGET=SICORTEX the tests are skipped. I don’t know if there’s

Re: [PATCH] Attempt to fix OpenBLAS on MIPS.

2015-07-22 Thread Mark H Weaver
', 63, A, 64, X, 1) . --8---cut here---end---8--- I will test on armhf as well; currently waiting for gfortran to compile. Mark From 134e0f3bc8cbed258ffa94b484cf57ae6b9cf25c Mon Sep 17 00:00:00 2001 From: Mark H Weaver

Re: [PATCH] gnu: Add GVFS.

2015-07-26 Thread Mark H Weaver
宋文武 iyzs...@gmail.com writes: * gnu/packages/gnome.scm (gvfs): New variable. Looks good to me, please push! Thanks, Mark

Re: Qtwebengine

2015-07-26 Thread Mark H Weaver
宋文武 iyzs...@gmail.com writes: +1 for remove qtwebengine. Agreed. (I tried to split Qt into submodules, but it seems to require a lot of effort which I couldn't give now :-( ) On that subject: I vaguely recall you saying that the system 'pcre' couldn't be used by Qt before because it wasn't

Re: gpl3 vs. gpl3+

2015-07-26 Thread Mark H Weaver
Alex Kost alez...@gmail.com writes: I see that only several packages uses 'gpl3' license. And I don't really understand the cases when it should be used instead of 'gpl3+'. I looked at aarddict and weechat. They have the same COPYING/LICENSE files as http://www.gnu.org/licenses/gpl.txt.

Re: [PATCH] Attempt to fix OpenBLAS on MIPS.

2015-07-21 Thread Mark H Weaver
Ricardo Wurmus ricardo.wur...@mdc-berlin.de writes: Attached is a patch that *might* fix the build of OpenBLAS on MIPS. The LOONGSON3A and LOONGSON3B targets both enable the use of special extended instructions which may not be available on other MIPS CPUs. This patch forces the SICORTEX

Re: [PATCH] Attempt to fix OpenBLAS on MIPS.

2015-07-21 Thread Mark H Weaver
Mark H Weaver m...@netris.org writes: Ricardo Wurmus ricardo.wur...@mdc-berlin.de writes: Attached is a patch that *might* fix the build of OpenBLAS on MIPS. The LOONGSON3A and LOONGSON3B targets both enable the use of special extended instructions which may not be available on other MIPS

Re: [PATCH] gnu: Add hoedown.

2015-07-21 Thread Mark H Weaver
David Thompson dthomps...@worcester.edu writes: From 567748faa4e3e03fe9b106a8ea61843a2d31409d Mon Sep 17 00:00:00 2001 From: David Thompson dthomps...@worcester.edu Date: Sun, 19 Jul 2015 10:41:34 -0400 Subject: [PATCH] gnu: Add hoedown. Sorry for not reviewing this earlier, but... +

Re: [PATCH] gnu: texlive: Update to 2015.

2015-07-24 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: Mark H Weaver m...@netris.org skribis: I see that you still pushed a 'teckit' update. It probably would have been better to push that together with the 'texlive' update, whenever that happens. At a time when new users are trying out the 0.8.3 release

Re: [PATCH 1/3] gnu: Add libgudev.

2015-07-25 Thread Mark H Weaver
宋文武 iyzs...@gmail.com writes: * gnu/packages/gnome.scm (libgudev): New variable. Looks good to me, please push! Thanks, Mark

Re: [PATCH 2/3] gnu: Prefer libgudev as GUDEV (GObject bindings for libudev) provider.

2015-07-25 Thread Mark H Weaver
宋文武 iyzs...@gmail.com writes: * gnu/packages/gnome.scm (upower, gnome-settings-daemon, rhythmbox) gnu/packages/xfce.scm (thunar, thunar-volman): Switch to libgudev as GUDEV provider. Good, please push! Thanks, Mark

Re: [PATCH 3/3] gnu: colord: Propagate inputs.

2015-07-25 Thread Mark H Weaver
宋文武 iyzs...@gmail.com writes: * gnu/packages/gnome.scm (colord): Propagate inputs glib, eudev and lcms. --- gnu/packages/gnome.scm | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 11afb61..738047e 100644 ---

Re: [PATCH] Attempt to fix OpenBLAS on MIPS.

2015-07-22 Thread Mark H Weaver
Mark H Weaver m...@netris.org writes: I will test on armhf as well; currently waiting for gfortran to compile. And here's what happens on armhf: --8---cut here---start-8--- gcc -O2 -Wall -DF_INTERFACE_GFORT -fPIC -DDYNAMIC_ARCH -DNO_LAPACK -DNO_LAPACKE

Re: [PATCH] gnu: ratpoison: Add multiple monitors support.

2015-07-22 Thread Mark H Weaver
Mathieu Lirzin m...@openmailbox.org writes: * gnu/packages/ratpoison.scm (ratpoison)[inputs]: Add libxinerama. --- gnu/packages/ratpoison.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/ratpoison.scm b/gnu/packages/ratpoison.scm index bde3fcc..e226d99 100644 ---

Re: Timestamps in tarballs created by 'patch-and-repack'

2015-07-14 Thread Mark H Weaver
Mark H Weaver m...@netris.org writes: Hello Guix, One of the MIPS build slaves has a malfunctioning clock, and sometimes I discover that the clock is several days behind or ahead. In the past I've been able to simply reset the clock and restart builds, but now I have a more serious problem

Timestamps in tarballs created by 'patch-and-repack'

2015-07-14 Thread Mark H Weaver
Hello Guix, One of the MIPS build slaves has a malfunctioning clock, and sometimes I discover that the clock is several days behind or ahead. In the past I've been able to simply reset the clock and restart builds, but now I have a more serious problem: Patched tarballs created by

Re: [PATCH] gnu: Add lxappearance.

2015-07-16 Thread Mark H Weaver
Mathieu Lirzin m...@openmailbox.org writes: Alex Kost alez...@gmail.com writes: I think it should be: +mirror://sourceforge/project/lxde/LXAppearance/ guix download mirror://sourceforge/projects/lxde/files/LXAppearance/lxappearance-0.6.1.tar.xz gives some html file.

Re: Timestamps in tarballs created by 'patch-and-repack'

2015-07-14 Thread Mark H Weaver
Mark H Weaver m...@netris.org writes: Mark H Weaver m...@netris.org writes: However, this raises a deeper problem: all of the outputs of 'patch-and-repack' contain non-deterministic timestamps, and these timestamps can cause problems with future builds. Would it be sufficient to simply

Re: [PATCH] gnu: teckit: Update to 2.5.4.

2015-07-19 Thread Mark H Weaver
Andreas Enge andr...@enge.fr writes: There was a comment some time ago by Mark that additional phases should be added after 'unpack instead of before 'configure; here, the call to autogen.sh needs to come after 'patch-shebangs. If that's because of the shebang in autogen.sh itself, then the

Re: [PATCH] gnu: add the rc shell package

2015-07-12 Thread Mark H Weaver
Jeff Mickey j...@codemac.net writes: And does this list prefer 'inline' or 'attachment' patches? I don't have a preference. The updated patch looks good except for one problem: the description still says This is a reimplementation for Unix. Here, we are working on GNU, which stands for GNU's

Re: [PATCH] gnu: Add gst-plugins-ugly

2015-07-12 Thread Mark H Weaver
David Hashe david.ha...@dhashe.com writes: I've attached an updated patch making the modifications you suggested. In addition, I also wrapped GI_TYPELIB_PATH, which is required in order for plugins (like cd burning and libre.fm integration) to work. Looks good. Pushed, thanks! Mark

Re: [PATCH] gnu: add the rc shell package

2015-07-13 Thread Mark H Weaver
Jeff Mickey j...@codemac.net writes: Here's another attempt, removed references to Unix. // codemac From 9f05fc85c77184403fd2393eb7edb21d68276d72 Mon Sep 17 00:00:00 2001 From: Jeff Mickey j...@codemac.net Date: Thu, 9 Jul 2015 17:39:42 -0700 Subject: [PATCH] gnu: Add rc. Pushed,

Re: [PATCH] gnu: Add exempi and eog.

2015-07-15 Thread Mark H Weaver
David Hashe david.ha...@dhashe.com writes: The attached patches add Eye of GNOME and one of its dependencies, exempi. The Eye of GNOME (eog) patch depends on the exempi patch. I agree with the comments by Ricardo and 宋文武, and have a few additional comments: From

Re: [PATCH] Fix tcpdump.

2015-07-15 Thread Mark H Weaver
Ricardo Wurmus rek...@elephly.net writes: From 7ca2d0dc5cc1232605e2b78167ea3ae5c92be531 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus rek...@elephly.net Date: Wed, 15 Jul 2015 16:11:50 +0200 Subject: [PATCH] gnu: libpcap: Enable plain linux backend. * gnu/packages/admin.scm

Re: [PATCH] guix: lint: Check for version-only origin file names.

2015-08-24 Thread Mark H Weaver
ericbav...@openmailbox.org writes: From: Eric Bavier bav...@member.fsf.org * guix/scripts/lint.scm (check-source): Emit warning if source filename contains only the version of the package. This is not a proper review, but I just wanted to add that another common case is for the filename to

Re: [PATCH] gnu: clang-runtime: New package, propagated by clang.

2015-08-24 Thread Mark H Weaver
Andy Wingo wi...@igalia.com writes: From abca4b3b20a94c16131f521e35c63ffaf50ec45b Mon Sep 17 00:00:00 2001 From: Andy Wingo wi...@igalia.com Date: Mon, 17 Aug 2015 09:21:09 +0200 Subject: [PATCH] gnu: clang-runtime: New package, propagated by clang. A bit late, since I already pushed it, but

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

2015-08-24 Thread Mark H Weaver
Efraim Flashner efr...@flashner.co.il writes: On Thu, 20 Aug 2015 17:50:10 +0800 宋文武 iyzs...@gmail.com wrote: Efraim Flashner efr...@flashner.co.il writes: * gnu/packages/mp3.scm (eyed3): New variable. --- gnu/packages/mp3.scm | 25 + 1 file changed, 25

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