Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292415 - dev-python/pycxx-6.2.3-r1 incompatible with Python 3.2 (PyCObject)
Summary: dev-python/pycxx-6.2.3-r1 incompatible with Python 3.2 (PyCObject)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-3.2
  Show dependency tree
 
Reported: 2009-11-08 18:17 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2011-04-09 19:55 UTC (History)
2 users (show)

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


Attachments
pysvn-1.7.1:20091108-173526.log (pysvn-1.7.1:20091108-173526.log,97.81 KB, text/plain)
2009-11-08 18:20 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-11-08 18:17:50 UTC
dev-python/pycxx-6.1.1 is incompatible with Python 3.2. It uses PyCObject-related functions which are deprecated in Python 3.1 and removed in Python 3.2.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-11-08 18:19:38 UTC
PyCapsule-related functions should be used.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-11-08 18:20:42 UTC
Created attachment 209644 [details]
pysvn-1.7.1:20091108-173526.log

This bug causes build failure of dev-python/pysvn.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-11-08 18:43:13 UTC
http://docs.python.org/3.1/c-api/cobject.html
http://docs.python.org/3.1/c-api/capsule.html
Comment 4 Tolga Dalman 2011-02-21 10:05:45 UTC
Apparantly, there is a dedicated python 3 version of pycxx. See http://cxx.sourceforge.net/PyCXX-Python3.html. Also, pycxx is currently at 6.2.1-r1 in the repository.
Comment 5 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-02-21 12:20:44 UTC
(In reply to comment #4)
> Apparantly, there is a dedicated python 3 version of pycxx. See
> http://cxx.sourceforge.net/PyCXX-Python3.html.

PyCXX tarballs contain code for both Python 2 and Python 3.
Comment 6 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-04-09 19:18:39 UTC
http://cxx.svn.sourceforge.net/viewvc/cxx?view=revision&revision=266
Comment 7 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-04-09 19:55:28 UTC
Fixed in dev-python/pycxx-6.2.3-r2.