Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 489888 - sci-biology/samtools-0.1.19 should install libbam.a
Summary: sci-biology/samtools-0.1.19 should install libbam.a
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Biology related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-30 16:50 UTC by Linlin Yan
Modified: 2013-10-30 17:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!