Bug 283462

Summary: kde-workspace 4.7.2 fails to build
Product: [I don't know] kde Reporter: Daimonion <pejakm>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED NOT A BUG    
Severity: crash CC: adaptee, martinstolpe
Priority: NOR    
Version: 4.7   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: build log

Description Daimonion 2011-10-06 11:37:37 UTC
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.
Comment 1 Jekyll Wu 2011-10-06 15:47:34 UTC
You are using python-3.2.2 as the default python. Use python2-2.7.x instead.
Comment 2 Daimonion 2011-10-06 16:09:03 UTC
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...
Comment 3 Jekyll Wu 2011-10-08 06:23:48 UTC
*** Bug 283570 has been marked as a duplicate of this bug. ***