Re: GSoC: Manolis to work on Guix port to GNU/Hurd

2015-04-29 Thread David Thompson
Andreas Enge writes: > Hello, Manolis, and welcome! > > On Thu, Apr 30, 2015 at 12:01:44AM +0300, Manolis Ragkousis wrote: >> I just wanted to add that I will keep a repo at github which I will upload >> any >> (serious) local changes before I send them as patches so anyone can keep >> an eye on

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

2015-04-29 Thread Andreas Enge
On Sun, Apr 26, 2015 at 05:57:42PM -0400, David Thompson wrote: > + "BlueZ provides support for the core Bluetooth layers and protocols. It > +is flexible, efficient and uses a modular implementation.") Double space after period. Otherwise it looks good. Andreas

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

2015-04-29 Thread Andreas Enge
On Sun, Apr 26, 2015 at 05:54:44PM -0400, David Thompson wrote: > create mode 100644 gnu/packages/libical.scm Maybe calendar.scm? (I am not sure if we will have other calendar related packages, but who knows.) > + "Libical is an Open Source implementation Ts, ts, ts. Otherwise looks good.

Re: GSoC: Manolis to work on Guix port to GNU/Hurd

2015-04-29 Thread Andreas Enge
Hello, Manolis, and welcome! On Thu, Apr 30, 2015 at 12:01:44AM +0300, Manolis Ragkousis wrote: > I just wanted to add that I will keep a repo at github which I will upload any > (serious) local changes before I send them as patches so anyone can keep > an eye on the current status of my work. I

Re: [PATCH] gnu: mesa: Add libva input.

2015-04-29 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge writes: > On Tue, Apr 28, 2015 at 10:21:25PM +0200, Taylan Ulrich Bayırlı/Kammer wrote: >> notably I put the libva-without-mesa package into video.scm >> because I was getting circular import problems: >> +(define-public libva-no-mesa > > Is there no other solution that does not expo

Re: GSoC: Manolis to work on Guix port to GNU/Hurd

2015-04-29 Thread Samuel Thibault
Manolis Ragkousis, le Thu 30 Apr 2015 00:01:44 +0300, a écrit : > Also I was discussing with Ludovic on how to keep everybody up to date. > We thought it would be nice to have regular irc talks Indeed, that's a good way to make sure questions don't remain in the dark. Samuel

Re: [PATCH] gnu: mesa: Add libva input.

2015-04-29 Thread Andreas Enge
On Tue, Apr 28, 2015 at 10:21:25PM +0200, Taylan Ulrich Bayırlı/Kammer wrote: > notably I put the libva-without-mesa package into video.scm > because I was getting circular import problems: > +(define-public libva-no-mesa Is there no other solution that does not expose the package to the public? A

Re: [PATCH] gnu: mesa: Update to 10.5.4.

2015-04-29 Thread Andreas Enge
On Tue, Apr 28, 2015 at 01:38:15PM +0200, Taylan Ulrich Bayırlı/Kammer wrote: > In any case, it builds fine when I remove said hack (doesn't seem > necessary anymore), and also remove all four from native inputs. This is good news. "Said hack" was a work-around for the following bug: https://b

Re: GSoC: Manolis to work on Guix port to GNU/Hurd

2015-04-29 Thread Manolis Ragkousis
Hello everyone and thank you :-) On 29 April 2015 at 22:40, Ludovic Courtès wrote: > Manolis, Samuel: feel free to mention whatever I forgot! > I just wanted to add that I will keep a repo at github which I will upload any (serious) local changes before I send them as patches so anyone can keep

Re: [PATCH] gnu: Add xxhash.

2015-04-29 Thread Andreas Enge
On Tue, Apr 28, 2015 at 11:36:29AM -0400, David Thompson wrote: > I don't like it either, but there's no existing module that makes > sense. Can anyone think of one? It this tool created cryptographic > hashes then I would have put it in crypto.scm. Like the two packages in boost.scm, it looks l

Re: OfflineIMAP and Python

2015-04-29 Thread Ricardo Wurmus
Paul van der Walt writes: > On 2015-04-23 at 21:04, quoth Ludovic Courtès: >> But I suspect that gives you /usr/bin/python instead of >> /home/paul/.guix-profile/bin/python no? Changing the shebang to >> explicitly use the latter would be safer. > > Ah i hadn't understood that. Okay, i've put th

Re: GSoC: Manolis to work on Guix port to GNU/Hurd

2015-04-29 Thread Svante Signell
On Wed, 2015-04-29 at 21:40 +0200, Ludovic Courtès wrote: > Hello! > So please welcome Manolis again. :-) Manolis, welcome. Any contribution to GNU/Hurd is appreciated, especially the packaging :)

