Bug ID | 1084281 |
---|---|
Summary | [cmake] feature-suse-python-interp-search-order.patch breaks cantor |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Basesystem |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | christophe@krop.fr |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
feature-suse-python-interp-search-order.patch causes an issue on the KDE CI hosts. The python2 backend in Cantor no longer builds as shown here: https://build.kde.org/job/Applications%20cantor%20kf5-qt5%20SUSEQt5.9/29/consoleFull The relevant part is here: 06:03:01 -- Found PythonLibs: /usr/lib64/libpython3.6m.so (found suitable version "3.6.4", minimum required is "2.7") Cantor explicitly tries to find python 2 but due to the patch, CMake ignores the version. Reverting the patch locally fixes the issue.