Gentoo Archives: gentoo-dev

From: Andrey Grozin <grozin@×××××××××××××××××.org>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] repoman complains about a ebuild in the tree
Date: Sun, 13 Sep 2009 17:47:08
Message-Id: Pine.LNX.4.64.0909131737130.23614@woodpecker.gentoo.org
1 Hello *,
2
3 I am fixing a bug (#284080) in a ebuild (sci-visualization/mayavi-3.3.0).
4 I have a fix that installs on my box fine, all deps are satisfied. I try
5 to commit it, but repoman issues a lot of errors like
6
7 RDEPEND.bad 25
8 ....
9 sci-visualization/mayavi/mayavi-3.3.0.ebuild: ~x86(default/linux/x86/10.0)
10 ['>=dev-python/envisageplugins-3.1.1', '>=dev-python/apptools-3.3.0',
11 '>=dev-python/envisagecore-3.1.1']
12 ....
13
14 I cannot understand what's bad about these rdepends: the ebuild is "~amd64
15 ~x86" and all 3 deps are "~amd64 ~x86" too; they are not masked.
16
17 OK, I want to understand what's happening. So, I copy the existing
18 mayavi-3.3.0.ebuild from the tree and run repoman again. And I get the
19 same error messages! I suppose this means that repoman has changed after
20 mayavi-3.3.0.ebuild was committed (otherwise, how it got to the tree?).
21 And I still don't understand how I can fix the bug.
22
23 Confused,
24 Andrey

Replies

Subject Author
Re: [gentoo-dev] repoman complains about a ebuild in the tree "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>