acpi, suspend, hibernate

2015-03-27 Thread 白い熊@相撲道
I have GuixSD installed on the Gluglug X200 and would like to issue suspend and hibernate commands. Upon inspecting /proc/acpi however it seems that this is not built in the current kernel that I have booted. Do I need to add some acpi, acpi-service etc. to config.scm and reconfigure? Could so

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

2015-03-27 Thread 白い熊@相撲道
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 bind socket”. Yeah, was exploring this... I'm attaching the strace log, I don't understand

Re: [PATCH 2/2] scripts: Add 'publish' command.

2015-03-27 Thread Ludovic Courtès
David Thompson skribis: > From a40d47dc64571aade0c92b4bdf3c56f6870842cc Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Tue, 17 Mar 2015 10:21:31 -0400 > Subject: [PATCH 2/2] scripts: Add 'publish' command. > > * guix/scripts/publish.scm: New file. > * po/guix/POTFILES.in: Add it. > * te

[PATCH v2] gnu: curl: Update to 7.41.0. Fix #20121.

2015-03-27 Thread Tomáš Čech
* gnu/packages/patches/curl-gss-api-fix.patch: Delete file. * gnu/packages/patches/curl-enable_capath-conf.patch: New file. * gnu/packages/patches/curl-enable_capath.patch: New file. * gnu-system.am (dist_patch_DATA): Add new patches, remove old one. * gnu/packages/curl.scm (curl): Update to 7.41.0

Re: reproducible builds and debugging information

2015-03-27 Thread Tomáš Čech
On Fri, Mar 27, 2015 at 10:24:22PM +0100, Ludovic Courtès wrote: Tomáš Čech skribis: On Thu, Mar 26, 2015 at 10:21:35PM +0100, Ludovic Courtès wrote: [...] On openSUSE you have available all the subpackage providing stripped debug informations and subpackage providing source code from the

Re: [PATCH 1/2] store: Add query-path-info operation.

2015-03-27 Thread Ludovic Courtès
David Thompson skribis: > From d86678e29c951ae4983cea92074e8f04c3e49f50 Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Tue, 17 Mar 2015 10:19:36 -0400 > Subject: [PATCH 1/2] store: Add query-path-info operation. > > * guix/store.scm (): New record type. > (read-path-info): New procedu

[PATCH 3/3] gnu: Add tocc.

2015-03-27 Thread Eric Bavier
* gnu/packages/search.scm (libtocc, tocc): New variables. --- gnu/packages/search.scm | 69 ++- 1 file changed, 68 insertions(+), 1 deletion(-) diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index f56a85e..eac9c10 100644 --- a/gnu/pack

[PATCH 0/3] Add tocc

2015-03-27 Thread Eric Bavier
Taking a short break from Hydra packaging. ;) This is a small tool that I've wanted to play with for organizing local video clips. Eric Bavier (3): gnu: Add Catch. gnu: Add UnQLite. gnu: Add tocc. gnu/packages/check.scm | 45 - gnu/packages/databases.scm

[PATCH 1/3] gnu: Add Catch.

2015-03-27 Thread Eric Bavier
* gnu/packages/check.scm (catch-framework): New variable. --- gnu/packages/check.scm | 45 - 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index afaf557..3e686cc 100644 --- a/gnu/packages/

[PATCH 2/3] gnu: Add UnQLite.

2015-03-27 Thread Eric Bavier
* gnu/packages/databases.scm (unqlite): New variable. --- gnu/packages/databases.scm | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 29b7dbb..6959eec 100644 --- a/gnu/packages/databases

Re: reproducible builds and debugging information