Re: qemu-nbd: Failed to bind socket: No such file or directory

2015-04-29 Thread Ludovic Courtès
宋文武 skribis: > Ludovic Courtès writes: > >> 白い熊@相撲道 skribis: >> >>> On 2015-03-26 22:24, l...@gnu.org wrote: I have no idea, but I would recommend running: sudo strace -o log qemu-nbd -c /dev/nbd0 disk.qcow2 and then find out the socket name in ‘log’ above “Failed to

Re: [PATCH] Patch Qt 5.4 for i686.

2015-04-29 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> Please, let's not do that. We should be moving in the other direction, >> by using less, not more, of the unbelievably massive amount of bundled >> stuff in Qt. > > Agreed. > >> If this "fix" is the really best we can hope for

Re: [PATCH] services: Add console-keymap service.

2015-04-29 Thread Ludovic Courtès
Alex Kost skribis: > From f879481f96386617d070b146aa2c3d1988deff40 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Sat, 25 Apr 2015 22:52:29 +0300 > Subject: [PATCH] services: Add console-keymap service. > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding

Re: elogind WIP

2015-04-29 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> I restored a few files needed to produce man page, renamed two instances >> of "systemd.version", and disabled DTD validation. There are, >> unfortunately, even more XML files that are missing, but they look like >> we shouldn't want them t

Re: pkg-config "Requires" fields and propagated inputs

2015-04-29 Thread Taylan Ulrich Bayırlı/Kammer
Picking this topic back up after some things got in between: l...@gnu.org (Ludovic Courtès) writes: > taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > >> Maybe I should try to move to a strategy that calls pkg-config instead >> of parsing the files in Guile, but it might be non

Re: [PATCH] Patch Qt 5.4 for i686.

2015-04-29 Thread Ludovic Courtès
Mark H Weaver skribis: > Please, let's not do that. We should be moving in the other direction, > by using less, not more, of the unbelievably massive amount of bundled > stuff in Qt. Agreed. > If this "fix" is the really best we can hope for from upstream, then > let's do it this way instead:

Re: OfflineIMAP and Python

2015-04-29 Thread Ludovic Courtès
Paul van der Walt skribis: > On 2015-04-23 at 21:04, quoth Ludovic Courtès: >> But I suspect that gives you /usr/bin/python instead of >> /home/paul/.guix-profile/bin/python no? Changing the shebang to >> explicitly use the latter would be safer. > > Ah i hadn't understood that. Okay, i've put t

Re: elogind WIP

2015-04-29 Thread Ludovic Courtès
Ricardo Wurmus skribis: > I restored a few files needed to produce man page, renamed two instances > of "systemd.version", and disabled DTD validation. There are, > unfortunately, even more XML files that are missing, but they look like > we shouldn't want them to be part of elogind: > > XSLT

GSoC: Rémi to work on package distribution over GNUnet

2015-04-29 Thread Ludovic Courtès
Hello! I’m happy to announce that Rémi Birot-Delrue will be working on binary package distribution for Guix using GNUnet as part of Google’s Summer of Code, as described at . Rémi will be mentored by Bart Polot, Matthias Wachs, and mys

GSoC: Manolis to work on Guix port to GNU/Hurd

2015-04-29 Thread Ludovic Courtès
Hello! I’m pleased to announce that Manolis Ragkousis will (at last!) be working on the Guix port to GNU/Hurd as part of Google’s Summer of Code as described at . Manolis will be mentored by Samuel Thibault and myself. Manolis ac

GSoC: Rohan to work on DHCP client

2015-04-29 Thread Ludovic Courtès
Hello! I am pleased to announce that Rohan Prinja has been selected to work on the DHCP client project described at and as part of Google’s Summer of Code, with

Re: GuixSD in a kvm

2015-04-29 Thread Christian Thaeter
Am Mon, 27 Apr 2015 04:38:39 +0200 schrieb Christian Thaeter : > I am trying to get GSD running inside a kvm (debian jessy, with a > vanilla 4,0 kernel) but having problems to boot the system. Yay, i've now installed a basic debian, build guix from source, did a guix pull, then system init on an

[PATCH] gnu: qt: Fix for i686.

