Bug 1269095

Summary: Cmake does not support Python 3.5
Product: [Fedora] Fedora Reporter: Vladimir Rusinov <vladimir.rusinov>
Component: cmakeAssignee: Orion Poplawski <orion>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: rawhideCC: helio, jreznik, ltinkl, mstuchli, orion, rdieter, rkuska
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: cmake-3.3.2-2.fc24 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-06 15:46:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Vladimir Rusinov 2015-10-06 10:21:01 UTC
Description of problem: cmake can't find Python 3.5


Version-Release number of selected component (if applicable): 3.3.2


How reproducible:

always reproducible


Steps to Reproduce:
1. install Python 3.5
2. try to build something that requires/uses Python 3.5 with cmake

Actual results:

cmake fails not being able to find PythonLibs


Expected results:

cmake does not fail

Additional info:

This commit fixes it: https://github.com/Kitware/CMake/commit/2db092b1f60b3677a2d44d5563bec216ae687e2f

So it's a matter of either updating cmake to some nightly or just applying this patch to 3.3.2.

I'll try to attach a patch to spec in a ~week if I can figure out what is correct way of contributing to Fedora for me.

Comment 1 Orion Poplawski 2015-10-06 15:46:16 UTC
Thanks, applied.