Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 246919 - app-text/wklej fails buildpkg for missing vim (candidate to EAPI=2)
Summary: app-text/wklej fails buildpkg for missing vim (candidate to EAPI=2)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Dawid Węgliński (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-15 14:49 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2008-11-23 16:13 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 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-11-15 14:49:37 UTC
When creating a pkg of wklej, and vim is not installed, it'll fail with:

 * ERROR: app-text/wklej-0.1.5 failed.
 * Call stack:
 * ebuild.sh, line   49:  Called pkg_setup
 * wklej-0.1.5.ebuild, line   23:  Called built_with_use 'app-editors/vim' 'python'
 * eutils.eclass, line 1709:  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-editors/vim to an installed package

It would be nice if it used EAPI=2 so that the build_with_use check would be unnecessary and the build would succeed anyway.

Thanks,
Diego
Comment 1 Dawid Węgliński (RETIRED) gentoo-dev 2008-11-23 16:13:01 UTC
I just added wklej-0.1.5-r1 to the tree with teh eapi2 support. Thanks!