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

Bug 293080

Summary: =sci-chemistry/avogadro-1.0.0 wrongly RDEPENDS on dev-libs/boost
Product: Gentoo Linux Reporter: Sebastian Luther (few) <SebastianLuther>
Component: New packagesAssignee: Gentoo Chemistry-Related Packages <sci-chemistry>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 293036    

Description Sebastian Luther (few) 2009-11-13 17:37:05 UTC
This package was found to have dev-libs/boost in RDEPEND, but doesn't install either any binary that links against boost libs nor any files that include boost headers. That means it uses boost header-only libraries at compile time only. The tracker bug contains the emerge --info of the test system.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2010-05-21 15:29:44 UTC
$ ldd $(find /var/tmp/portage/sci-chemistry/avogadro-1.0.0/image/usr/|grep so$)|grep boost
	libboost_python-mt-1_41.so.1.41.0 => /usr/lib64/libboost_python-mt-1_41.so.1.41.0 (0x00002b11d1a10000)
	libboost_python-mt-1_41.so.1.41.0 => /usr/lib64/libboost_python-mt-1_41.so.1.41.0 (0x00002b59ebe51000)

It only RDEPENDS on it when build with USE="python"