bug#27652: multi-core server could be the cause

2017-07-11 Thread Joshua Sierles
As Ludo mentioned on IRC, this issue could be caused by parallel compilation on our 64-core server. At first it seemed related to using the '--url' option, but I just was able to reproduce this problem using only 'guix pull'. I'll look into how I can reduce the number of cores used for compilation

bug#27652: guix pull --url fails to build - guix pull works

2017-07-11 Thread Leo Famulari
On Tue, Jul 11, 2017 at 06:04:47PM +0200, Joshua Sierles wrote: > I tried 'guix pull' and it worked fine. Then, tried using a git commit > from master's tip, which should be the same contents. This link contains > the outputs for both attempts. > > https://gist.github.com/jsierles/0177424733612947

bug#27652: guix pull --url fails to build - guix pull works

2017-07-11 Thread Joshua Sierles
I tried 'guix pull' and it worked fine. Then, tried using a git commit from master's tip, which should be the same contents. This link contains the outputs for both attempts. https://gist.github.com/jsierles/0177424733612947d61af8533084841e -- Joshua Sierles jos...@joshua.si

bug#27580: Fwd: bug#27580: Elogin doesn't start properly

2017-07-11 Thread William
Thanks for looking at this Ludo. In systemd the systemd-logind.service looks a little like this: [Service] ExecStart=/usr/lib/systemd/systemd-logind BusName=org.freedesktop.login1 It looks as though it simply executes the systemd-logind program. Shouldn't our shepherd service simply

bug#27593: [PATCH] gnu: groff: Make build reproducible.

2017-07-11 Thread Ludovic Courtès
Danny Milosavljevic skribis: > * gnu/packages/groff.scm (groff)[arguments]: Add phase "setenv". > --- > gnu/packages/groff.scm | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm > index 67dd1dbfa..6e1a60e9b 100644 > --

bug#27572: simultaneous installation of python2 and python3 fails

2017-07-11 Thread Ludovic Courtès
Hi Diego, Diego Nicola Barbato skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Hello Diego, >> >> Diego Nicola Barbato skribis: >> >>> When running the command "guix pull && guix package -i python@2 python" >>> instead of installing the latest version of python2 and python3, as it >>> us

bug#27580: Elogin doesn't start properly

2017-07-11 Thread Ludovic Courtès
Hi, (Please keep 27580-d...@debbugs.gnu.org Cc’d.) William skribis: > Shouldn't our shepherd service simply execute elogind-program-wrapper? > This may also be right because elogind handles things like the laptop > lid being closed, which should be handled even if no one has logged in > yet. G