Re: sockets availability during build

2015-01-23 Thread Federico Beffa
On Fri, Jan 23, 2015 at 9:38 AM, Ludovic Courtès l...@gnu.org wrote: I suspect the IP shown above is the result of: (getaddrinfo (gethostname)) or something like that. DNS lookups don’t work in the chroot, except for “localhost”, so you may have to patch tests that rely on this. Sockets

Re: [PATCH]: Add GCJ

2015-01-23 Thread Ludovic Courtès
Ricardo Wurmus ricardo.wur...@mdc-berlin.de skribis: this patch adds the GNU Compiler for Java to the gcc module. We need GCJ to build IcedTea6 / OpenJDK, which in turn could be used to build IcedTea7. Nice! GCJ unfortunately has a binary dependency, the Eclipse Compiler for Java. GCJ

Re: sockets availability during build

2015-01-23 Thread Ludovic Courtès
Federico Beffa be...@ieee.org skribis: The error is produced by the system call setsockopt. Here is the part of the strace log showing the error: [...] socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 9 setsockopt(9, SOL_IP, IP_MULTICAST_TTL, \4, 1) = 0 fcntl(9, F_GETFL) =

Re: Circular dependencies in python modules

2015-01-23 Thread Andreas Enge
On Thu, Jan 22, 2015 at 10:15:44PM +0100, Cyril Roelandt wrote: In Python 3, it is not in install_requires, but it is in requires: Not sure exactly what the difference is, though. I saw it, maybe it means that it needs to be installed together with sparqlwrapper? Anyway, I removed the

KDE

2015-01-23 Thread Andreas Enge
Hello! A quick progress report on my KDE efforts, without much progress, actually. In the meantime, I got kdelibs compiled; some of the tests fail. But the hello world program of some tutorial I found on the web compiles and runs. I also compiled a real KDE application, ktouch. Now when one wants

Re: A couple roadblocks using guix

2015-01-23 Thread Andreas Enge
On Fri, Jan 23, 2015 at 09:43:34AM +0100, Ludovic Courtès wrote: So in general I agree it’s a good idea, and it’s easily done with ‘union-build’, so if people know of useful meta-packages, please send a patch. Why not an empty package with only propagated inputs? Andreas

Re: Guix package error when install xorg-server

2015-01-23 Thread Andreas Enge
On Fri, Jan 23, 2015 at 09:55:41PM +0100, Ludovic Courtès wrote: Perhaps now we’d be able to fetch it from SVN or something like that? Good suggestion. I did not know we had the code, as there is no current example. Done in commit 7d8379a. If everything goes well on hydra, I will try to update

Guix package error when install xorg-server

2015-01-23 Thread Daniel Pimentel
Hi Guix, I tryed install xorg-server but the netpbm not found (download). This is URL http://www.multiprecision.org/guix/netpbm-10.61.01.tar.gz.drv that Guix try download. P.S.: I tryed before and after use guix pull. Help me please, thanks, -- Daniel Pimentel (d4n1)

Re: A couple roadblocks using guix

2015-01-23 Thread Omar Radwan
Yes: guix pull guix system reconfigure /path/to/config.scm Thanks very much for that. But I still can't pass a (dhcp-client-service) in the services declaration, without getting an error that I wasn't passing enough arguments with that statement. On Fri, Jan 23, 2015 at 1:48 PM, Andreas Enge

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

2015-01-23 Thread Ludovic Courtès
Marek Benc merku...@gmail.com skribis: From e101c036615bb22b05744789fbc0f5ddb7f71413 Mon Sep 17 00:00:00 2001 From: Marek Benc merku...@gmail.com Date: Thu, 22 Jan 2015 23:08:16 +0100 Subject: [PATCH] gnu: nvi: Fix Berkely DB compatability issues. * gnu/packages/patches/nvi-db4.patch: New

Re: sockets availability during build

2015-01-23 Thread Ludovic Courtès
Federico Beffa be...@ieee.org skribis: 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

[PATCH]: Add GCJ

2015-01-23 Thread Ricardo Wurmus
Hi Guix, this patch adds the GNU Compiler for Java to the gcc module. We need GCJ to build IcedTea6 / OpenJDK, which in turn could be used to build IcedTea7. GCJ unfortunately has a binary dependency, the Eclipse Compiler for Java. GCJ expects to be given the path of the ecj.jar at compile

Re: [PATCHv2] lint: add 'source' checker.

2015-01-23 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: OK to push with these changes, thank you! Ping! :-) Ludo’.

Re: Large git repositories

2015-01-23 Thread Ludovic Courtès
Andreas Enge andr...@enge.fr skribis: On Tue, Jan 13, 2015 at 11:32:25AM +0100, Ludovic Courtès wrote: Andreas Enge andr...@enge.fr skribis: It looks like: --depth=1 --single-branch could be useful parameters for git clone. Yes, that’s what came to mind. If it happens to be useful,

Re: A couple roadblocks using guix

2015-01-23 Thread Ludovic Courtès
Thompson, David dthomps...@worcester.edu skribis: However, because 'guix environment' doesn't manipulate a user's profile, I think that it would still be very useful to create these meta-packages. For this specific case, yes, 'guix environment' can be used to fetch the necessary GCC

Re: Guix package error when install xorg-server

2015-01-23 Thread Andreas Enge
On Fri, Jan 23, 2015 at 09:41:47AM -0300, Daniel Pimentel wrote: Hi Guix, I tryed install xorg-server but the netpbm not found (download). This is URL http://www.multiprecision.org/guix/netpbm-10.61.01.tar.gz.drv that Guix try download. Sorry, this is my mistake. As netpbm does not release