2015-04-29 Thread Taylan Ulrich Bayırlı/Kammer
This is really hacky but seems to work. >From 35fdd9e2fcd5b953b3a088d0bb22d84f7dc5ded9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= Date: Fri, 24 Apr 2015 10:43:57 +0200 Subject: [PATCH 4/4] gnu: qt: Fix for i686. See

[PATCH] gnu: Add zeromq.

2015-04-29 Thread Ricardo Wurmus
This depends on my previous patch to rename socat.scm to networking.scm[1]. [1]: http://lists.gnu.org/archive/html/guix-devel/2015-04/msg00555.html >From 992c61b9e4a87a3a21a24c163928950031390804 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 29 Apr 2015 16:52:46 +0200 Subject: [PATCH]

[PATCH] rename socat.scm to networking.scm.

2015-04-29 Thread Ricardo Wurmus
Hi Guix, I'm packaging zeromq and would like to place it in a networking module. As we already have socat and tcpdump, I think it makes sense to put them all into the same networking module. Attached is a patch to rename socat.scm. If that's okay I'll place my zeromq package definition there. ~

[PATCH] Add sympy, scikit-image, pandas, seaborn.

2015-04-29 Thread Ricardo Wurmus
Hi Guix, attached are package definitions for four scientific Python modules. ~~ Ricardo >From 6b403eda6e4ba959ef01a1b688b22d303882658e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 29 Apr 2015 15:03:24 +0200 Subject: [PATCH 1/4] gnu: Add python-sympy. * gnu/packages/python.scm (pyt

Re: [PATCH] gnu: Add tvtime.

2015-04-29 Thread Alex Kost
Eric Bavier (2015-04-29 01:14 +0300) wrote: > On 2015-04-28 15:18, Alex Kost wrote: >> From dcc331e7ab3fd0687c5a4ef8f084bc0bf4ca1cef Mon Sep 17 00:00:00 2001 >> From: Alex Kost >> Date: Tue, 28 Apr 2015 22:21:37 +0300 >> Subject: [PATCH] gnu: Add tvtime. >> >> * gnu/packages/tvtime.scm, >> gnu/

Re: [PATCH] gnu: Remove gstreamer-0.10 and gst-plugins-base-0.10.

2015-04-29 Thread 宋文武
It have been broken for 3 month, and no one seem to be interesting to fix it. Since no packages use it actually (only wxwidgets have a comment), I'd like to remove them. What do you think? http://hydra.gnu.org/job/gnu/master/gstreamer-0.10.36.i686-linux/all

Re: [PATCH] gnu: Remove gstreamer-0.10 and gst-plugins-base-0.10.

2015-04-29 Thread 宋文武
Andreas Enge writes: > On Wed, Apr 29, 2015 at 04:24:56PM +0800, 宋文武 wrote: >> * gnu/packages/gstreamer.scm (gstreamer-0.10, gst-plugins-base-0.10): >> Remove variables. >> * gnu/packages/patches/gstreamer-0.10-bison3.patch, >> gnu/packages/patches/gstreamer-0.10-silly-test.patch: Remove file

Re: [PATCH] gnu: mesa: Add libva input.

2015-04-29 Thread 宋文武
"Taylan Ulrich Bayırlı/Kammer" writes: > 宋文武 writes: > >> Look good to me, but how does it work? >> According to archlinux, it will build 'gallium_drv_video.so', >> described as VA-API implementation for gallium. >> IIUC, libva may dlopen this gallium_drv_video.so? > > I had to tinker and resear

Re: [PATCH] gnu: Remove gstreamer-0.10 and gst-plugins-base-0.10.

2015-04-29 Thread Andreas Enge
On Wed, Apr 29, 2015 at 04:24:56PM +0800, 宋文武 wrote: > * gnu/packages/gstreamer.scm (gstreamer-0.10, gst-plugins-base-0.10): > Remove variables. > * gnu/packages/patches/gstreamer-0.10-bison3.patch, > gnu/packages/patches/gstreamer-0.10-silly-test.patch: Remove files. > * gnu-system.am (dist_pa

[PATCH] gnu: Remove gstreamer-0.10 and gst-plugins-base-0.10.

2015-04-29 Thread 宋文武
* gnu/packages/gstreamer.scm (gstreamer-0.10, gst-plugins-base-0.10): Remove variables. * gnu/packages/patches/gstreamer-0.10-bison3.patch, gnu/packages/patches/gstreamer-0.10-silly-test.patch: Remove files. * gnu-system.am (dist_patch_DATA): Remove them. --- gnu-system.am