bug#34679: --load-path does not work with guix environment

2019-02-27 Thread Hartmut Goebel
According to the manual: |--load-path=directory| Add directory *to the front* of the package module search path. This does not work for guix environment (guix 0.16.0-3.6ddc63e): Prepare to reproduce $ git clone https://gnunet.org/git/gnunet.git $ cd gnunet guix package honors

bug#34677: error building python-sphinx@1.7.7

2019-02-27 Thread Leo Famulari
On Wed, Feb 27, 2019 at 06:02:06PM +0100, Marco van Hulten wrote: > The full traceback has been saved in > /tmp/guix-build-mpd-mpc-0.31.drv-0/sphinx-err-1gyuv1e6.log, if you want to > report the issue to the developers. [...] > Where to find the *.log file (which is probably on LSB

bug#34677: error building python-sphinx@1.7.7

2019-02-27 Thread Marco van Hulten
Hello— python-sphinx@1.7.7 fails building with the following: ... [20/23] Compiling C object 'mpc@exe/src_charset.c.o'. [21/23] Linking target mpc. [22/23] Generating HTML documentation with a custom command. FAILED: doc/html

bug#34333: Docker daemon failing to start on boot

2019-02-27 Thread Andreas Enge
On Wed, Feb 27, 2019 at 04:53:27PM +0100, Björn Höfling wrote: > > After a "guix system reconfigure", it works -- meaning that the > > dockerd service starts. But when booting in the future, the dockerd > > daemon never starts. I am however able to execute "sudo herd start > > dockerd" after

bug#34333: Docker daemon failing to start on boot

2019-02-27 Thread Björn Höfling
On Wed, 27 Feb 2019 15:17:14 +0100 Allan Adair wrote: > After a "guix system reconfigure", it works -- meaning that the > dockerd service starts. But when booting in the future, the dockerd > daemon never starts. I am however able to execute "sudo herd start > dockerd" after booting because I

bug#34333: Docker daemon failing to start on boot

2019-02-27 Thread Allan Adair
Hey Danny. I'm curious to know if the dockerd service type works for you. It does not work for me, but maybe I am doing something wrong. Below is my current config.scm: (use-modules (gnu) (gnu system nss) (gnu services)) (use-service-modules desktop docker)