Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 378453

Summary: [desktop-effects overlay] >=x11-wm/compiz-0.9.2 should DEPEND on >=dev-libs/boost-1.34.0
Product: Gentoo Linux Reporter: Ihor Kaharlichenko <madkinder>
Component: New packagesAssignee: Desktop-Effects herd <desktop-effects+disabled>
Status: RESOLVED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch adds boost dependency

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.