Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 558770

Summary: media-sound/jack-audio-connection-kit: depends on sys-libs/db
Product: Gentoo Linux Reporter: Jonas Jelten <jj>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jonas Jelten 2015-08-25 22:20:14 UTC
Just activated abi_x86_32 on jack, but the configure fails:

In file included from conftest.c:28:0:
/usr/include/db.h:13:3: error: #error "abi_x86_32 not supported by the package."
 # error "abi_x86_32 not supported by the package."

So jack does depend on the berkeley db, but i didn't have abi_x86_32 on that package activated. Rebuilding berkdb with 32bit libs fixed the problem.

Please add the db dependency to the package.

Reproducible: Always
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2015-08-28 20:18:30 UTC
Yes, see JACK's configure.ac:

> AC_CHECK_LIB(db, db_create,[],
> 	 AC_MSG_ERROR([*** JACK requires Berkeley DB libraries (libdb...)]))

Unfortunately, the gentoo ebuild seems a bit unmaintained...

*** This bug has been marked as a duplicate of bug 528084 ***