Gentoo Archives: gentoo-user

From: Arnau Bria <arnau@×××××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] problems adding local overlay and ebuild
Date: Wed, 01 Sep 2010 10:27:57
Message-Id: 20100901122100.46c28f8c@lx-arnau.pic.es
1 Hi all,
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 line
10 and following the other steps makes my ebuilds available to emerge.
11
12 so this is my structure:
13 # ls -R /usr/local/portage/*
14 /usr/local/portage/dev-ruby:
15 stomp
16
17 /usr/local/portage/dev-ruby/stomp:
18 ChangeLog Manifest stomp-1.1.6.ebuild stomp-1.1.ebuild
19
20 /usr/local/portage/multi-tool:
21 mcollective
22
23 /usr/local/portage/multi-tool/mcollective:
24 ChangeLog files Manifest mcollective-0.4.7.ebuild mcollective-0.4.8.ebuild
25
26 /usr/local/portage/multi-tool/mcollective/files:
27 client.cfg.dist.patch mcollectived.conf mcollectived.init server.cfg.dist.patch
28
29 /usr/local/portage/profiles:
30 repo_name
31
32
33 So now I try to install new package:
34
35 # emerge multi-tool/mcollective
36
37 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
38 * Use eselect news to read news items.
39
40 Calculating dependencies /
41
42 !!! Invalid or corrupt dependency specification:
43
44 Conditional without parenthesis: 'server?'
45
46 ('ebuild', '/', 'multi-tool/mcollective-0.4.8', 'merge')
47
48 server? || ( =dev-ruby/stomp-1.1 >=dev-ruby/stomp-1.1.6 ) >=dev-lang/ruby-1.8
49
50 This package can not be installed. Please notify the 'multi-
51 tool/mcollective-0.4.8' package maintainer about this problem.
52 ... done!
53
54
55 and it complains about server line.
56
57 I've tried to add a parenthesis to that line, and after new digest, it
58 still complains about that line.
59
60
61 so, anyone with more experience could help me? is there a real problem
62 with the ebuild? or the problem is mine? (most probable :-) ).
63
64 *Instead of pasting ebuild code, I paste download link:
65
66 http://code.google.com/p/mcollective/downloads/list
67
68
69 Thanks in advance,
70
71 --
72 Arnau Bria
73 http://blog.emergetux.net
74 Bombing for peace is like fucking for virginity

Replies

Subject Author
Re: [gentoo-user] problems adding local overlay and ebuild Alex Schuster <wonko@×××××××××.org>
Re: [gentoo-user] problems adding local overlay and ebuild Ian Lee <ian@×××××××××××××××××××.uk>
Re: [gentoo-user] problems adding local overlay and ebuild Jil Larner <jil@××××.eu>