Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=588941
--- Comment #45 from Dave Malcolm dmalcolm@redhat.com 2010-12-22 21:11:19 EST --- (In reply to comment #44)
I haven't yet addressed the sys.path issue (I plan to look at this next).
I've created a fix for the library path issue, see: https://codespeak.net/issue/pypy-dev/issue614
and moved the libraries from /usr/share to /usr/lib{64}
The installed binary now works: [david@surprise ~]$ pypy Python 2.5.2 (, Dec 22 2010, 23:14:02) [PyPy 1.4.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``PyPy is an exciting technology that lets you to write fast, portable, multi-platform interpreters with less effort''
import sys sys.path
['', '/usr/lib64/pypy-1.4.1/lib_pypy', '/usr/lib64/pypy-1.4.1/lib-python/modified-2.5.2', '/usr/lib64/pypy-1.4.1/lib-python/2.5.2', '/usr/lib64/pypy-1.4.1/lib-python/2.5.2/plat-linux2', '/usr/lib64/pypy-1.4.1/site-packages']
import collections collections.__file__
'/usr/lib64/pypy-1.4.1/lib_pypy/collections.pyc'
Latest specfile is at usual place: http://fedorapeople.org/~dmalcolm/python-packaging/pypy.spec
Updated SRPM: http://fedorapeople.org/~dmalcolm/python-packaging/pypy-1.4.1-3.fc13.src.rpm
Changes:
http://fedorapeople.org/~dmalcolm/python-packaging/pypy-from-1.4.1-2-to-1.4....
Successful scratch build of an earlier version of this (in which only comments have since changed): http://koji.fedoraproject.org/koji/taskinfo?taskID=2685524
rpmlint gains a warning: $ rpmlint *.rpm|sort 7 packages and 0 specfiles checked; 0 errors, 2 warnings. pypy-libs.i686: W: only-non-binary-in-usr-lib pypy-libs.x86_64: W: only-non-binary-in-usr-lib
but given that we're deliberately moving things to %{_libdir}, as per comment #21, I think it's reasonable to waive this.
How is this looking?