Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 233028 - x11-plugins/gkrellm-hddtemp-0.2_beta-r1 fails because of a typo
Summary: x11-plugins/gkrellm-hddtemp-0.2_beta-r1 fails because of a typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jim Ramsay (lack) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-26 19:57 UTC by Evil Compile Person
Modified: 2008-07-28 14:01 UTC (History)
1 user (show)

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 Evil Compile Person 2008-07-26 19:57:03 UTC
* ERROR: x11-plugins/gkrellm-hddtemp-0.2_beta-r1 failed.                    
 * Call stack:                                                               
 *                            ebuild.sh, line   49:  Called pkg_setup
 *   gkrellm-hddtemp-0.2_beta-r1.ebuild, line   26:  Called built_with_use 'app-admin/gkrellm' 'X'
 *                        eutils.eclass, line 1698:  Called die
 * The specific snippet of code:
 *      [[ -z ${PKG} ]] && die "Unable to resolve $1 to an installed package"
 *  The die message:
 *   Unable to resolve app-admin/gkrellm to an installed package
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/x11-plugins:gkrellm-hddtemp-0.2_beta-r1:20080724-114953.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-plugins/gkrellm-hddtemp-0.2_beta-r1/temp/die.env'.


CDEPEMD="=app-admin/gkrellm-2*
        >=x11-libs/gtk+-2"    
DEPEND="${CDEPEND}            
        dev-util/pkgconfig"   
RDEPEND="${CDEPEND}           
        >=app-admin/hddtemp-0.3_beta6"

Notice the typo - cdepeMd - thus missing deps.
Comment 1 Jim Ramsay (lack) (RETIRED) gentoo-dev 2008-07-28 14:01:51 UTC
Indeed, thank you for the report!  Fixed.