Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 538774 - media-libs/libcdr-0.1.1 should have build-time dependency on dev-libs/boost
Summary: media-libs/libcdr-0.1.1 should have build-time dependency on dev-libs/boost
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-04 09:37 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2015-02-04 09:42 UTC (History)
1 user (show)

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-04 09:37:41 UTC
media-libs/libcdr-0.1.1 (and probably 0.1.0 and 9999) should have build-time dependency on dev-libs/boost.
This dependency is present in older ebuilds (0.0.14, 0.0.16) and was mysteriously lost in newer ebuilds.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2015-02-04 09:39:11 UTC
...
checking pkg-config is at least version 0.20... yes
checking for REVENGE... yes
checking for REVENGE_STREAM... yes
checking for REVENGE_GENERATORS... yes
checking for LCMS2... yes
checking for ZLIB... yes
checking for ICU... yes
checking for boost/optional.hpp... yes
checking for boost/property_tree/ptree.hpp... yes
checking for boost/scoped_ptr.hpp... yes
checking for boost/spirit/include/classic.hpp... yes
checking for boost/property_tree/json_parser.hpp... yes
checking for native Win32... no
checking for Win32 platform in general... no
checking for -fvisibility=hidden compiler flag... yes
checking that generated files are newer than configure... done
...


$ grep -r boost/ src
src/lib/CDRParser.cpp:#include <boost/property_tree/json_parser.hpp>
src/lib/CDRParser.cpp:#include <boost/property_tree/ptree.hpp>
src/lib/CDRParser.cpp:#include <boost/spirit/include/classic.hpp>
src/lib/CDRDocument.cpp:#include <boost/scoped_ptr.hpp>
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-02-04 09:42:33 UTC
+  04 Feb 2015; Michał Górny <mgorny@gentoo.org> libcdr-0.1.0.ebuild,
+  libcdr-0.1.1.ebuild, libcdr-9999.ebuild:
+  Add missing boost dep, bug #538774.