Gentoo Archives: gentoo-user

From: tastytea <gentoo@××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Completed installing ... into /tmp/portage/app-emulation/virt-manager-4.0.0
Date: Sat, 18 Feb 2023 19:16:49
Message-Id: 20230218201640.295645af@ventiloplattform.tastytea.de
In Reply to: Re: [gentoo-user] Completed installing ... into /tmp/portage/app-emulation/virt-manager-4.0.0 by Steven Lembark
1 On 2023-02-18 13:58-0500 Steven Lembark <lembark@×××××××.com> wrote:
2
3 > On Sat, 18 Feb 2023 17:10:44 +0100
4 > tastytea <gentoo@××××××××.de> wrote:
5 >
6 > > Do you have the gtk USE-flag on app-emulation/virt-manager? Does
7 > > `qlist app-emulation/virt-manager` show installed files?
8 >
9 > No, but the previous version was working without it.
10
11 I don't know if it changed recently, but the current ebuild removes
12 "${ED}/usr/bin/virt-manager" (in pkg_preinst()) if the gtk USE-flag is
13 not enabled.
14
15 > > […]
16 > > > >>> Completed installing app-emulation/virt-manager-4.0.0 into
17 > > > >>> /tmp/portage/app-emulation/virt-manager-4.0.0/image
18 > > >
19 > > > * Final size of build directory: 22080 KiB (21.5 MiB)
20 > > > * Final size of installed tree: 7420 KiB ( 7.2 MiB)
21 > >
22 > > That is normal. it is installed into ${PORTAGE_TMPDIR} and then
23 > > merged into ${EROOT}/ to make it less likely that the filesystem is
24 > > getting messed up.
25 >
26 > The other packages on the system get installed in the root after
27 > being collected in the temp dir. I cannot find this package
28 > getting installed anywhere further:
29 >
30 > >>> Completed installing app-emulation/virt-manager-4.0.0
31 > into /tmp/portage/app-emulation/virt-manager-4.0.0/image
32 >
33 > qlist shows some files in /usr/share, look left over from the
34 > previous install. The only remaining executables are:
35 >
36 > /usr/bin/virt-xml
37 > /usr/bin/virt-install
38 > /usr/bin/virt-clone
39 >
40 > notice the lack of virt-manager.
41 >
42 > Full qlist output:
43 >
44 > https://pastebin.com/LNqczQnc
45
46 Looks like it is installed?
47
48 > Build info:
49 >
50 > app-emulation/virt-manager-4.0.0::gentoo was built with the following:
51 >
52 > USE="-gtk -policykit -sasl -test"
53 > PYTHON_SINGLE_TARGET="python3_10 -python3_9"
54 > FEATURES="distlocks assume-digests userfetch binpkg-docompress
55 > qa-unresolved-soname-deps usersandbox network-sandbox ipc-sandbox
56 > preserve-libs merge-sync config-protect-if-modified multilib-strict
57 > binpkg-logs sfperms binpkg-dostrip protect-owned usersync
58 > parallel-install fixlafiles xattr pid-sandbox buildpkg-live userpriv
59 > unmerge-logs unmerge-orphans parallel-fetch binpkg-multi-instance
60 > sandbox unknown-features-warn strict clean-logs news ebuild-locks"
61 >