Re: [pypy-dev] Build pypy 2.5.1 source code on Redhat EL5.7

2015-05-09 Thread Phyo Arkar
ofcoz , it is an opensource project. On Sat, May 9, 2015 at 3:12 PM, Yury V. Zaytsev wrote: > On Sat, 2015-05-09 at 10:59 +0800, Yicong Huang wrote: > > > > Could you please provide the document on how to build the portable > > version? > > Have a look at the last section of the readme in the po

Re: [pypy-dev] Build pypy 2.5.1 source code on Redhat EL5.7

2015-05-09 Thread Yury V. Zaytsev
On Sat, 2015-05-09 at 10:59 +0800, Yicong Huang wrote: > > Could you please provide the document on how to build the portable > version? Have a look at the last section of the readme in the portable PyPy repository; all the magic is in the repository as well (make_portable and drive.py). -- Sin

Re: [pypy-dev] Build pypy 2.5.1 source code on Redhat EL5.7

2015-05-09 Thread Yicong Huang
Great thanks! The portable pypy did work. I am very interested in how it done, but did not find detail descriptions on github page. Could you please provide the document on how to build the portable version? On Fri, May 8, 2015 at 10:55 PM, Phyo Arkar wrote: > https://github.com/squeaky-pl/porta

Re: [pypy-dev] Build pypy 2.5.1 source code on Redhat EL5.7

2015-05-08 Thread Phyo Arkar
https://github.com/squeaky-pl/portable-pypy On May 8, 2015 9:23 PM, "Phyo Arkar" wrote: > can you try with portable pypy ? > Hi, > > We would like to try latest pypy 2.5.1. > However, we found out the downloaded binary was not compatible with our > Linux enviroment (Redhat EL5.7, kernel 2.6.32).

Re: [pypy-dev] Build pypy 2.5.1 source code on Redhat EL5.7

2015-05-08 Thread Phyo Arkar
can you try with portable pypy ? Hi, We would like to try latest pypy 2.5.1. However, we found out the downloaded binary was not compatible with our Linux enviroment (Redhat EL5.7, kernel 2.6.32). And for some reasons, we have no plans to upgrade Linux soon. I tried to build pypy 2.5.1 source code