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

Bug 84381

Summary: media-libs/imlib2-1.2.0-r2 misses dependency on sys-apps/which
Product: Gentoo Linux Reporter: Artur Wegele <A.Wegele>
Component: New packagesAssignee: SpanKY <vapier>
Status: RESOLVED WONTFIX    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: add the missing dependency

Description Artur Wegele 2005-03-07 03:53:14 UTC
imlib2-1.2.0-r2.ebuild uses which, but does not include the dependency to sys-apps/which

Reproducible: Always
Steps to Reproduce:
1.install stage 2
2.emerge imlib2
3.

Actual Results:  
emerge failed with "which: Command not found" 

Expected Results:  
emerge success
Comment 1 Artur Wegele 2005-03-07 03:54:40 UTC
Created attachment 52842 [details, diff]
add the missing dependency
Comment 2 Roland Bär 2005-03-07 05:27:41 UTC
This `which` comes from the enlightenment.eclass:
gettext_modify() {
        use nls || return 0
        cp $(which gettextize) ${T} || die "could not copy gettextize"

Other eclasses probably the affected:
- eutils
- fortran
- vim-doc
So these eclasses whould depend on sys-apps/which....
Comment 3 SpanKY gentoo-dev 2005-03-08 06:49:09 UTC
which is part of `emerge system