| Summary: | kdebase-workstation won't compile with new cmake 2.8.6 | ||
|---|---|---|---|
| Product: | [I don't know] kde | Reporter: | Martin Stolpe <martinstolpe> |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | adaptee |
| Priority: | NOR | ||
| Version First Reported In: | 4.7 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
*** This bug has been marked as a duplicate of bug 283462 *** |
Version: 4.7 (using Devel) OS: Linux When cmake 2.8.6 is installed on the system compilation of kdebase-workspace will fail with the following error message: cd /home/martin/abs/kdebase-workspace/src/build/plasma/generic/scriptengines/python && /usr/bin/python /usr/share/apps/cmake/modules/PythonCompile.py /home/martin/abs/kdebase-workspace/src/build/plasma/generic/scriptengines/python//plasma_importer.py File "/home/martin/abs/kdebase-workspace/src/build/plasma/generic/scriptengines/python//plasma_importer.py", line 107 exec code in mod.__dict__ ^ SyntaxError: invalid syntax make[2]: *** [compile_python_files] Error 1 Reproducible: Always Steps to Reproduce: install cmake 2.8.6 on the system try to compile kdebase-workspace Expected Results: compile without errors