Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 420621 - trivial patch for dev-python/pypy for Prefix support
Summary: trivial patch for dev-python/pypy for Prefix support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Dirkjan Ochtman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-11 02:59 UTC by Benda Xu
Modified: 2012-06-18 11:34 UTC (History)
3 users (show)

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


Attachments
pypy.patch (pypy.patch,5.24 KB, patch)
2012-06-11 03:00 UTC, Benda Xu
Details | Diff
pypy.patch (pypy.patch,1.93 KB, patch)
2012-06-11 03:02 UTC, Benda Xu
Details | Diff

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