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

Bug 658216

Summary: dev-python/pypy3-6.0.0 with >=dev-libs/libressl-2.7 breakage
Product: Gentoo Linux Reporter: Tom Li <biergaizi2009>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED WONTFIX    
Severity: normal CC: libressl, lssndrbarbieri, mgorny
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 651228    
Attachments: Fix LibreSSL 2.7

Description Tom Li 2018-06-16 09:59:31 UTC
Created attachment 536052 [details, diff]
Fix LibreSSL 2.7

Because LibreSSL introduced several new APIs to the upstream, dev-python/pypy3-6.0.0 cannot be built with LibreSSL 2.7 successfully due to the redefinition of several functions already presented in the program as compatibility layer. The attached patch fixes the issue.

Like pypy3, pypy is likely to be affected by the same problem, a similar patch can be written with this one as a reference, but untested.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-08-30 05:01:39 UTC
Is this the only change necessary?  I'd be surprised by that.

Could you submit it upstream?