bug#26791: Attempt to apply a string as a procedure during Hydra evaluation

2017-05-05 Thread Mark H Weaver
The error message is: ERROR: In procedure GNU with Linux-Libre 4.11 (beta): ERROR: Wrong type to apply: "GNU with Linux-Libre 4.11 (beta)" Here's the head and tail of the output of the evaluator. Unfortunately, the relevant git commit is not printed. Mark --8<---cut here

bug#14851: #14851 - linux-libre-3.3.8-gnu disappeared

2017-05-05 Thread Ludovic Courtès
ng0 skribis: > Andreas, Ludovic, and others: > > This bug report was last modified 3 years and 258 days ago. > > It is my understanding that this bug could be closed. I see no more > current problems and it makes no sense to keep the bug open just in case > the problem appears again. > > Would

bug#26604: documentation: pdf generation is broken

2017-05-05 Thread Ludovic Courtès
Chris Marusich skribis: > ng0 writes: > >> As long as I run guix I was never able to build the documentation >> as pdf. What's wrong with it? >> >> [user@abyayala ~/src/guix/guix]$ make doc/guix.pdf >> TEXI2PDF doc/guix.pdf >> /gnu/store/jz7jq4w8d4czvgnk9as07rrdbcfjjgjj-profile/bin/texi2dvi:

bug#26688: LXDE: Login fails

2017-05-05 Thread Ludovic Courtès
ng0 skribis: > At the moment trying to login through SLIM (same with SDDM) into LXDE > you get the message "Failed to execute login command" for > about 2 seconds, then the X session terminates and your are > back at SLIM. Does ~/.xsession-errors contain any hint? That is, try to log in and fai

bug#26497: glibc 2.25 broken on i686

2017-05-05 Thread Ludovic Courtès
Ricardo Wurmus skribis: >>From 2b2f1d4947e2198f7011b00a496be078f6a924fd Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 24 Apr 2017 23:15:41 +0200 > Subject: [PATCH] gnu: glibc/linux: Fix segfaults on i686. > > * gnu/packages/patches/glibc-memchr-overflow-i686.patch: New file. > * g

bug#26769: mpfr substitute is corrupted on mirror.hydra.gnu.org

2017-05-05 Thread Ludovic Courtès
Maxim Cournoyer skribis: > The substitute served at > https://mirror.hydra.gnu.org/guix/nar/gzip/6lcsaddzj6q3facaidajc6ws0yp0m3dq-mpfr-3.1.5 > appears to be corrupted: > > Downloading > https://mirror.hydra.gnu.org/guix/nar/gzip/6lcsaddzj6q3facaidajc6ws0yp0m3dq-mpfr-3.1.5 > (1.6MiB installed)...

bug#26764: Problem building master

2017-05-05 Thread Maxim Cournoyer
The "find -name '*.go' -delete" command got me out of this. This bug can be closed. Sorry for the noise and thanks for the useful hints! Maxim

bug#26764: Problem building master

2017-05-05 Thread Ludovic Courtès
Maxim Cournoyer skribis: > I guess I can do: find -name '*.go' --delete Maybe also: rm -rf ~/.cache/guile/ccache/. Ludo’.