Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 493786 - =app-office/abiword-3.0.0-r1 should not RDEPEND on dev-libs/boost
Summary: =app-office/abiword-3.0.0-r1 should not RDEPEND on dev-libs/boost
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-09 20:41 UTC by Maxim Kammerer
Modified: 2014-02-09 12:15 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 Maxim Kammerer 2013-12-09 20:41:08 UTC
Only boost include files are used, dynamic libraries are not linked against.
Comment 1 Pacho Ramos gentoo-dev 2013-12-10 21:26:56 UTC
Not sure if also the compiled plugins don't need boost at runtime :/
Comment 2 Maxim Kammerer 2013-12-10 21:45:55 UTC
Only the following boost includes are used:

boost/algorithm/string.hpp
boost/bind.hpp
boost/enable_shared_from_this.hpp
boost/format.hpp
boost/function.hpp
boost/lexical_cast.hpp
boost/lexical_cast.hpp
boost/noncopyable.hpp
boost/shared_array.hpp
boost/shared_ptr.hpp

None of them has a library component. I also didn't find any linkage against boost in the makefiles.

"grep libboost `qlist -e abiword`" returns nothing, although I don't have all possible plugins enabled.
Comment 3 Pacho Ramos gentoo-dev 2013-12-24 13:31:16 UTC
For example in old version, collab plugin needed it at runtime too
Comment 4 Pacho Ramos gentoo-dev 2014-02-09 12:15:03 UTC
+  09 Feb 2014; Pacho Ramos <pacho@gentoo.org>
+  +files/abiword-3.0.0-libgcrypt_1_6_0-1.patch, abiword-3.0.0-r1.ebuild:
+  Fix build with libcrypt-1.6 (#495176 by Anton Kochkov) and boost dependency
+  (#493786 by Maxim Kammerer)
+