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

Bug 408393

Summary: media-tv/xbmc uses raw cmake instead of cmake utils
Product: Gentoo Linux Reporter: Tomáš Chvátal (RETIRED) <scarabeus>
Component: New packagesAssignee: Gentoo Xbox project <xbox>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tomáš Chvátal (RETIRED) gentoo-dev 2012-03-15 18:25:36 UTC
This results into the thing not respecting compiler/cflags/...

It should be somehow possible to patch to use the eclass, it can be run on any part of the source tree and installed, then the configure needs to be patched to not rerun the cmake.
Comment 1 SpanKY gentoo-dev 2012-03-19 00:14:46 UTC
i don't think that's true.  the configure script explicitly passes along the compiler and flags when building in xbmc/visualizations/XBMCProjectM/libprojectM.

where exactly do you see cmake being run and it not respecting settings ?
Comment 2 Tomáš Chvátal (RETIRED) gentoo-dev 2012-03-20 09:55:33 UTC
Hmm, you are right it looks like it pass all the required cflags/ldflags.

Closing as invalid then.