Gentoo Archives: gentoo-user

From: Kerin Millar <kerframil@×××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] QEMU setup questions
Date: Wed, 24 Jul 2013 13:48:08
Message-Id: 51EFDB0B.5090209@fastmail.co.uk
In Reply to: Re: [gentoo-user] QEMU setup questions by Neil Bothwick
1 On 24/07/2013 14:16, Neil Bothwick wrote:
2 > On Wed, 24 Jul 2013 11:57:41 +0100, Kerin Millar wrote:
3 >
4 >>>> WARN: pretend
5 >>>> You have decided to compile your own SeaBIOS. This is not supported
6 >>>> by upstream unless you use their recommended toolchain (which you are
7 >>>> not). If you are intending to use this build with QEMU, realize you
8 >>>> will not receive any support if you have compiled your own SeaBIOS.
9 >>>> Virtual machines subtly fail based on changes in SeaBIOS.
10 >>> I don't see any USE flags about this.
11 >
12 >> The "binary" flag is an IUSE default but you're preventing the flag
13 >> from being enabled somehow.
14 >
15 > That's the sort of fun you get with USE="-*" :P
16
17 Indeed. I'd advocate this as a safer alternative:
18
19 USE_ORDER="env:pkg:conf:pkginternal:repo:env.d"
20
21 --Kerin