Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 510196 - gnome-extra/cinnamon-session-2.2.0 has RDEPEND declared twice, effective RDEPEND is nearly empty
Summary: gnome-extra/cinnamon-session-2.2.0 has RDEPEND declared twice, effective RDEP...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-12 23:04 UTC by Ben Kohler
Modified: 2014-05-13 00:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Kohler gentoo-dev 2014-05-12 23:04:20 UTC
I'm not sure what happened here, but this ebuild declares around 20 pkgs in RDEPEND, then immediately re-declares RDEPEND and wipes them all out.  I noticed this when my cinnamon-session build failed with missing libcanberra, it did not attempt to pull it in as a dep.

Also, the second declaration of RDEPEND has ${COMMON_DEPEND} which is not declared anywhere.  Maybe the first RDEPEND= declaration was supposed to be COMMON_DEPEND= ? But what's the point anyway, COMMON_DEPEND is only used once, so it's not common..

Anyway, thanks for looking into this!
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2014-05-13 00:52:04 UTC
You are right, the first RDEPEND should have been COMMON_DEPEND - and same is true for the third RDEPEND. Thanks for reporting!

+  13 May 2014; Alexandre Rostovtsev <tetromino@gentoo.org>
+  cinnamon-session-2.2.0.ebuild:
+  Fix COMMON_DEPEND (bug #510196, thanks to Ben Kohler).