emerging darkice without jack installed fails during autoconf, with: "bamboo ~ # emerge darkice [...] checking for jack... Package jack was not found in the pkg-config search path. Perhaps you should add the directory containing `jack.pc' to the PKG_CONFIG_PATH environment variable No package 'jack' found" if I knew more about ebuilds, I would submit a patch. I suggest adding a USE flag for jack, and appropriate changes to the ./configure command, since doing: "bamboo ~ # EXTRA_ECONF="--without-jack" emerge darkice" works fine. Reproducible: Always Steps to Reproduce: 1. "# emerge darkice" Actual Results: failed autoconf, at: checking for jack... Package jack was not found in the pkg-config search path. Perhaps you should add the directory containing `jack.pc' to the PKG_CONFIG_PATH environment variable No package 'jack' found Expected Results: complete, sucessful compilation and install.
fixed in cvs, thanks for reporting