2015-03-27 Thread Ludovic Courtès
Tomáš Čech skribis: > On Thu, Mar 26, 2015 at 10:21:35PM +0100, Ludovic Courtès wrote: [...] >>> On openSUSE you have available all the subpackage providing stripped >>> debug informations and subpackage providing source code from the >>> moment of build (so DWARF information in debug part can

Re: [PATCH v2] gnu: Add taskwarrior.

2015-03-27 Thread Tomáš Čech
On Thu, Mar 26, 2015 at 06:03:45PM +0100, Ludovic Courtès wrote: Tomáš Čech skribis: From: Tomáš Čech * gnu/packages/task.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. To complement Cyril’s review: +(define-module (gnu packages task) ‘task-management’, as you proposed, w

[PATCH] gnu: Add taskwarrior.

2015-03-27 Thread Tomáš Čech
From: Tomáš Čech * gnu/packages/task-management.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-system.am| 1 + gnu/packages/task-management.scm | 63 2 files changed, 64 insertions(+) create mode 100644 gnu/pack

info dir clashes

2015-03-27 Thread Federico Beffa
Hi, given that the file .../share/info/dir creates clashes in user profiles and that it is anyway handled with the help of info-dir substitutes, shouldn't we systematically delete them with the help, e.g., of a phase in gnu-build-system? Regards, Fede

Re: import pypi: undefined symbol __gmpn_cnd_sub_n

2015-03-27 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Alexandre Héaumé skribis: > >> On Wed, Mar 25, 2015 at 9:42 PM, Ludovic Courtès wrote: >>> >>> Weird, did ./configure even pass? You can run: >>> >>> ./configure --with-libgcrypt-prefix=/usr/whatever/ >>> >>> to make sure it picks libgcrypt.so from the

Re: Using the daemon’s default settings

2015-03-27 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Mark H Weaver skribis: > >> Does this mean that even if I've configured my daemon to use a different >> set of substitute-urls, when I run 'guix' as root those settings will be >> overridden? > > Yes. > >> That seems suboptimal. > > Right. > >> We have a s

Re: [PATCHES] Fix remaining references to substitute-binary.

2015-03-27 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= > > Date: Thu, 26 Mar 2015 23:34:21 +0100 > Subject: [PATCH 1/2] Fix remaining references to "substitute-binary". > > * nix/nix-daemon/guix-daemon.cc (main): Change su

Re: [PATCH 2/2] scripts: Add 'publish' command.

2015-03-27 Thread David Thompson
Ludovic Courtès writes: > [...] Fixed everything you mentioned. > Now, it would be good to add a bunch of tests. :-) > > Perhaps one way to do it would be to write them in Scheme, and invoke > ‘guix-publish’ in a thread, similar to the HTTP tests in > tests/lint.scm. From there we could check

Re: [PATCH 1/2] store: Add query-path-info operation.

2015-03-27 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> From e72bd43190bd561f7d96810a93f3b30f5f741343 Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Tue, 17 Mar 2015 10:19:36 -0400 >> Subject: [PATCH 1/2] store: Add query-path-info operation. >> >> * guix/store.scm (): New record type

Re: [PATCH] import: pypi: Detect inputs.

2015-03-27 Thread David Thompson
Cyril Roelandt writes: > * guix/import/pypi.scm (compute-inputs, guess-requirements): New procedures. > --- > guix/import/pypi.scm | 149 > --- > 1 file changed, 118 insertions(+), 31 deletions(-) > > diff --git a/guix/import/pypi.scm b/guix/impor

[PATCH] build-system: Add haskell-build-system.

2015-03-27 Thread Federico Beffa
Please find attached a build-system for Haskell. Currently focusing on GHC, but trying to be flexible for addition of support for other compilers. Please note that installed libraries need to be registered in a compiler specific database. The database consists of a directory with a configuration f

[GSoC] Syntax and semantics of systemd units in GNU dmd

2015-03-27 Thread hares faiez
Hello :), May be its too late, but i will be very grateful for any reply. I am a second year software engineering student and i am about applying on the idea of improving GNU dmd for GSoc. I become a bit acquainted with GNU dmd and services system architecture and use through the "GNU dmd Manual"