Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 540284 - media-libs/libpagemaker should have dependency on dev-libs/boost only in DEPEND
Summary: media-libs/libpagemaker should have dependency on dev-libs/boost only in DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-16 15:10 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2016-12-03 23:58 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 Arfrever Frehtes Taifersar Arahesis 2015-02-16 15:10:23 UTC
media-libs/libpagemaker currently has dependency on dev-libs/boost in both DEPEND and RDEPEND, but this dependency should be only in DEPEND.

Dependencies in ebuild attached in bug #533134 were correct, but ebuild with incorrect dependencies was committed.

$ scanelf -qF "%F: %n" $(qlist media-libs/libpagemaker | sort)
/usr/bin/pmd2raw: libpagemaker-0.0.so.0,librevenge-generators-0.0.so.0,librevenge-stream-0.0.so.0,libstdc++.so.6,libgcc_s.so.1,libc.so.6
/usr/bin/pmd2svg: libpagemaker-0.0.so.0,librevenge-0.0.so.0,librevenge-stream-0.0.so.0,libstdc++.so.6,libgcc_s.so.1,libc.so.6
/usr/lib64/libpagemaker-0.0.so: librevenge-0.0.so.0,libstdc++.so.6,libm.so.6,libc.so.6,libgcc_s.so.1
/usr/lib64/libpagemaker-0.0.so.0: librevenge-0.0.so.0,libstdc++.so.6,libm.so.6,libc.so.6,libgcc_s.so.1
/usr/lib64/libpagemaker-0.0.so.0.0.2: librevenge-0.0.so.0,libstdc++.so.6,libm.so.6,libc.so.6,libgcc_s.so.1
$ scanelf -qF "%F: %n" $(qlist media-libs/libpagemaker | sort) | grep -i boost
$
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2016-12-03 23:58:58 UTC
Has been fixed in the meantime