bug#34279: guix-install.sh: uses /bin/bash shebang

2019-02-05 Thread Ludovic Courtès
Ludovic Courtès skribis: > What about something like this: > > diff --git a/etc/guix-install.sh b/etc/guix-install.sh > index 8eb5214049..dc8de2fe92 100755 > --- a/etc/guix-install.sh > +++ b/etc/guix-install.sh > @@ -1,4 +1,4 @@ > -#!/bin/bash > +#!/bin/sh > # GNU Guix --- Functional package ma

bug#22010: bytecode timestamps

2019-02-05 Thread Ricardo Wurmus
Leo Famulari writes: > Those differing bytes are the timestamps of the .py sources files that > correspond to the compiled .pyc / .pyo files. So, the > python-2.7-source-date-epoch.patch is working for software compiled by > the patched compiler, but not on python-2.7 itself. > > It's related to

bug#34333: Docker daemon failing to start on boot

2019-02-05 Thread allan
Hi, I am having an issue with the docker daemon as a service in guixsd. It seems that dockerd will not start on boot, but it will successfully start after running "guix system reconfigure". Here is my config.scm: (use-modules (gnu) (gnu system nss) (gnu services)

bug#22010: bytecode timestamps

2019-02-05 Thread Ricardo Wurmus
Ricardo Wurmus writes: > I wonder if we can simplify this with (setenv "PYTHONHASHSEED" "0") > before any pyc files are built, but I expect that to be problematic. Doing this has no discernable effect. I’ll push the change to the core-updates branch. -- Ricardo