Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 245240

Summary: x11-themes/echo-icon-theme requires icon-naming-utils >= 0.8.7
Product: Gentoo Linux Reporter: Stefan Hoelldampf <stefan.hoelldampf>
Component: [OLD] UnspecifiedAssignee: Doug Goldstein (RETIRED) <cardoe>
Status: RESOLVED FIXED    
Severity: normal CC: 4glitch
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: please update RDEPEND

Description Stefan Hoelldampf 2008-11-02 08:39:22 UTC
Emerging x11-themes/echo-icon-theme-0.3.89.0_pre20081031 fails with

configure: error: icon-naming-utils >= 0.8.7 is required to build
                 and install echo-icon-theme

because the ebuild only has:
RDEPEND=">=x11-misc/icon-naming-utils-0.8.2"

Reproducible: Always

Steps to Reproduce:
1. Emerge x11-themes/echo-icon-theme-0.3.89.0_pre20081031
Comment 1 Dmitri Bogomolov 2009-01-21 14:48:58 UTC
Created attachment 179178 [details, diff]
please update RDEPEND

BTW, are you sure it's RDEPEND? without x11-misc/icon-naming-utils it cannot build.
Comment 2 Stefan Hoelldampf 2009-03-25 19:14:51 UTC
The ebuild has

> RDEPEND=">=x11-misc/icon-naming-utils-0.8.2"
> DEPEND="${RDEPEND}
>    dev-util/pkgconfig"

so icon-naming-utils is build dependency, too.