Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408393 - media-tv/xbmc uses raw cmake instead of cmake utils
Summary: media-tv/xbmc uses raw cmake instead of cmake utils
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Xbox project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-15 18:25 UTC by Tomáš Chvátal (RETIRED)
Modified: 2012-03-20 09:55 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 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.