Bug 90995 - darkice-0.15 seems to have undocumented dependency on jack
Bug#: 90995 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: sound@gentoo.org Reported By: dcrosta@sccs.swarthmore.edu
Component: Applications
URL: 
Summary: darkice-0.15 seems to have undocumented dependency on jack
Keywords:  InCVS
Status Whiteboard: 
Opened: 2005-04-30 14:11 0000
Description:   Opened: 2005-04-30 14:11 0000
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.

------- Comment #1 From Jan Brinkmann (RETIRED) 2005-05-04 08:52:42 0000 -------
fixed in cvs, thanks for reporting