Gentoo Archives: gentoo-user

From: "Paweł Madej" <linux@××××××××.info>
To: gentoo-user@l.g.o
Subject: [gentoo-user] portage overlay question
Date: Wed, 04 Jan 2006 00:09:17
Message-Id: 43BB10DA.6010501@quanteam.info
1 hello,
2
3 I'll describe a situation
4
5 [1] Portage overlay dir => /usr/local/portage
6 [2] portage overlay distfiles dir => /usr/local/portage/distfiles
7 [3] portage dir => /usr/portage
8 [4] portage distfiles dir => /usr/portage/distfiles
9
10 I maintain some test ebuilds in dir [1] and i got sources of it in dir
11 [2]. When i want to do ebuild my.ebuild digest in [1] dir i got an error
12 that i dont have write permissions to [4]. but when i do it from root
13 user digest is done and finally written to [1]/my_program dir.
14
15 My question is how to configure properly my /etc/make.conf file to make
16 it possible to keep programs sources that i maintain in overlay in dir
17 [2] ??
18
19 Actual /etc/make.conf lines in this topic are:
20
21 PORTDIR=/usr/portage
22 PORTDIR_OVERLAY=/usr/local/portage
23 PORTAGE_TMPDIR=/var/tmp
24 DISTCC_DIR=${PORTAGE_TMPDIR}/portage/.distcc
25 RSYNC_EXCLUDEFROM=/etc/portage/rsync.mask
26
27 I have tried line as below but then portage losed distfiles dir at all
28
29 #DISTDIR="/usr/portage/distfiles /usr/local/portage/distfiles"
30
31
32 Thanks for any help
33
34 Greets
35 Paweł Madej
36 --
37 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] portage overlay question Zac Medico <zmedico@×××××.com>