bug#37739: System install issue: 'You have a memory leak'

2019-10-13 Thread Ludovic Courtès
Hi Seswu, "Seswu M. Fafnan" skribis: > I'm trying to install the full guix system on a pc but there's a problem. > > When "populating '/mnt'", it bails with an error and claims: > 'You have a memory leak (not released memory pool)' I’ve never seen this message before, but looking at the

bug#37739: System install issue: 'You have a memory leak'

2019-10-13 Thread Seswu M. Fafnan
Hello. I'm trying to install the full guix system on a pc but there's a problem. When "populating '/mnt'", it bails with an error and claims: 'You have a memory leak (not released memory pool)' A program named dtree is mentioned as well during what appears to be several attempts at having

bug#37737: Documentation should mention that source checkout must be readable by the guixbuild group if guix-daemon is run from there

2019-10-13 Thread David Truby
Hi Guix, When following the Contributing section of the manual in my home directory, I was unable to use the built guix to do anything as I hit upon a message saying "error: failed to run download program '/home/truby/src/guix/scripts/guix': Permission denied​" After some debugging I realised

bug#37721: build failure: parted 3.3

2019-10-13 Thread Jesse Gibbons
On Sun, 2019-10-13 at 14:15 +0200, Tobias Geerinckx-Rice via Bug reports for GNU Guix wrote: > Jesse, > > Jesse Gibbons 写道: > > This one prevents me from upgrading gnome-tweaks. It appears > > there is a > > failure in applying "parted-glibc-compat.patch". > > Yes, yes indeed… > > $ git show

bug#37735: Acknowledgement (Ansible package build/installation failing)

2019-10-13 Thread Jonathan Frederickson
Aha, I managed to expand that backtrace a bit. The failure here isn't quite what I was expecting: starting phase `fix-symlinks' Backtrace:    8 (primitive-load "/gnu/store/4sx0bpv580768j5i6g47gcfkb8kp2c12-ansible-2.8.1-guile-builder") In ice-9/eval.scm:    191:35  7 (_ _) In

bug#37734: Mate doesn't work after guix pull

2019-10-13 Thread Jan
Hi, After running "guix pull" and "guix system reconfigure" Mate works improperly - when you try to launch an application from the start menu, Mate throws an error "couldn't run gio-launch-desktop (there's not such a file or directory)". Jan Wielkiewicz

bug#37732: mps-youtube propagates util-linux

2019-10-13 Thread Diego Nicola Barbato
Hi Guix, An unfortunate chain of propagated-inputs causes 'util-linux' (mount, umount, etc.) to be installed alongside 'mps-youtube': 'mps-youtube' propagates 'python-pygobject', which propagates 'glib', which propagates 'util-linux'. It seems to have been introduced with commit 6c237a2, when