Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 378453 - [desktop-effects overlay] >=x11-wm/compiz-0.9.2 should DEPEND on >=dev-libs/boost-1.34.0
Summary: [desktop-effects overlay] >=x11-wm/compiz-0.9.2 should DEPEND on >=dev-libs/b...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Desktop-Effects herd
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2011-08-09 09:19 UTC by Ihor Kaharlichenko
Modified: 2012-02-05 13:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch adds boost dependency (boost.patch,754 bytes, patch)
2011-08-09 09:21 UTC, Ihor Kaharlichenko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ihor Kaharlichenko 2011-08-09 09:19:42 UTC
Here's an excerpt from CMakeLists.txt:

> find_package (Boost 1.34.0 REQUIRED serialization)
> set (COMPIZ_CFLAGS "${COMPIZ_CFLAGS} -I${Boost_INCLUDE_DIR}")
> list (APPEND COMPIZ_LIBRARIES ${Boost_LIBRARIES})

That said compiz depends at both compile time and run time.

Also Boost is listed as a dependency on building instructions page of compiz wiki: http://wiki.compiz.org/C%2B%2BCompiling

Reproducible: Always

Steps to Reproduce:
1. unmerge all boost versions available
2. try to emerge =x11-wm/compiz-0.9.2 or =x11-wm/compiz-9999
Comment 1 Ihor Kaharlichenko 2011-08-09 09:21:05 UTC
Created attachment 282659 [details, diff]
Patch adds boost dependency
Comment 2 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2012-02-05 13:09:34 UTC
Applied in the overlay - thanks for the patch.