Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 293080 - =sci-chemistry/avogadro-1.0.0 wrongly RDEPENDS on dev-libs/boost
Summary: =sci-chemistry/avogadro-1.0.0 wrongly RDEPENDS on dev-libs/boost
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Chemistry-Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 293036
  Show dependency tree
 
Reported: 2009-11-13 17:37 UTC by Sebastian Luther (few)
Modified: 2010-05-21 15:29 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 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"