Re: 10/18: gnu: polkit: Update phase & snippet style.

2018-02-26 Thread Mark H Weaver
Hi Tobias, m...@tobias.gr (Tobias Geerinckx-Rice) writes: > nckx pushed a commit to branch master > in repository guix. > > commit 3c4bbb4c52418c8daf8b0e4605e3912685c9f44a > Author: Tobias Geerinckx-Rice > Date: Sat Feb 24 13:33:42 2018 +0100 > > gnu: polkit: Update phase & snippet style.

Re: Patch for broken Hiawatha

2018-02-26 Thread Leo Famulari
On Mon, Feb 26, 2018 at 03:07:51PM -0500, Kei Kebreau wrote: > Hello all, > > It seems that commit 22261238e7591c21d8362147992fbb12e67fda88, which > updates mbed TLS, has broken the hiawatha build [0]. It turns out that > the new release of mbed TLS contained a very minor typo that caused this > f

Patch for broken Hiawatha

2018-02-26 Thread Kei Kebreau
Hello all, It seems that commit 22261238e7591c21d8362147992fbb12e67fda88, which updates mbed TLS, has broken the hiawatha build [0]. It turns out that the new release of mbed TLS contained a very minor typo that caused this failure [1]. I've attached a patch that is ready to be merged as soon as s

Re: 02/02: gnu: automake: Add 1.16.

2018-02-26 Thread Tobias Geerinckx-Rice
Ludo', On 2018-02-26 19:48, l...@gnu.org wrote: civodul pushed a commit to branch master in repository guix. commit ecbea1bcb1e349eb66140cb3b83329f9699c357a Author: Ludovic Courtès Date: Mon Feb 26 19:47:54 2018 +0100 gnu: automake: Add 1.16. * gnu/packages/autotools.scm (automake-

Re: Kernel modules in initrd

2018-02-26 Thread Danny Milosavljevic
Hi Ludo, On Mon, 26 Feb 2018 16:20:08 +0100 l...@gnu.org (Ludovic Courtès) wrote: > I suppose the bits I’ve promised to detect necessary modules based on > modules.alias and /sys should be useful here? Definitely! I've posted a working patch series (v3, "Load Linux module only when supported ha

Re: Kernel modules in initrd

2018-02-26 Thread Ludovic Courtès
Hello, Danny Milosavljevic skribis: > I've got it to work now. I've got a very minimal static kmod into the initrd > and > that's now only loading modules for which supported hardware is present. > > On the other hand, the initrd got 800 kiB larger - I'm not sure why modprobe > is so big... hm