[Bug 311182] New: opencv CMakeLists.txt requires python2

Peter Grasch grasch at simon-listens.org
Wed Dec 5 09:43:58 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=311182

            Bug ID: 311182
          Severity: normal
           Version: unspecified
          Priority: NOR
          Assignee: kde-windows at kde.org
           Summary: opencv CMakeLists.txt requires python2
    Classification: Unclassified
                OS: MS Windows
          Reporter: grasch at simon-listens.org
          Hardware: Other
            Status: UNCONFIRMED
         Component: buildsystem
           Product: kde-windows

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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-windows mailing list