Xnee update

2015-01-24 Thread Andreas Enge
Hello, when updating xnee from 3.18 to 3.19, compilation failed because it needed gtk.h. So I added gtk+-2 to the inputs; gtk+-3 would not work. During the configure phase, it also looks for libgnomeui. But adding this to the inputs pulls in gtk+-3, so I dropped it again. Maybe someone who is actu

Re: sockets availability during build

2015-01-24 Thread Federico Beffa
On Fri, Jan 23, 2015 at 10:31 PM, Ludovic Courtès wrote: > Yeah suggests that > ENODEV is due to the lack of a default route. > > Indeed, running that fails: > > --8<---cut here---start->8--- > (use-modules (g

[PATCH] gnu: Add libupnp.

2015-01-24 Thread Federico Beffa
A patch for libupnp. The tests are disabled for the reason mentioned in the other thread https://lists.gnu.org/archive/html/guix-devel/2015-01/msg00312.html. Regards, Fede From 9dafc67f791819b2cc07f76a918cab501eb2e23b Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Fri, 23 Jan 2015 16:08:09 +

succeeding job marked as failed

2015-01-24 Thread Federico Beffa
The following job, according to the log, appears to have succeeded. In spite of this it is listed under failed jobs. http://hydra.gnu.org/build/216896 I'm wondering about the reason. Regards, Fede

Re: succeeding job marked as failed

2015-01-24 Thread Andreas Enge
On Sat, Jan 24, 2015 at 04:59:31PM +0100, Federico Beffa wrote: > The following job, according to the log, appears to have succeeded. In > spite of this it is listed under failed jobs. > http://hydra.gnu.org/build/216896 > I'm wondering about the reason. I do not know the exact reason. Maybe the t

Re: A couple roadblocks using guix

2015-01-24 Thread Omar Radwan
Also, "guix package -i python" as user & root doesn't allow me to use it. On Fri, Jan 23, 2015 at 10:09 PM, Omar Radwan wrote: > >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 d

Re: KDE

2015-01-24 Thread Ludovic Courtès
Andreas Enge skribis: >* at runtime, set the QML_IMPORT_PATH environment variable [...] >* at runtime, with Qt >= 4.8, set the QMAKEPATH environment variable [...] >* at runtime, set the QT_PLUGIN_PATH environment variable This looks like three variables that could be

Re: A couple roadblocks using guix

2015-01-24 Thread Ludovic Courtès
Omar Radwan skribis: >>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. Hmm could

Re: A couple roadblocks using guix

2015-01-24 Thread Ludovic Courtès
Andreas Enge skribis: > 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 inpu

Re: [PATCH] gnu: Add libupnp.

2015-01-24 Thread Ludovic Courtès
Federico Beffa skribis: > From 9dafc67f791819b2cc07f76a918cab501eb2e23b Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Fri, 23 Jan 2015 16:08:09 +0100 > Subject: [PATCH] gnu: Add libupnp. > > * gnu/packages/libupnp.scm: New file. Make sure to add to gnu-system.am. Otherwise LGTM, than

Re: succeeding job marked as failed

2015-01-24 Thread Ludovic Courtès
Andreas Enge skribis: > On Sat, Jan 24, 2015 at 04:59:31PM +0100, Federico Beffa wrote: >> The following job, according to the log, appears to have succeeded. In >> spite of this it is listed under failed jobs. >> http://hydra.gnu.org/build/216896 >> I'm wondering about the reason. > > I do not k

Re: Guix package error when install xorg-server

2015-01-24 Thread Ludovic Courtès
Andreas Enge skribis: > 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. Perfect, thanks. I thi

Re: A couple roadblocks using guix

2015-01-24 Thread Omar Radwan
1. > Hmm could you paste the actual error? 2. 3. bash-4.3$ sudo guix system reconfigure /etc/config.scm 4. guix system: error: failed to load operating system file '/etc/config.scm': 5. ERROR: Wrong number of arguments to # 6. 7. And I'm 100 percent sure it's the dhcp-client

Re: A couple roadblocks using guix

2015-01-24 Thread David Thompson
Omar Radwan writes: >3. bash-4.3$ sudo guix system reconfigure /etc/config.scm >4. guix system: error: failed to load operating system file >'/etc/config.scm': >5. ERROR: Wrong number of arguments to # >6. >7. And I'm 100 percent sure it's the dhcp-client-service declarati