Created attachment 64281 [details] build log Version: 4.7 (using Devel) OS: Linux kde-workspace 4.7.2 fails to build under Arch Linux. The error is: File "/home/mladen/Programi/PKGBUILDs/kworkspace/src/build/plasma/generic/scriptengines/python//plasma_importer.py", line 107 exec code in mod.__dict__ ^ SyntaxError: invalid syntax Reproducible: Didn't try Steps to Reproduce: Try to compile it. Expected Results: kde-workspace should compile, and it fails every time.
You are using python-3.2.2 as the default python. Use python2-2.7.x instead.
Thanks, it works now! The problem is in Arch Linux packaging - sip depends on python3 while other packages (including kdeworkspace) require both sip and python2. It's a mess...
*** Bug 283570 has been marked as a duplicate of this bug. ***