[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#29072: guix system: error: qemu-CVE-2017-7493.patch: patch not found
From: |
myglc2 |
Subject: |
bug#29072: guix system: error: qemu-CVE-2017-7493.patch: patch not found |
Date: |
Sun, 05 Nov 2017 20:15:41 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
On 11/05/2017 at 19:46 Efraim Flashner writes:
> On Sat, Nov 04, 2017 at 07:50:10PM -0400, myglc2 wrote:
>> On 11/01/2017 at 22:44 Leo Famulari writes:
>>
>> > On Wed, Nov 01, 2017 at 10:40:47PM -0400, myglc2 wrote:
>> >> On 11/01/2017 at 11:27 Leo Famulari writes:
>> >>
[...]
>> > The 'gnu/packages/qemu.scm' file was removed from Guix in July 2017,
>> > with commit 59132b800093e486e4d81aed6b837e9ac76aa86c. The QEMU packages
>> > were moved into 'gnu/packages/virtualization.scm'.
>> >
[...]
>>
>> address@hidden ~/con/15# guix system --cores=4 --max-jobs=4 -K
>> --on-error=debug build sys.scm
>> guix system: error: failed to load 'sys.scm':
>> ice-9/boot-9.scm:2795:6: In procedure resolve-interface:
>> ice-9/boot-9.scm:2795:6: no code for module (gnu packages qemu)
>>
>
> Can you post your sys.scm? It sounds like you might have a references to
> (gnu packages qemu) listed there.
Yes Efraim, that was it. Actually, Leo mentioned that qemu had moved
(above) but I failed to realize the implication for the config file.
Many thanks! - George