Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 357845 - dev-python/pyzmq-2.0.10.1 fails to build with Python 3.2 (PyCObject)
Summary: dev-python/pyzmq-2.0.10.1 fails to build 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: Dirkjan Ochtman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-3.2
  Show dependency tree
 
Reported: 2011-03-07 22:13 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2011-03-07 22:21 UTC (History)
1 user (show)

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


Attachments
pyzmq-2.0.10.1:20110307-203603.log (pyzmq-2.0.10.1:20110307-203603.log,46.30 KB, text/plain)
2011-03-07 22:15 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 2011-03-07 22:13:29 UTC
dev-python/pyzmq-2.0.10.1 fails to build with Python 3.2. It uses PyCObject-related functions which are deprecated in Python 3.1 and removed in Python 3.2. PyCapsule-related functions should be used.
http://docs.python.org/3.1/c-api/cobject.html
http://docs.python.org/3.1/c-api/capsule.html
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-03-07 22:15:20 UTC
Created attachment 265081 [details]
pyzmq-2.0.10.1:20110307-203603.log

-Werror=implicit-function-declaration allows to reproduce this bug during
building.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-03-07 22:21:37 UTC
Fixed in dev-python/pyzmq-2.0.10.1.