Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] layman config file setup?
Date: Sat, 09 Mar 2019 01:16:14
Message-Id: 20190309011528.GA1098@waltdnes.org
In Reply to: Re: [gentoo-user] layman config file setup? by Corbin Bird
1 On Thu, Mar 07, 2019 at 09:27:04PM -0600, Corbin Bird wrote
2 > Have you added an overlay using layman?
3 >
4 > Gentoo's List : https://overlays.gentoo.org/
5 >
6 > Add : layman -a
7 > Sync : layman -S
8 >
9 > I use the Palemoon overlay :
10 > /var/lib/layman/palemoon/profiles/repo_name
11 >
12 > contents of repo_name :
13 > palemoon
14 >
15 > When you add the overlay the directories and files are created in
16 > /var/lib/layman/*
17
18 So I ran "layman -d ALL" followed by "layman -a palemoon". Now...
19
20 [i660][root][~] cat /var/lib/layman/palemoon/profiles/repo_name
21 palemoon
22
23 ... but I still get the same warning! Some more info...
24
25 First the layman dir
26 [i660][root][~] ll -og /var/lib/layman/
27 total 292
28 drwxr-xr-x 4 4096 Mar 8 19:54 .
29 drwxr-xr-x 12 4096 Mar 1 16:10 ..
30 -rw-r--r-- 1 29 Mar 8 19:53 cache_930c3ed4a5f89f74fd810585751a06e3.timestamp
31 -rw-r--r-- 1 266586 Mar 1 16:26 cache_930c3ed4a5f89f74fd810585751a06e3.xml
32 -rw-r--r-- 1 615 Mar 8 19:54 installed.xml
33 drwxr-xr-x 2 4096 Mar 1 16:37 metadata
34 drwxr-xr-x 7 4096 Mar 8 19:54 palemoon
35
36 Then the palemoon subdir...
37 [i660][root][~] ll -og /var/lib/layman/palemoon/
38 total 32
39 drwxr-xr-x 7 4096 Mar 8 19:54 .
40 drwxr-xr-x 4 4096 Mar 8 19:54 ..
41 drwxr-xr-x 7 4096 Mar 8 19:54 .git
42 -rw-r--r-- 1 97 Mar 8 19:54 README.md
43 drwxr-xr-x 2 4096 Mar 8 19:54 eclass
44 drwxr-xr-x 2 4096 Mar 8 19:54 metadata
45 drwxr-xr-x 2 4096 Mar 8 19:54 profiles
46 drwxr-xr-x 4 4096 Mar 8 19:54 www-client
47
48 Then the profiles subdir...
49 [i660][root][~] ll -og /var/lib/layman/palemoon/profiles/
50 total 16
51 drwxr-xr-x 2 4096 Mar 8 19:54 .
52 drwxr-xr-x 7 4096 Mar 8 19:54 ..
53 -rw-r--r-- 1 25 Mar 8 19:54 package.use.mask
54 -rw-r--r-- 1 9 Mar 8 19:54 repo_name
55
56 The repo_name file...
57 [i660][root][~] cat /var/lib/layman/palemoon/profiles/repo_name
58 palemoon
59
60 Now what? Some more searching in /etc/layman...
61 [i660][root][~] ll -og /etc/layman/
62 total 24
63 drwxr-xr-x 3 4096 Aug 8 2018 .
64 drwxr-xr-x 64 4096 Feb 11 23:18 ..
65 -rw-r--r-- 1 9358 Aug 8 2018 layman.cfg
66 drwxr-xr-x 2 4096 Aug 8 2018 overlays
67
68 [i660][root][~] ll -og /etc/layman/overlays/
69 total 8
70 drwxr-xr-x 2 4096 Aug 8 2018 .
71 drwxr-xr-x 3 4096 Aug 8 2018 ..
72 -rw-r--r-- 1 0 Aug 8 2018 .keep_app-portage_layman-0
73
74 What does your /etc/layman/overlays/ directory contain?
75
76 --
77 Walter Dnes <waltdnes@××××××××.org>
78 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] layman config file setup? Corbin Bird <corbinbird@×××××××.net>