Bug 311182 - opencv CMakeLists.txt requires python2
Summary: opencv CMakeLists.txt requires python2
Status: RESOLVED FIXED
Alias: None
Product: kde-windows
Classification: Miscellaneous
Component: buildsystem (show other bugs)
Version: unspecified
Platform: unspecified Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: KDE-Windows
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-05 09:43 UTC by Peter Grasch
Modified: 2019-10-20 15:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Fix for Python 3 (717 bytes, application/octet-stream)
2012-12-05 09:44 UTC, Peter Grasch
Details

Note You need to log in before you can comment on or make changes to this bug.
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.