Bug 311182

Summary: opencv CMakeLists.txt requires python2
Product: kde-windows Reporter: Peter Grasch <me>
Component: buildsystemAssignee: KDE-Windows <kde-windows>
Status: RESOLVED FIXED    
Severity: normal CC: cullmann
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:
Attachments: Fix for Python 3

Description Peter Grasch 2012-12-05 09:43:58 UTC
The stock modules/python/CMakeLists.txt contains the check "execute_process(COMMAND ${PYTHON_EXECUTABLE} -c "import distutils.sysconfig; print distutils.sysconfig.get_config_var('SO')"" which uses the old (python 2) print syntax (no parenthesis) .

I've attached the trivial patch that makes cmake happy.

Reproducible: Always
Comment 1 Peter Grasch 2012-12-05 09:44:26 UTC
Created attachment 75635 [details]
Fix for Python 3
Comment 2 Andrew Crouthamel 2018-11-09 01:06:37 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Andrew Crouthamel 2018-11-20 04:07:50 UTC
Dear Bug Submitter,

This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand.

Thank you for helping us make KDE software even better for everyone!
Comment 4 Christoph Cullmann 2019-10-20 15:13:27 UTC
Such a patch is in the current craft blueprint.