Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84381 - media-libs/imlib2-1.2.0-r2 misses dependency on sys-apps/which
Summary: media-libs/imlib2-1.2.0-r2 misses dependency on sys-apps/which
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-07 03:53 UTC by Artur Wegele
Modified: 2005-03-08 06:49 UTC (History)
0 users

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


Attachments
add the missing dependency (imlib2-1.2.0-r2.ebuild.diff,369 bytes, patch)
2005-03-07 03:54 UTC, Artur Wegele
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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