bug#31825: guix offload fails with guix-authenticate error

2018-06-13 Thread Maxim Cournoyer
Hello! I've read the documentation carefully many times, but I still can't make `guix offload' work. It always fails like so: --8<---cut here---start->8--- guix offload test guix offload: testing 1 build machines defined in '/etc/guix/machines.scm'... guix offl

bug#31380: grub fails to build on i686-linux

2018-06-13 Thread Mark H Weaver
retitle 31380 grub fails to build on i686-linux severity 31380 serious thanks Mark H Weaver writes: > On the 'core-updates' branch, both 'grub' and 'grub-efi' fail to build > on i686-linux. See below for the relevant excerpt from the build log > of 'grub-efi', but the error is the same for both.

bug#30116: [PATCH] `substitute' crashes when file contains NUL characters (core-updates))

2018-06-13 Thread Maxim Cournoyer
l...@gnu.org (Ludovic Courtès) writes: > Maxim Cournoyer skribis: > >> From 9891e428eae0ed24e0d61862b3f5e298606b79eb Mon Sep 17 00:00:00 2001 >> From: Maxim Cournoyer >> Date: Sun, 14 Jan 2018 20:31:33 -0500 >> Subject: [PATCH] utils: Prevent substitute from crashing on files containing >> NUL

bug#31786: 'pre-inst-env guix --version' is not updated by new commits"

2018-06-13 Thread Leo Famulari
On Wed, Jun 13, 2018 at 08:54:49AM +0200, Ludovic Courtès wrote: > The other aspect, from a maintenance and readability viewpoint, is that > we could quickly add up lots of explanations that we’ll have to keep > up-to-date and that may make more important information harder to find. Yeah, I'm worr

bug#31824: guix offload test fails when the remote daemon uses --debug

2018-06-13 Thread Maxim Cournoyer
Hello, I don't know if it is worthy of reporting, but I discovered the following crash when attempting to use the '--debug' argument on the remote guix-daemon process and issuing 'guix offload test' on my local machine: --8<---cut here---start->8--- guix offloa

bug#22629: bug#28471: closed (Re: bug#22629: [PATCH 0/4] 'guix pull' produces a self-contained Guix)

2018-06-13 Thread Ludovic Courtès
Hello! > • Meta-data about what was pulled is kept in manifest entries, using > the ‘properties’ discussed in . > Currently the UI doesn’t use it but you can see that info in > ~/.config/guix/current/manifest. Commit e2f8be0664609223369f01290b69b44196783a

bug#31708: 'gcc-strmov-store-file-names.patch' causes GCC segfaults

2018-06-13 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > This is because DECL_INITIAL returns NULL_TREE for ‘buf’, but > ‘store_reference_p’ doesn’t check whether we got NULL_TREE. > > The fix is very simple (adding a NULL_TREE check), but in the meantime > we need to work around it. I pushed a fix in ‘core-upd

bug#30642: LibreOffice crashes with 'org.gtk.Settings.FileChooser' is not installed error

2018-06-13 Thread Raphaël Mélotte
I'm not particularly experienced with package recipes but I have a question on this one: Why couldn't "glib-or-gtk-build-system"[1] be used here ? I had the same crash problem with a package I defined and use locally, and using that build system solved it (the documentation mentions the phase "g

bug#31814: setuid programs are not first in PATH

2018-06-13 Thread Clément Lassieur
Joshua Branson writes: > Clément Lassieur writes: > >> Hi, >> >> sourcing /etc/profile >> >> - prepends /run/setuid-programs to $PATH >> - then sources $HOME/.guix-profile/etc/profile >> >> and sourcing $HOME/.guix-profile/etc/profile >> >> - prepends $HOME/.guix-profile/bin to $PATH >> - prepen

bug#31814: setuid programs are not first in PATH

2018-06-13 Thread Julien Lepiller
Le 2018-06-13 17:05, Joshua Branson a écrit : Clément Lassieur writes: Hi, sourcing /etc/profile - prepends /run/setuid-programs to $PATH - then sources $HOME/.guix-profile/etc/profile and sourcing $HOME/.guix-profile/etc/profile - prepends $HOME/.guix-profile/bin to $PATH - prepends $HOME

bug#31814: setuid programs are not first in PATH

2018-06-13 Thread Joshua Branson
Clément Lassieur writes: > Hi, > > sourcing /etc/profile > > - prepends /run/setuid-programs to $PATH > - then sources $HOME/.guix-profile/etc/profile > > and sourcing $HOME/.guix-profile/etc/profile > > - prepends $HOME/.guix-profile/bin to $PATH > - prepends $HOME/.guix-profile/sbin to $PATH >

bug#31814: setuid programs are not first in PATH

2018-06-13 Thread Clément Lassieur
Hi, sourcing /etc/profile - prepends /run/setuid-programs to $PATH - then sources $HOME/.guix-profile/etc/profile and sourcing $HOME/.guix-profile/etc/profile - prepends $HOME/.guix-profile/bin to $PATH - prepends $HOME/.guix-profile/sbin to $PATH so in the end, $PATH looks like: ~/.config/gu

bug#31791: bootstrap phase attempts to run a directory

2018-06-13 Thread Julien Lepiller
Le 2018-06-13 11:29, Julien Lepiller a écrit : Le 2018-06-12 15:59, l...@gnu.org a écrit : Christopher Baines skribis: I've just noticed that the erlang package has started failing to build. It looks like the bootstrap phase is over eager, and attempts to run the bootstrap directory. I thi

bug#31791: bootstrap phase attempts to run a directory

2018-06-13 Thread Julien Lepiller
Le 2018-06-12 15:59, l...@gnu.org a écrit : Christopher Baines skribis: I've just noticed that the erlang package has started failing to build. It looks like the bootstrap phase is over eager, and attempts to run the bootstrap directory. I think I'll fix this by deleting the phase, That’s