Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: /usr/local/portage/profiles/repo_name
Date: Tue, 02 Jun 2009 15:58:33
Message-Id: loom.20090602T154609-981@post.gmane.org
In Reply to: [gentoo-user] Re: /usr/local/portage/profiles/repo_name by Nikos Chantziaras
1 Nikos Chantziaras <realnc <at> arcor.de> writes:
2
3
4 > With the new layman version, everything moved from
5 > /usr/portage/local/layman to /usr/local/portage/layman. You will need
6 > to either mv the directory or reconfigure to use the old location.
7
8
9 OK,
10
11 so I copied the old dir (cp -Rp) to:
12 /usr/local/porgage/laymen
13
14 and edited the /etc/make.conf to to this:
15 source /usr/local/portage/layman/make.conf
16
17 Then emerged layman to version 1.2.3
18
19
20 Last I can this file /usr/local/portage/layman/make.conf to:
21
22
23 PORTDIR_OVERLAY="
24 /usr/local/portage/layman/sunrise
25 $PORTDIR_OVERLAY
26 "
27
28
29
30 I still get the original error message about repo_name
31
32 However, adding to the package.keywords:
33 net-wireless/bluez
34 and then this
35 USE="consolekit" emerge -1 sys-auth/pambase
36
37 I was able to upgrade world.
38
39 However not when I issue:
40 update-eix, I get tons of errors about sunrise:
41
42 <snip>
43 Ebuild failed with status 1
44 Reading 94%
45 Could not properly execute
46 /usr/local/portage/layman/sunrise/x11-misc/sselp/sselp-9999.ebuild
47
48 Reading 94%/usr/lib64/portage/bin/ebuild.sh: line 1818:
49 /usr/local/portage/layman/sunrise/x11-misc/swarp/swarp-9999.ebuild: Permission
50 denied
51 *
52 * ERROR: x11-misc/swarp-9999 failed.
53 * Call stack:
54 * ebuild.sh, line 1879: Called _source_ebuild
55 * ebuild.sh, line 1818: Called die
56 * The specific snippet of code:
57 * source "${EBUILD}" || die "error sourcing ebuild"
58 * The die message:
59 * error sourcing ebuild
60 *
61 * If you need support, post the topmost build error, and the call stack if
62 relevant.
63
64 * This ebuild is from an overlay: '/usr/local/portage/layman/sunrise/'
65
66
67 further suggestions?
68
69
70
71 James

Replies

Subject Author
[gentoo-user] Re: /usr/local/portage/profiles/repo_name Nikos Chantziaras <realnc@×××××.de>