Gentoo Archives: gentoo-user

From: Meino.Cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Layman trouble
Date: Sun, 18 Dec 2016 14:54:19
Message-Id: 20161218145402.GC23470@solfire
In Reply to: Re: [gentoo-user] Layman trouble by Mick
1 Mick <michaelkintzios@×××××.com> [16-12-18 15:48]:
2 > On Sunday 18 Dec 2016 14:43:09 Meino.Cramer@×××.de wrote:
3 > > Corbin Bird <corbinbird@×××××××.net> [16-12-18 14:28]:
4 > > > On 12/18/2016 05:57 AM, Meino.Cramer@×××.de wrote:
5 > > > > Hi,
6 > > > >
7 > > > > I am trying to get layman working for me.
8 > > > > I used the informations available here:
9 > > > > https://wiki.gentoo.org/wiki/Layman#repos.conf_method_.28default.29
10 > > > > and here:
11 > > > >
12 > > > > So far so nice...I can add, fetch and delete repos.
13 > > > >
14 > > > > But neither eix nor emerge do see that contents ... I cannot
15 > > > > emerge anything from added overlays.
16 > > > >
17 > > > > If specific files are needed, I will post them on demand
18 > > > > to avoid polluting the mailinglist with a bunch default
19 > > > > ones... ;)
20 > > > >
21 > > > > How can I fix it?
22 > > > >
23 > > > > Cheers
24 > > > > Meino
25 > > >
26 > > > A request for more information, please.
27 > > >
28 > > > What version of layman are you using and which config method did you use?
29 > > > Do you have a "local" overlay setup as well?
30 > >
31 > > Hi Corbin,
32 > >
33 > > here they are! :)
34 > >
35 > > No, for the first I want to access/use overlays provided through
36 > > the people of the internet.
37 > >
38 > >
39 > > The installed layman:
40 > > [I] app-portage/layman
41 > > Available versions: 2.0.0-r1 2.0.0-r3 ~2.1.0-r3 ~2.2.0-r7 ~2.3.0-r1
42 > > ~2.4.0-r1 ~2.4.1-r1 **9999 {bazaar cvs darcs g-sorcery +git gpg mercurial
43 > > sqlite squashfs subversion sync-plugin-portage test PYTHON_TARGETS="pypy
44 > > python2_7 python3_4 python3_5"} Installed versions: 2.0.0-r3(10:16:19
45 > > 12/18/16)(bazaar cvs darcs git mercurial subversion -test
46 > > PYTHON_TARGETS="python2_7 -pypy") Homepage:
47 > > http://layman.sourceforge.net
48 > > Description: Tool to manage Gentoo overlays
49 > >
50 > >
51 > > The config methog:
52 > > I added the block
53 > >
54 > > #---------------
55 > > # Repository config types used by layman
56 > > # (repos.conf, make.conf)
57 > > conf_type : repos.conf
58 > >
59 > > to the end of /etc/layman/layman.cfg
60 > > conf_tyoe was not mentioned in that cfg-file as it was installed,
61 > > so I dont know, whether the docs was outdated, which mentioned it.
62 > >
63 > > /etc/make.conf (yes, it is at that place on my system...why? dont
64 > > know...;) was not altered while tryong to layman anything...
65 > >
66 > > Cheers
67 > > Meino
68 >
69 > You need to let portage source the /var/lib/layman/make.conf file to know where
70 > to find the overlays. Are you sourcing /var/lib/layman/make.conf in your
71 > make.conf?
72 >
73 > The wiki suggests:
74 >
75 > echo "source /var/lib/layman/make.conf" >> /etc/portage/make.conf
76 >
77 > --
78 > Regards,
79 > Mick
80
81 Hi Mick,
82
83 I thought to understand the docs as either to use the "old" way via
84 make.conf or the "new" way via repos.conf which I tried to initiate
85 via the block I added to layman,cfg (above).
86
87 I am confused now... :)
88
89 Cheers
90 Meino