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

Bug 342071

Summary: sci-biology/ncbi-tools++ automagic dependency on gnutls
Product: Gentoo/Alt Reporter: Johan Hattne <johan>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Johan Hattne 2010-10-21 20:33:46 UTC
sci-biology/ncbi-tools++ automatically links against gnutls if present on the build host.  This is expected to cause trouble if the software is subsequently used on machines lacking gnutls.  From the package's configure script, it would seem this affects a whole lot of other functionality as well, e.g. boost.

Reproducible: Always

Steps to Reproduce:
1. emerge ncbi-tools++

Actual Results:  
In the special case of building ncbi-tools++ on a Fedora 11 host, the build actually dies.

Expected Results:  
ncbi-tools++ merged and not linked against gnutls.

Adding something like $(use_with gnutls) to the configure invocation in the ebuild fixes the problem.  I imagine the same strategy will work for the other dependencies as well.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2014-08-03 20:35:19 UTC
ncbi-tools++ was removed from the tree it seems, so these bugs aren't relevant anymore.