bug#22954: Suspicious ownership or permission on harfbuzz-1.0.6-bin

2016-03-08 Thread Jeffrey Serio
I'm running the GuixSD usb install image version 0.9.0. I booted into the install environment, and after connecting to the internet I ran "guix pull". After "guix pull", I prepared the system to install to hard drive, then I ran "guix system init /mnt/etc/config.scm /mnt --fallback". The build

bug#19772: Verbosity of guix build output

2016-03-08 Thread Ludovic Courtès
Andrei Osipov skribis: > is there a way to suppress make output with guix? > [12:37] > andreoss`: you mean in the Guix build tree? > [12:38] > civodul: i want to see output of guix, but not of configure >

bug#22650: guixSD default umask is 0000

2016-03-08 Thread Ludovic Courtès
Alex Kost skribis: > 宋文武 (2016-03-07 18:18 +0300) wrote: > >> 于 2016年3月7日 GMT+08:00下午8:18:44, l...@gnu.org 写到: >> >> l...@gnu.org (Ludovic Courtès) skribis: >> >> myglc2 skribis: >> >> glc@g1 ~$ ssh glc4@g1 >> glc4@g1's

bug#22948: Porting ocl-icd to guix fails because of ruby

2016-03-08 Thread Dennis Mungai
Hello there, I am porting ocl-icd to guix, see the package here: https://github.com/Brainiarc7/guix-bioinformatics/blob/master/gn/packages/ocl-icd.scm I'm getting bugged by this error everytime I call the build as such from a dev setup: env TEMPDIR=/gnu/tmp

bug#21843: Generated grub.cfg does not support encrypted roots

2016-03-08 Thread Andreas Enge
What is needed are the following two lines at the beginning of grub.cfg: insmod luks cryptomount -u 1aa... where 1aa... is the result of "cryptsetup luksUUID /dev/sda2". So the logic outlined in my previous message works: Determine the mapped-devices /dev/sdXY of type luks-device-mapping that

bug#21843: Generated grub.cfg does not support encrypted roots

2016-03-08 Thread Andreas Enge
I tried the installation with unencrypted /boot, encrypted / using the following snippet in the configuration file: (bootloader (grub-configuration (device "/dev/sda"))) (mapped-devices (list (mapped-device (source "/dev/sda2") (target "root")

bug#22933: M-x guix-edit fails gracelessly when passed an nonexistent package name

2016-03-08 Thread Ludovic Courtès
Mathieu Lirzin skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Alex Kost skribis: >> >>> Ludovic Courtès (2016-03-08 00:03 +0300) wrote: I think we should stick to one identifier style, which is to always use full words (I’m often tempted

bug#22933: M-x guix-edit fails gracelessly when passed an nonexistent package name

2016-03-08 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > Alex Kost skribis: > >> Ludovic Courtès (2016-03-08 00:03 +0300) wrote: >>> >>> I think we should stick to one identifier style, which is to always use >>> full words (I’m often tempted to use abbreviations and I force myself >>> not

bug#22492: create new user guixsd

2016-03-08 Thread rennes
On 2016-03-07 06:20, l...@gnu.org wrote: ren...@openmailbox.org skribis: On 2016-02-12 14:58, l...@gnu.org wrote: ren...@openmailbox.org skribis: On 2016-01-31 17:29, l...@gnu.org wrote: ren...@openmailbox.org skribis: i run 'guix system reconfigure config.scm --falback', and add new

bug#22550: (require 'magit) produces error: "no such file or directory" "dash"

2016-03-08 Thread myglc2
Alex Kost writes: > myglc2 (2016-03-07 23:03 +0300) wrote: > >> Alex Kost writes: >> >> [...] >> >>> No, I mean it is fixed in the current master, but as I wrote¹ it will >>> take effect only after we update our "guix" package. Currently it is >>>

bug#22802: guix system init installs grub.cfg gcroot to host

2016-03-08 Thread Ludovic Courtès
Jookia <166...@gmail.com> skribis: > On Mon, Mar 07, 2016 at 01:15:38PM +0100, Ludovic Courtès wrote: >> Jookia <166...@gmail.com> skribis: >> > When running 'guix system init', GRUB requires a GC root to be placed in >> > /var/guix. When building a VM, this GC root is placed in >> >

bug#22933: M-x guix-edit fails gracelessly when passed an nonexistent package name

2016-03-08 Thread Ludovic Courtès
Mathieu Lirzin skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> diff --git a/emacs/guix-main.scm b/emacs/guix-main.scm >> index 34da6ac..c5d5d75 100644 >> --- a/emacs/guix-main.scm >> +++ b/emacs/guix-main.scm >> @@ -954,10 +954,14 @@ GENERATIONS is a list of generation

bug#22933: M-x guix-edit fails gracelessly when passed an nonexistent package name

2016-03-08 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-03-08 00:03 +0300) wrote: > > [...] >>> what about using (not tested): >>> >>> (and=> (or (package-by-id id-or-name) >>> (match (packages-by-name id-or-name) >>>(()#f) >>>((pkg

bug#22550: (require 'magit) produces error: "no such file or directory" "dash"

2016-03-08 Thread Alex Kost
myglc2 (2016-03-07 23:03 +0300) wrote: > Alex Kost writes: > > [...] > >> No, I mean it is fixed in the current master, but as I wrote¹ it will >> take effect only after we update our "guix" package. Currently it is >> "guix-devel" package at commit c3f29bc², which is older