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

Bug 489888

Summary: sci-biology/samtools-0.1.19 should install libbam.a
Product: Gentoo Linux Reporter: Linlin Yan <yanlinlin82>
Component: Current packagesAssignee: Gentoo Science Biology related packages <sci-biology>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Linlin Yan 2013-10-30 16:50:01 UTC
I found that sci-biology/samtools-0.1.19 doins *.h, but without libbam.a, which may be used for linking other software. So I suggest to install the library file when emerging.

Reproducible: Always




# emerge -pqvO samtools
[ebuild   R   ] sci-biology/samtools-0.1.19  USE="examples" PYTHON_TARGETS="python2_7 -python2_6"
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-10-30 16:57:55 UTC
What software forces this static linking? samtools should install libbam.so already.
Comment 2 Linlin Yan 2013-10-30 17:16:39 UTC
Oh, I see. You are right, libbam.so is enough.

I was trying to build consed (the latest version is 26), in whose makefile the libbam.a is static linked. Yes, I can override that by using dynamic linking.

Thanks!