Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 343385

Summary: dev-python/greenlet-0.3.1 fails to build with Python 3.2 (PyCObject)
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
URL: https://bitbucket.org/ambroff/greenlet/issue/15
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 292402    
Attachments: greenlet-0.3.1:20101030-145819.log

Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-10-30 14:54:51 UTC
dev-python/greenlet-0.3.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.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-10-30 14:57:12 UTC
Created attachment 252575 [details]
greenlet-0.3.1:20101030-145819.log

-Werror=implicit-function-declaration allows to reproduce this bug during
building.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-04-09 20:21:16 UTC
https://bitbucket.org/ambroff/greenlet/changeset/f61fffb6feeb
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-04-09 20:31:22 UTC
Fixed in dev-python/greenlet-0.3.1.