bug#29776: [core-updates] gawk fails test suite on armhf

2017-12-19 Thread Mark H Weaver
On core-updates, 'gawk' fails to build on armhf: https://hydra.gnu.org/build/2392045 Here's the tail of the build log: --8<---cut here---start->8--- make[2]: Entering directory '/tmp/guix-build-gawk-4.1.4.drv-0/gawk-4.1.4/test' 1 TESTS FAILED make[2]: *** [M

bug#29774: Compilation error on git master: `gzip: unbound variable`

2017-12-19 Thread pkill9
Architecture: x86_64 RAM: 4GB Filesystem: EXT4 Guile version: 2.0.11 Guile-Git (Guile module) was manually compiled and installed by me from https://gitlab.com/guile-git/guile-git Operating system: Slackware 14.2 `uname -a` output: Linux slack 4.4.88 #2 SMP Thu Sep 14 14:21:06 CDT 2017 x86_64

bug#29773: urandom-seed-service should run earlier in the boot process

2017-12-19 Thread Leo Famulari
The urandom-seed-service preserves some of the Linux cryptographic random number generator's (CRNG) pool across reboots so that freshly booted systems have access to unpredictable psuedorandom numbers. It also tries to take advantage of whatever is backing /dev/hwrng. However, the urandom-seed-ser

bug#29736: i686: webkit not usable

2017-12-19 Thread Ricardo Wurmus
Hi Ludo, > Ricardo Wurmus skribis: > >> on my i686 laptop I cannot use Webkit browsers. Eolie displays “WebKit >> web engine crashed” when it loads a tab, and Epiphany displays nothing >> at all after loading a page for a while. > > Are both grafted and ungrafted browsers affected? Unfortunate

bug#29706: GuixSD: Please add the ability to change shells for root

2017-12-19 Thread Ludovic Courtès
Hello, BJH2017 skribis: > Ya I do have %base-user-accounts in my config file here is what I had for > user accounts in full: > > (users (cons > (user-account > (name "root") > (uid 0) > (group "root") > (supplementar

bug#29076: [PATCH] gnu: xfce4-session: Disable (duplicate) Gtk+ icon cache generation

2017-12-19 Thread Danny Milosavljevic
Hi Ludo, On Tue, 19 Dec 2017 11:04:30 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Danny Milosavljevic skribis: > > > From b31ad22a3b618dbebfc209887b3383a7ce8210b8 Mon Sep 17 00:00:00 2001 > > From: Danny Milosavljevic > > Date: Tue, 19 Dec 2017 10:45:15 +0100 > > Subject: [PATCH] gnu: xfce4-

bug#29771: Package list no longer being updated

2017-12-19 Thread Ludovic Courtès
Mark H Weaver skribis: > The package list on the website was last updated on 7 Dec 2017. Its > cron job was disabled when the website was updated. It would be good to > get that working again at some point. Yes, see . Ludo’.

bug#29706: GuixSD: Please add the ability to change shells for root

2017-12-19 Thread Leo Famulari
On Wed, Dec 20, 2017 at 01:02:02AM +1000, BJH2017 wrote: > (thought I had CC'ed the group with my last comment but unfortunately gmail > doesn't do this by default, sorry) > > Ya I do have %base-user-accounts in my config file here is what I had for > user accounts in full: > > (users (cons >

bug#29706: GuixSD: Please add the ability to change shells for root

2017-12-19 Thread Alex Sassmannshausen
Hi, BJH2017 writes: > (thought I had CC'ed the group with my last comment but unfortunately gmail > doesn't do this by default, sorry) > > Ya I do have %base-user-accounts in my config file here is what I had for > user accounts in full: > > (users (cons > (user-account > (name "root") > (uid

bug#29706: GuixSD: Please add the ability to change shells for root

2017-12-19 Thread Ricardo Wurmus
Hi, > (users (cons > (user-account > (name "root") > (uid 0) > (group "root") > (supplementary-groups '("home-directory")) > (home-directory "/root") > (shell (file-append zsh "/bin/zsh

bug#29706: GuixSD: Please add the ability to change shells for root

2017-12-19 Thread BJH2017
(thought I had CC'ed the group with my last comment but unfortunately gmail doesn't do this by default, sorry) Ya I do have %base-user-accounts in my config file here is what I had for user accounts in full: (users (cons (user-account (name "root")

bug#29706: GuixSD: Please add the ability to change shells for root

2017-12-19 Thread Ludovic Courtès
Please always keep the list Cc’d. BJH2017 skribis: > No it doesn't, I have this at the moment: > > (name "root") > (uid 0) > (group "root") > (home-directory "/root") > (shell (file-append zsh "/bin/zsh"))) > > and I

bug#29076: [PATCH] gnu: xfce4-session: Disable (duplicate) Gtk+ icon cache generation

2017-12-19 Thread Ludovic Courtès
Danny Milosavljevic skribis: > From b31ad22a3b618dbebfc209887b3383a7ce8210b8 Mon Sep 17 00:00:00 2001 > From: Danny Milosavljevic > Date: Tue, 19 Dec 2017 10:45:15 +0100 > Subject: [PATCH] gnu: xfce4-session: Disable (duplicate) Gtk+ icon cache > generation. > Tags: patch > > * gnu/packages/xfc

bug#29076: [PATCH] gnu: xfce4-session: Disable (duplicate) Gtk+ icon cache generation

2017-12-19 Thread Danny Milosavljevic
Patch attached... >From b31ad22a3b618dbebfc209887b3383a7ce8210b8 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Tue, 19 Dec 2017 10:45:15 +0100 Subject: [PATCH] gnu: xfce4-session: Disable (duplicate) Gtk+ icon cache generation. Tags: patch * gnu/packages/xfce.scm (xfce4-session)[argum

bug#29076: GTK+ 'icon-theme.cache' files are not reproducible

2017-12-19 Thread Danny Milosavljevic
On Tue, 19 Dec 2017 10:38:00 +0100 Danny Milosavljevic wrote: > There's a profile hook to generate icon cache files - so maybe we can just > remove those cache output files from packages. (See claws-mail in master where I did something like that already)

bug#29076: GTK+ 'icon-theme.cache' files are not reproducible

2017-12-19 Thread Danny Milosavljevic
There's a profile hook to generate icon cache files - so maybe we can just remove those cache output files from packages.

bug#29771: Package list no longer being updated

2017-12-19 Thread Mark H Weaver
The package list on the website was last updated on 7 Dec 2017. Its cron job was disabled when the website was updated. It would be good to get that working again at some point. Mark

bug#29769: Hydra evaluation failed

2017-12-19 Thread Ludovic Courtès
Mark H Weaver skribis: > In gnu/services/web.scm: >374:19 6 (nginx-shepherd-service #< nginx: ?>) >366:33 5 (nginx-action . _) >315:11 4 (default-nginx-config _) > In srfi/srfi-1.scm: >592:17 3 (map1 (#< listen: "8042" s?>)) > In gnu/services/web.scm: > 249:5 2 (emit-ngin