GNU bug report logs - #28718
[PATCH] gnu: qemu: Add sysconfdir to configure-flags.

Previous Next

Package: guix-patches;

Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>

Date: Fri, 6 Oct 2017 03:31:03 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


Message #11 received at 28718 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: 28718 <at> debbugs.gnu.org
Subject: Re: [bug#28718] [PATCH] gnu: qemu: Add sysconfdir to configure-flags.
Date: Sat, 7 Oct 2017 13:58:38 -0400
[Message part 1 (text/plain, inline)]
On Fri, Oct 06, 2017 at 06:30:34AM +0300, Oleg Pykhalov wrote:
> From 371ba5aee9ef1412753fdb43230f107087f9651b Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <go.wigust <at> gmail.com>
> Date: Fri, 6 Oct 2017 06:24:58 +0300
> Subject: [PATCH] gnu: qemu: Add sysconfdir to configure-flags.
> 
> * gnu/packages/virtualization.scm (qemu): Add sysconfdir to configure-flags.

Hi Oleg, thanks for the patch.

> ---
>  gnu/packages/virtualization.scm | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
> index a8e54d684..21fc7b784 100644
> --- a/gnu/packages/virtualization.scm
> +++ b/gnu/packages/virtualization.scm
> @@ -111,6 +111,7 @@
>                           "--disable-debug-info" ; save build space
>                           "--enable-virtfs"      ; just to be sure
>                           ,(string-append "--prefix=" out)
> +                         ,(string-append "--sysconfdir=/tmp/etc")
>                           ,@configure-flags))))))
>           (add-after 'install 'install-info
>             (lambda* (#:key inputs outputs #:allow-other-keys)

Can you describe the problem this patch aims to address? And, where does
QEMU look for its configuration when this flag is not set?
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 7 years and 305 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.