bug#31294: Failed building dependencies for guix.

2019-01-03 Thread Ricardo Wurmus
Ludovic Courtès writes: > l...@gnu.org (Ludovic Courtès) skribis: > >> It confirms that the bad code creates a structure with the empty >> list as its ‘modules’ field instead of '((guix build utils)). >> >> That’s clearly a Guile bug. > > This miscompilation issue involves “syntax parameters”

bug#33968: errors in shepherd service constructors are not logged and lead to misleading status

2019-01-03 Thread Florian Dold
Hi Guix, when defining a service type that extends shepherd-root-service-type and the 'start' function of the shepherd-service definition contains an error, the error is silently ignored. No log output is generated at all. For example (full system definition is attached): (define

bug#33932: [PATCH] gnu: artanis: Move to web.scm and update to 0.3.1.

2019-01-03 Thread swedebugia
On 2019-01-03 20:19, Christopher Baines wrote: swedebugia writes: On 2019-01-02 22:50, swedebugia wrote: On 2018-12-31 13:33, Ricardo Wurmus wrote: Hi swedebugia, We should upgrade. Could you please send a patch? Here it is :) I haven't looked too closely at the patch, but I

bug#33962: guix pull fails on latest master

2019-01-03 Thread Leo Famulari
On Fri, Jan 04, 2019 at 01:24:22AM +1100, Brendan Tildesley wrote: > 95bf2fb637ba4abb27efe94e0b671c1e93204e4f , which adds wl-clipboard fails > to build because it references meson-build-system without importing the > required module. I'm guessing adding  #:use-module (guix build-system > meson)  

bug#33932: [PATCH] gnu: artanis: Move to web.scm and update to 0.3.1. (was: Re: bug#33932: Artanis fails to build - 0.3.1 is out)

2019-01-03 Thread Christopher Baines
swedebugia writes: > On 2019-01-02 22:50, swedebugia wrote: >> On 2018-12-31 13:33, Ricardo Wurmus wrote: >>> >>> Hi swedebugia, >>> We should upgrade. >>> >>> Could you please send a patch? >>> >> >> Here it is :) I haven't looked too closely at the patch, but I think the newer version

bug#33953: reconfigure not working tl; dr : EFI not mounted to /boot/efi

2019-01-03 Thread Joshua Branson
Timothy Sample writes: > Hi Joshua, > > Joshua Branson writes: > > > I agree with you that the manual could be more clear. In the > installation section, it mentions needing an EFI partition that is > mounted, but it never spells out that this needs to be included in the > operating system

bug#33964: guix pull ERROR

2019-01-03 Thread Matthias Lehr
user@gnu ~$ guix pull Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git 95bf2fb Computing Guix derivation for 'x86_64-linux'... Backtrace: In ice-9/boot-9.scm: 222:29

bug#33932: [PATCH] gnu: artanis: Move to web.scm and update to 0.3.1.

2019-01-03 Thread swedebugia
On 2019-01-03 12:39, Ricardo Wurmus wrote: Hi swedebugia, From a7f0c26705aad362acc35e632bed2dcc9e32d004 Mon Sep 17 00:00:00 2001 From: swedebugia Date: Wed, 2 Jan 2019 23:47:07 +0100 Subject: [PATCH] gnu: artanis: Move to web.scm and update to 0.3.1. * gnu/packages/guile.scm (artanis):

bug#33962: guix pull fails on latest master

2019-01-03 Thread Rutger Helling
Sorry, that was sloppiness on my part. I built the package on my own Guix that already had staging merged where apparently the meson-build-system was already added to the modules. I was about to revert but I just noticed it's already been fixed. I'll double check if it builds on a clean master

bug#33962: Acknowledgement (guix pull fails on latest master)

2019-01-03 Thread Brendan Tildesley
Efraim fixed it:

bug#33961: guix pull error

2019-01-03 Thread Bradley Haggerty
Updating channel 'guix' from Git repository at ' https://git.savannah.gnu.org/git/guix.git'... Building from this channel: guix https://git.savannah.gnu.org/git/guix.git 95bf2fb Computing Guix derivation for 'x86_64-linux'... Backtrace: In ice-9/boot-9.scm: 222:29 19 (map1 _)

bug#33962: guix pull fails on latest master

2019-01-03 Thread Brendan Tildesley
95bf2fb637ba4abb27efe94e0b671c1e93204e4f , which adds wl-clipboard fails to build because it references meson-build-system without importing the required module. I'm guessing adding  #:use-module (guix build-system meson)   ; would fix it. I'm curious to know how this error was made.

bug#33932: [PATCH] gnu: artanis: Move to web.scm and update to 0.3.1. (was: Re: bug#33932: Artanis fails to build - 0.3.1 is out)

2019-01-03 Thread Ricardo Wurmus
Hi swedebugia, > From a7f0c26705aad362acc35e632bed2dcc9e32d004 Mon Sep 17 00:00:00 2001 > From: swedebugia > Date: Wed, 2 Jan 2019 23:47:07 +0100 > Subject: [PATCH] gnu: artanis: Move to web.scm and update to 0.3.1. > > * gnu/packages/guile.scm (artanis): Move from here... > *