Bug 283462 - kde-workspace 4.7.2 fails to build
Summary: kde-workspace 4.7.2 fails to build
Status: RESOLVED NOT A BUG
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: 4.7
Platform: Arch Linux Linux
: NOR crash
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
: 283570 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-10-06 11:37 UTC by Daimonion
Modified: 2011-10-08 06:23 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
build log (131.57 KB, application/octet-stream)
2011-10-06 11:37 UTC, Daimonion
Details

Note You need to log in before you can comment on or make changes to this bug.
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. ***