Gentoo Archives: gentoo-user

From: Andrew Udvare <audvare@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] @preserved-rebuild how to find out the contents of
Date: Sun, 30 Dec 2018 05:18:01
Message-Id: 41BC31F6-1093-4F94-BFC0-AB26F87EFEAB@gmail.com
In Reply to: Re: [gentoo-user] @preserved-rebuild how to find out the contents of by Helmut Jarausch
1 > On 2018-12-29, at 12:33, Helmut Jarausch <jarausch@××××××.be> wrote:
2 >
3 > On 12/29/2018 05:03:51 PM, Andrew Udvare wrote:
4 >> > On Dec 29, 2018, at 10:47, Helmut Jarausch <jarausch@××××××.be> wrote:
5 >> >
6 >> > How can I find out the list of packages in @preserved-rebuild?
7 >> There's a JSON file in /var/db/portage
8 >
9 > I don't have the folder /var/db/portage here.
10 > Thanks,
11 > Helmut
12 >
13 The file you want is /var/lib/portage/preserved_libs_registry
14
15 # cat /var/lib/portage/preserved_libs_registry
16 {
17 "dev-libs/openssl:0": [
18 "dev-libs/openssl-1.1.0j",
19 "62711",
20 [
21 "/usr/lib32/libcrypto.so.1.0.0",
22 "/usr/lib32/libssl.so.1.0.0",
23 "/usr/lib64/libcrypto.so.1.0.0",
24 "/usr/lib64/libssl.so.1.0.0"
25 ]
26 ]
27 }