Re: A couple roadblocks using guix

2015-01-22 Thread Omar Radwan
>I think this is the same problem as , which >was fixed a while back. Is there any way to fix this problem for the time being without having to wait for a release? On Thu, Jan 22, 2015 at 12:49 PM, Ludovic Courtès wrote: > Omar Radwan skribis: > > > One of the things

guix.el works out of the box

2015-01-22 Thread Ludovic Courtès
With commit 0a05176, which creates a simple site-start.el and sets EMACSLOADPATH appropriately, users are able to fire Emacs and from there guix.el works out-of-the-box, using the .el and .scm files available in /run/current-system/profile. Comments welcome! Ludo’.

Re: ROADMAP in git tree needs to be updated.

2015-01-22 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > In place of a road map, here’s my take at a relatively detailed list of > things that I think we should have for 1.0 to satisfy a range of use > cases, and things that can happen later: Committed. Ludo’.

Re: [PATCH] gnu: Add most debian patches to nvi.

2015-01-22 Thread Marek Benc
On 01/22/2015 09:52 PM, Ludovic Courtès wrote: Marek Benc skribis: On 01/22/2015 05:05 PM, Ludovic Courtès wrote: Marek Benc skribis: On 01/21/2015 04:03 PM, Ludovic Courtès wrote: I agree with Andreas: there are 20 patches, and that level of patching goes beyond our mission, IMO. I wou

Re: Circular dependencies in python modules

2015-01-22 Thread Cyril Roelandt
On 01/22/2015 08:37 PM, Andreas Enge wrote: > On Thu, Jan 22, 2015 at 09:50:35AM +0100, Federico Beffa wrote: >> It appears that SPARQLWrapper is not really needed and you can disable >> dependency guessing with '--no-guessing-deps'. See >> https://sources.debian.net/src/rdflib/4.1.2-3/debian/rules

Re: A couple roadblocks using guix

2015-01-22 Thread Omar Radwan
>I think this is the same problem as >http://bugs.gnu.org/19119> bugs.gnu.org /19119 >, which >was fixed a while back. >This suggests that it’s high time for a >release. ;-) I don't think there where any big features added that are worthy of

Re: A couple roadblocks using guix

2015-01-22 Thread Thompson, David
On Thu, Jan 22, 2015 at 3:49 PM, Ludovic Courtès wrote: > Omar Radwan skribis: > >> The last thing is that I have not found any meta-packages, which allow me >> to install multiple packages that are needed for the same program, like for >> instance, there is gcc, make, cmake, and all the bread-an

Re: [PATCH] gnu: Add most debian patches to nvi.

2015-01-22 Thread Ludovic Courtès
Marek Benc skribis: > On 01/22/2015 05:05 PM, Ludovic Courtès wrote: >> Marek Benc skribis: >> >>> On 01/21/2015 04:03 PM, Ludovic Courtès wrote: I agree with Andreas: there are 20 patches, and that level of patching goes beyond our mission, IMO. I would rather leave it as is

Re: A couple roadblocks using guix

2015-01-22 Thread Ludovic Courtès
Omar Radwan skribis: > One of the things is that during system initialization, the (gnu system > networking) module returns an error which reads "guix system: error: failed > to load operating system file '/mnt/etc/config.scm': (misc-error #f "~A ~S" > ("no code for module" (gnu system networking

Re: [PATCH] gnu: libpeas: Update to 1.12.1, add arguments and disable tests.

2015-01-22 Thread Ludovic Courtès
Federico Beffa skribis: > On Tue, Jan 20, 2015 at 6:52 PM, Federico Beffa wrote: >> Please find attached a patch for libpeas. >> >> This package, up to now, is the only one experiencing some >> side-effects from the gobject-introspection patch that we adopted from >> nix and which installs the f

Re: [PATCH] gnu: libpeas: Update to 1.12.1, add arguments and disable tests.

2015-01-22 Thread Ludovic Courtès
Federico Beffa skribis: > This package, up to now, is the only one experiencing some > side-effects from the gobject-introspection patch that we adopted from > nix and which installs the full path name of shared libraries in > .typelib and .gir files. > > The side-effect here is that some tests f

Re: sockets availability during build

2015-01-22 Thread John Darrington
On Thu, Jan 22, 2015 at 08:54:11PM +0100, Federico Beffa wrote: Hi, I'm working on libupnp. The 'check phase gives the following error: Initializing UPnP ... ** ERROR UpnpInit(): -208 UPNP_E_SOCKET_ERROR FAIL: test_init In spite of this, if I "guix en

sockets availability during build

2015-01-22 Thread Federico Beffa
Hi, I'm working on libupnp. The 'check phase gives the following error: Initializing UPnP ... ** ERROR UpnpInit(): -208 UPNP_E_SOCKET_ERROR FAIL: test_init In spite of this, if I "guix environment" and run the test binary it succeeds: Initializing UPnP ... UPnP Initialized OK ip=192.168.0.5, po

