Gentoo Archives: gentoo-user

From: Rich Freeman <rich0@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Where can I find "recent" qemu out-of-tree ebuild
Date: Thu, 26 Oct 2017 16:35:29
Message-Id: CAGfcS_mA+rWHtd_L0gYR2mPLuET9xqyHT1YbBj0sDmQHrgYD6Q@mail.gmail.com
In Reply to: Re: [gentoo-user] Where can I find "recent" qemu out-of-tree ebuild by Walter Dnes
1 On Thu, Oct 26, 2017 at 9:18 AM, Walter Dnes <waltdnes@××××××××.org> wrote:
2 > On Thu, Oct 26, 2017 at 06:55:45AM -0700, Rich Freeman wrote
3 >
4 >> This should work:
5 >> git clone git://anongit.gentoo.org/repo/gentoo.git .
6 >> git checkout 4716c9ae8666e4cfc6eff46960f7bff8f4f3d708.
7 >
8 > That worked, thanks. Now on to the next problem. I ran repoman, and
9 > got a whole slew of errors. I stripped down the KEYWORDS line to
10 > "amd64" in both ebuilds, but repoman is still getting errors. I am
11 > *NOT* running "hardened" or "selinux"...
12 >
13 > ========================================================================
14 > RepoMan scours the neighborhood...
15 >>>> Creating Manifest for /usr/local/portage/app-emulation/qemu
16 > dependency.bad [fatal] 8
17 > app-emulation/qemu/qemu-2.9.0-r2.ebuild: RDEPEND: amd64(hardened/linux/amd64/no-multilib/selinux)
18 > ['sec-policy/selinux-qemu']
19 > app-emulation/qemu/qemu-2.9.0-r2.ebuild: RDEPEND: amd64(hardened/linux/amd64/no-multilib/selinux)
20 > ['sec-policy/selinux-qemu']
21 > app-emulation/qemu/qemu-2.9.0-r2.ebuild: RDEPEND: amd64(hardened/linux/amd64/selinux)
22 > ['sec-policy/selinux-qemu']
23 > app-emulation/qemu/qemu-2.9.0-r2.ebuild: RDEPEND: amd64(hardened/linux/amd64/selinux)
24 > ['sec-policy/selinux-qemu']
25 > app-emulation/qemu/qemu-2.9.0-r55.ebuild: RDEPEND: amd64(hardened/linux/amd64/no-multilib/selinux)
26 > ['sec-policy/selinux-qemu']
27 > app-emulation/qemu/qemu-2.9.0-r55.ebuild: RDEPEND: amd64(hardened/linux/amd64/no-multilib/selinux)
28 > ['sec-policy/selinux-qemu']
29 > app-emulation/qemu/qemu-2.9.0-r55.ebuild: RDEPEND: amd64(hardened/linux/amd64/selinux)
30 > ['sec-policy/selinux-qemu']
31 > app-emulation/qemu/qemu-2.9.0-r55.ebuild: RDEPEND: amd64(hardened/linux/amd64/selinux)
32 > ['sec-policy/selinux-qemu']
33 > ebuild.minorsyn 1
34 > app-emulation/qemu/qemu-2.9.0-r55.ebuild: Useless blank line on line: 210
35 >
36 > Note: use --include-dev (-d) to check dependencies for 'dev' profiles
37 >
38 > Please fix these important QA issues first.
39 > RepoMan sez: "Make your QA payment on time and you'll never see the likes of me."
40 > ========================================================================
41
42 I'd just ignore these. They would only matter if if you were running
43 selinux. I wouldn't report these to the maintainer as this isn't the
44 current package version.
45
46 --
47 Rich

Replies

Subject Author
[gentoo-user] [SOLVED] Where can I find "recent" qemu out-of-tree ebuild Walter Dnes <waltdnes@××××××××.org>