Gentoo Archives: gentoo-user

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

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Layman trouble Meino.Cramer@×××.de