On Fri, Jul 23, 2010 at 2:07 PM, David Malcolm wrote:
> I've been running mass rebuilds of python-using packages against python
> 2.7 [1]
>
> We're now down to 202 failing builds, so I'm attaching a by-maintainer
> report on them.
>

cmake needs to be rebuilt. There is a line in
/usr/share/cmake/Modules/FindPythonLibs.cmake

   FOREACH(_CURRENT_VERSION 2.6 2.5 2.4 2.3 2.2 2.1 2.0 1.6 1.5)

This line has to be patched to support 2.7. It is used to detect the
python include path.

Any python package that uses cmake will probably fail.

Orcan
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to