Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42551 - Cannot compile iconbar
Summary: Cannot compile iconbar
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-22 23:25 UTC by Bradley Smith
Modified: 2004-02-22 23:41 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 Bradley Smith 2004-02-22 23:25:14 UTC
Cannot compile iconbar beacause of missing dependancy check in the ebuild. configure gave the following complaint:
...
checking for ewl-config... no
ewl-config  is not in your $PATH. Please ensure it is.
Read the manual page for you shell as to how to extend your path.
FATAL ERROR. ABORT.

!!! ERROR: x11-misc/iconbar-0.9.1.20040221 failed.
!!! Function econf, Line 365, Exitcode 255
!!! econf failed


Reproducible: Always
Steps to Reproduce:
1.try to emerge iconbar without ewl library
2.iconbar downloads and starts the autoconfigure process
3.configure complains about ewl-config
4.emerge ewl; emerge iconbar
5.iconbar compiles after ewl (with all of ewl's dependancies) emerges

Actual Results:  
After installing the ewl, iconbar compiles :)

Expected Results:  
err... check for ewl in the ebuild file

Appending something like:
>=x11-libs/ewl-0.0.3.20040221
in the DEPEND part of the ebuild should do the trick.
Comment 1 SpanKY gentoo-dev 2004-02-22 23:41:30 UTC
added ewl to DEPEND, thanks