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.
added ewl to DEPEND, thanks