Re: Circular dependencies in python modules

2015-01-22 Thread Andreas Enge
On Thu, Jan 22, 2015 at 09:50:35AM +0100, Federico Beffa wrote: > It appears that SPARQLWrapper is not really needed and you can disable > dependency guessing with '--no-guessing-deps'. See > https://sources.debian.net/src/rdflib/4.1.2-3/debian/rules/ Thanks for the suggestion! This seems to be so

Re: Large git repositories

2015-01-22 Thread Andreas Enge
Hello! Sorry for my late reply, I have been working on something else in the meantime. On Tue, Jan 13, 2015 at 01:31:51PM +, Amirouche Boubekki wrote: > Google web fonts has droid font available in zip format via http [1], > not sure if the link is works across updates. Thanks, that could be

New year, new name²

2015-01-22 Thread Ludovic Courtès
It is my pleasure to announce the new new name to designate the standalone distro: the Guix System Distribution, or GNU GSD. I will update the web page and manual accordingly. For those who haven’t followed, the discussion is at

Re: [PATCH] gnu: Add most debian patches to nvi.

2015-01-22 Thread Marek Benc
On 01/22/2015 05:39 PM, Marek Benc wrote: psize = ((sb.st_size / 15) + 1023) / 1024; if (psize >= 8) psize=8<<10; else if (psize >= 4) psize=4<<10; else if (psize >= 2) psize=2<<10; else psize=1<<10; psize *= 1024; Oops, ignore the last line, it's a typo on my end and not a problem of

Re: [PATCH] gnu: Add most debian patches to nvi.

2015-01-22 Thread Marek Benc
On 01/22/2015 05:05 PM, Ludovic Courtès wrote: Marek Benc skribis: On 01/21/2015 04:03 PM, Ludovic Courtès wrote: I agree with Andreas: there are 20 patches, and that level of patching goes beyond our mission, IMO. I would rather leave it as is if it’s usable, or remove it, or point to a ne

Re: [PATCH] gnu: Add most debian patches to nvi.

2015-01-22 Thread Ludovic Courtès
Marek Benc skribis: > On 01/21/2015 04:03 PM, Ludovic Courtès wrote: >> I agree with Andreas: there are 20 patches, and that level of patching >> goes beyond our mission, IMO. >> >> I would rather leave it as is if it’s usable, or remove it, or point to >> a new upstream if there is one. > > In t

Re: [PATCH v2] gnu.scm: add syntatic sugar macros for use-modules of packages, services, and system in the OS EDSL.

2015-01-22 Thread Ludovic Courtès
jgr...@parenthetical.io skribis: > From ee940d31ec9b3847c1bd9dfe817ba8f6550361bc Mon Sep 17 00:00:00 2001 > From: "Joshua S. Grant" > Date: Sun, 18 Jan 2015 16:23:21 -0600 > Subject: [PATCH] [PATCH] gnu.scm: add syntactic sugar macros for use-modules > of packages, services, and system in the OS

Re: [PATCH] gnu: sudo: Set rundir, vardir and iologdir.

2015-01-22 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/admin.scm (sudo)[arguments]<#:configure-flags>: Add > --with-rundir=/run/sudo --with-vardir=/var/db/sudo > --with-iologdir=/var/log/sudo-io. Definitely an improvement, please push! Thanks, Ludo’.

Re: A couple roadblocks using guix

2015-01-22 Thread Omar Radwan
>Are you sure you included a proper module(s)? >(use-modules (gnu) >(gnu services ssh) > (gnu services networking) >(gnu services xorg) > ) In the manual https://www.gnu.org/software/guix/manual/guix.html#Networking-Services it says The (gnu system ne

Re: [PATCH] gnu: sudo: Set rundir, vardir and iologdir.

2015-01-22 Thread 宋文武
This make /ts -> /run/sudo/ts, /lectured -> /var/db/lectured.

[PATCH] gnu: sudo: Set rundir, vardir and iologdir.

2015-01-22 Thread 宋文武
* gnu/packages/admin.scm (sudo)[arguments]<#:configure-flags>: Add --with-rundir=/run/sudo --with-vardir=/var/db/sudo --with-iologdir=/var/log/sudo-io. --- gnu/packages/admin.scm | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/pac

Re: A couple roadblocks using guix

2015-01-22 Thread Adam Pribyl
On Wed, 21 Jan 2015, Omar Radwan wrote: I'm trying to install guix on my laptop(finally got the thinkpenguin wifi card), after reading through the manual, I have everything setup, except there are a couple bumps on the road. One of the things is that during system initialization, the (gnu syste

Re: Circular dependencies in python modules

2015-01-22 Thread Federico Beffa
Andreas Enge writes: > Looking at the code of both modules on github, there is: > https://github.com/RDFLib/sparqlwrapper/blob/master/requirements.txt >rdflib >rdflib_jsonld > and > https://github.com/RDFLib/rdflib/blob/master/requirements.py2.txt >flake8 >isodate >pyparsing<=