Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] problems adding local overlay and ebuild
Date: Wed, 01 Sep 2010 11:10:43
Message-Id: 201009011310.04312.wonko@wonkology.org
In Reply to: [gentoo-user] problems adding local overlay and ebuild by Arnau Bria
1 Arnau Bria writes:
2
3 > I'd like to install mcollective and developer provides its ebuild.
4 > so I've followed http://en.gentoo-wiki.com/wiki/Overlay for adding a
5 > local overlay.
6 >
7 > *I had a problem when adding
8 > "source /usr/local/portage/layman/make.conf" to my make.conf. That file
9 > does not exists and layman has no make.conf file. Anyway, removing that
10 > line and following the other steps makes my ebuilds available to
11 > emerge.
12
13 Lyman is a different thing. Nowadays its defaultlocation is
14 /var/lib/layman (I think), so to use it you need to source the make.conf
15 in this directory. But fr your own overlay, just set the PORTDIR_OVERLAY
16 path in /etc/make.conf.
17
18 [...]
19
20 > !!! Invalid or corrupt dependency specification:
21 >
22 > Conditional without parenthesis: 'server?'
23 >
24 > ('ebuild', '/', 'multi-tool/mcollective-0.4.8', 'merge')
25 >
26 > server? || ( =dev-ruby/stomp-1.1 >=dev-ruby/stomp-1.1.6 )
27 > >=dev-lang/ruby-1.8
28
29 The '||' looks wrong to me.
30
31 Wonko

Replies

Subject Author
Re: [gentoo-user] problems adding local overlay and ebuild Arnau Bria <arnau@×××××××××.net>