[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26341: [PATCH] build: vm: Add missing module.
From: |
Ludovic Courtès |
Subject: |
bug#26341: [PATCH] build: vm: Add missing module. |
Date: |
Fri, 07 Apr 2017 23:36:27 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
address@hidden (Ludovic Courtès) skribis:
> Mathieu Othacehe <address@hidden> skribis:
>
>>> That introduces a slight difference: in one case #:update-mtab? is not
>>> honored. That said, it’s probably OK to ignore it; maybe leave an “XXX”
>>> comment above just in case. ;-)
>>
>> Ok !
>>
>>> Can you send a ‘git format-patch’ thing? (Otherwise I could write the
>>> commit log on your behalf.)
>>
>> Sure, I'll send new patches !
>>
>> I have a follow-up question. Would it be ok to do the same thing for
>> other warnings on syscalls, 'reboot' for example ?
>
> Sure! Likewise for ‘network-interface-flags’ and
> ‘set-network-interface-flags’, which guile-linux-syscalls.patch defines
> in exactly the same way as (guix build syscalls).
I’ve applied the first patches in the meantime.
I noticed that we get this at boot time (from the initrd):
WARNING: (gnu build file-systems): imported module (guix build syscalls)
overrides core binding `mount'
To get rid of it, (guix build syscalls) should in fact #:re-export those
bindings (or #:replace). Annoying.
Ludo’.
- bug#26341: [PATCH] build: vm: Add missing module., Mathieu Othacehe, 2017/04/02
- bug#26341: [PATCH] build: vm: Add missing module., Ludovic Courtès, 2017/04/04
- bug#26341: [PATCH] build: vm: Add missing module., Mathieu Othacehe, 2017/04/05
- bug#26341: [PATCH] build: vm: Add missing module., Mathieu Othacehe, 2017/04/05
- bug#26341: [PATCH] build: vm: Add missing module., Ludovic Courtès, 2017/04/05
- bug#26341: [PATCH] build: vm: Add missing module., Mathieu Othacehe, 2017/04/06
- bug#26341: [PATCH] build: vm: Add missing module., Ludovic Courtès, 2017/04/06
- bug#26341: [PATCH] build: vm: Add missing module.,
Ludovic Courtès <=
- bug#26341: [PATCH] build: vm: Add missing module., Mathieu Othacehe, 2017/04/08
- bug#26341: [PATCH] build: vm: Add missing module., Ludovic Courtès, 2017/04/05
bug#26341: [PATCH 1/2] build: syscalls: Allow mount and umount use from static Guile., Mathieu Othacehe, 2017/04/06
bug#26341: [PATCH 0/5] Fix warnings related to syscalls in static Guile., Mathieu Othacehe, 2017/04/08