[pypy-dev] nightly builds require OpenSSL 1.0 ?

2012-08-31 Thread Stefan Behnel
Hi, my nightly fetch-PyPy build job stopped working two days ago because the nightly builds now require libssl 1.0.0. It's not currently available on our integration test server. Is that dependency really necessary or was it just an accidental side effect of a system update? Stefan

Re: [pypy-dev] nightly builds require OpenSSL 1.0 ?

2012-08-31 Thread Maciej Fijalkowski
On Fri, Aug 31, 2012 at 9:22 AM, Stefan Behnel wrote: > Hi, > > my nightly fetch-PyPy build job stopped working two days ago because the > nightly builds now require libssl 1.0.0. It's not currently available on > our integration test server. > > Is that dependency really necessary or was it just

Re: [pypy-dev] pypy android

2012-08-31 Thread Armin Rigo
Hi Maciej, On Thu, Aug 30, 2012 at 10:01 PM, Maciej Fijalkowski wrote: > Is there such a thing as pypy for android in the first place? I think that the ARM JIT backend supports Android, at least if you look at the version numbers of the processors. I don't know if this has been tested so far.

Re: [pypy-dev] pypy android

2012-08-31 Thread David Schneider
Hi, > On Thu, Aug 30, 2012 at 10:01 PM, Maciej Fijalkowski wrote: >> Is there such a thing as pypy for android in the first place? To my knowledge there isn't really a PyPy for android so far. > > I think that the ARM JIT backend supports Android, at least if you > look at the version numbers o

Re: [pypy-dev] nightly builds require OpenSSL 1.0 ?

2012-08-31 Thread Armin Rigo
Hi, On Fri, Aug 31, 2012 at 9:27 AM, Maciej Fijalkowski wrote: > This was an effect of a system update. Binary compatibility on linux is hard > :/ I hacked *yet again another time* to link openssl statically in the binary, like it should have been before. A bientôt, Armin. __

[pypy-dev] pypy android

2012-08-31 Thread Wiktor Mizdal
Hi, In article "Almost There - PyPy's ARM Backend" on Pypy blog, in "The incomplete list of open topics:" is point "Build a version that runs on Android". Will somebody work on it? Wiktor Mizdal ___ pypy-dev mailing list [email protected] http://ma

Re: [pypy-dev] Developer selection for Py3k

2012-08-31 Thread Carlos Ferreira
I would like to know, how can I contribute for this project :) I have some experience with C/C++ and Python, but the main reason would be, to learn even more, specially things that aren't usually found in books :) On 23 August 2012 01:32, Philip Jenvey wrote: > > On Jun 29, 2012, at 12:39 PM, Ph

Re: [pypy-dev] pypy android

2012-08-31 Thread Leonardo Santagada
On Fri, Aug 31, 2012 at 5:10 AM, David Schneider wrote: > > > Based on the requirements PyPy could in Theory work on Android, it is Linux > based, allows JIT compilation, the commonly used hardware matches what the > backend supports. But AFAIK android uses a different libc, called bionic, and

Re: [pypy-dev] pypy android

2012-08-31 Thread Carl Friedrich Bolz
On 08/31/2012 10:35 AM, Wiktor Mizdal wrote: Hi, In article "Almost There - PyPy's ARM Backend" on Pypy blog, in "The incomplete list of open topics:" is point "Build a version that runs on Android". Will somebody work on it? Nobody that we know of is working on this, or plans to. Contribution

Re: [pypy-dev] cpyext performance

2012-08-31 Thread Armin Rigo
Hi, On Thu, Aug 30, 2012 at 10:28 AM, Armin Rigo wrote: > This is a blocker, and one that the plan towards CFFI should > completely fix. A quick but successful attempt can be found in cffi/demo/{api,pyobj}.py. api.py is a bit of a hack but lets you declare functions with the decorator @ffi.pyex