Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 658216 - dev-python/pypy3-6.0.0 with >=dev-libs/libressl-2.7 breakage
Summary: dev-python/pypy3-6.0.0 with >=dev-libs/libressl-2.7 breakage
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: libressl-2.8.0
  Show dependency tree
 
Reported: 2018-06-16 09:59 UTC by Tom Li
Modified: 2021-04-30 21:09 UTC (History)
3 users (show)

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


Attachments
Fix LibreSSL 2.7 (libressl-2.7.patch,1.56 KB, patch)
2018-06-16 09:59 UTC, Tom Li
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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?