Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 387533 - kde-misc/synaptiks-0.8 does not support python 3
Summary: kde-misc/synaptiks-0.8 does not support python 3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL: https://pypi.python.org/pypi/synaptiks
Whiteboard:
Keywords:
: 389933 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-10-18 12:48 UTC by Matthew Schultz
Modified: 2012-03-27 09:27 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
synaptiks-0.8.0.ebuild.patch (synaptiks.patch,441 bytes, patch)
2011-10-18 12:49 UTC, Matthew Schultz
Details | Diff
synaptiks-0.8.0.ebuild.patch (synaptiks-0.8.0.ebuild.patch,478 bytes, patch)
2011-12-15 14:01 UTC, Matthew Schultz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Schultz 2011-10-18 12:48:00 UTC
kde-misc/synaptiks-0.8.0 ebuild incorrectly supports python 3.  There isn't any support for python 3 in synaptiks 0.8.0 as noted on the home page.  You need to change the ebuild to only support python < 3. 

Reproducible: Always
Comment 1 Matthew Schultz 2011-10-18 12:49:15 UTC
Created attachment 290151 [details, diff]
synaptiks-0.8.0.ebuild.patch

Patches 0.8.0 ebuild so that it only checks for python support < 3.
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2011-10-18 22:13:09 UTC
Fixed, thanks!
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2011-12-15 00:58:23 UTC
*** Bug 389933 has been marked as a duplicate of this bug. ***
Comment 4 Matthew Schultz 2011-12-15 14:01:02 UTC
It appears this bug still exists.  After some investigation, the fix for 0.8.0 on Oct 18 is not enough to restrict this ebuild to < python 3.  If I eselect python 3, it will still attempt to compile with python 3 which is probably what Bug 389933 is about.  http://www.gentoo.org/proj/en/Python/developersguide.xml states that SUPPORT_PYTHON_ABIS="1" must be set when supporting multiple python versions.  It appears adding this actually forces compilation with a supported version.
Comment 5 Matthew Schultz 2011-12-15 14:01:32 UTC
Created attachment 295925 [details, diff]
synaptiks-0.8.0.ebuild.patch
Comment 6 Johannes Huber (RETIRED) gentoo-dev 2011-12-15 14:29:01 UTC
Thanks. Fixed in other way. Sync in some hours.
Comment 7 Robert Cabrera 2012-03-27 09:09:23 UTC
kde-misc/synaptiks-0.8.1 has regressed. 

It will only emerge if the python interpretor is set to 2.x.

If set to 3.x the emerge fails every time on my ~amd64 laptop.
Comment 8 Johannes Huber (RETIRED) gentoo-dev 2012-03-27 09:27:28 UTC
(In reply to comment #7)
> kde-misc/synaptiks-0.8.1 has regressed. 
> 
> It will only emerge if the python interpretor is set to 2.x.
> 
> If set to 3.x the emerge fails every time on my ~amd64 laptop.

Yes bug slipped in version bumped, should be fixed now. Sync in some hours to get the change.