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

Bug 420621

Summary: trivial patch for dev-python/pypy for Prefix support
Product: Gentoo/Alt Reporter: Benda Xu <heroxbd>
Component: Prefix SupportAssignee: Dirkjan Ochtman (RETIRED) <djc>
Status: RESOLVED FIXED    
Severity: enhancement CC: nirbheek, prefix, python
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: pypy.patch
pypy.patch

Description Benda Xu gentoo-dev 2012-06-11 02:59:24 UTC
Hi, by disabling the dirty hack from pypy source, I can emerge pypy on Gentoo Prefix without a problem. 

The dirty hack is not necessary because Gentoo has its evolved way to handle openssl 1.0.0 transition.

Reproducible: Always
Comment 1 Benda Xu gentoo-dev 2012-06-11 03:00:54 UTC
Created attachment 314927 [details, diff]
pypy.patch

Here is the patch to clean up the build system and enable Prefix support
Comment 2 Benda Xu gentoo-dev 2012-06-11 03:02:41 UTC
Created attachment 314929 [details, diff]
pypy.patch

delete manifest section.
Comment 3 Marien Zwart (RETIRED) gentoo-dev 2012-06-17 15:32:57 UTC
Thanks, the patch to not link statically is included in pypy 1.9-r1 as that seemed a good idea no matter what. I'll leave adding keywords to someone who can actually test this (I don't have a prefix environment set up). I'll leave the bug open for the keywording.
Comment 4 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2012-06-17 23:01:43 UTC
Thanks.

(In reply to comment #3)
> I'll leave the bug open for the keywording.

You could have considered it tested with the original patch.
Comment 5 Benda Xu gentoo-dev 2012-06-18 11:34:10 UTC
Thanks a lot, Marien and Jeremy :)