Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 458234 - dev-python/pypy: Missing rpython binary
Summary: dev-python/pypy: Missing rpython binary
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-19 08:16 UTC by Patrick Lauer
Modified: 2017-10-15 09:43 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2013-02-19 08:16:21 UTC
After fiddling with the 2.0_beta ebuild to install pypy/bin/rpython:

# /usr/lib64/pypy2.0/rpython
Traceback (most recent call last):
  File "app_main.py", line 52, in run_toplevel
  File "/usr/lib64/pypy2.0/rpython", line 11, in <module>
    from pypy.translator.goal.translate import main
ImportError: No module named pypy


Would be very nice to have these components (rpython + pypy/ folder) installed too. If I figure out how to cleanly do that I'll just fix it
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2013-02-20 16:17:56 UTC
well ImportError: No module named pypy generally spells you gotta set PYTHONPATH for whatever silly reason it lost its way, but in this case it appears a non standard manouver.
Comment 2 Mike Gilbert gentoo-dev 2013-02-20 17:09:12 UTC
I proposed in IRC to just install the pypy folder under /usr/lib/pypy${SLOT}/pypy, rather than try to shoehorn it into site-packages. It's more of a build system than a shared package.

This would require any consumers to set PYTHONPATH to utilize the modules contained therein.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-07-29 10:15:41 UTC
(In reply to Patrick Lauer from comment #0)
> Would be very nice to have these components (rpython + pypy/ folder)
> installed too.

What's the rationale for having it?
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-10-15 09:43:55 UTC
No reply for 4+ years now.