Re: [pypy-dev] Linux 3.0 kernel fallout

2011-08-16 Thread Piotr Skamruk
strange, my pypy build was also done on uname -r == 3.0.0-8-generic and i have 'linux2' as sys.platform cpython is from distribution (ubuntu) and probably could be build with kernel earlier than 3.0.0 2011/8/17 David Edelsohn : > On Tue, Aug 16, 2011 at 4:20 PM, Leonardo Santagada > wrote: >> O

Re: [pypy-dev] Linux 3.0 kernel fallout

2011-08-16 Thread David Edelsohn
On Tue, Aug 16, 2011 at 4:20 PM, Leonardo Santagada wrote: > On Tue, Aug 16, 2011 at 3:36 PM, Amaury Forgeot d'Arc > wrote: >> 2011/8/16 Reiner | chocri >>> >>> $ python -c 'import sys; print sys.platform' >>> linux2 >>> $ uname -r >>> 3.0.0-1-686-pae >> >> So, where is the issue? Did you *buil

Re: [pypy-dev] Linux 3.0 kernel fallout

2011-08-16 Thread Leonardo Santagada
On Tue, Aug 16, 2011 at 3:36 PM, Amaury Forgeot d'Arc wrote: > 2011/8/16 Reiner | chocri >> >> $ python -c 'import sys; print sys.platform' >> linux2 >> $ uname -r >> 3.0.0-1-686-pae > > So, where is the issue? I saw that some distros are putting in place patches to make linux 3.0 to appear to b

Re: [pypy-dev] Linux 3.0 kernel fallout

2011-08-16 Thread Amaury Forgeot d'Arc
2011/8/16 Reiner | chocri > $ python -c 'import sys; print sys.platform' > linux2 > > $ uname -r > 3.0.0-1-686-pae > So, where is the issue? -- Amaury Forgeot d'Arc ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo

Re: [pypy-dev] Linux 3.0 kernel fallout

2011-08-16 Thread Amaury Forgeot d'Arc
2011/8/16 David Edelsohn > It appears that the tests for 'linux2' in Python and PyPy libraries > are broken by the appearance of Linux 3.0 kernels. > Yes, PyPy is consistent with CPython2.7 in this aspect :-) By the way, does CPython work at all on linux 3.0? what do you get with this command?

Re: [pypy-dev] Linux 3.0 kernel fallout

2011-08-16 Thread Laura Creighton
In a message of Tue, 16 Aug 2011 11:39:35 EDT, David Edelsohn writes: >It appears that the tests for 'linux2' in Python and PyPy libraries >are broken by the appearance of Linux 3.0 kernels. > >- David Can you make a bug report about this? Things sent to the mailing list tend to get forgotten. L

[pypy-dev] Linux 3.0 kernel fallout

2011-08-16 Thread David Edelsohn
It appears that the tests for 'linux2' in Python and PyPy libraries are broken by the appearance of Linux 3.0 kernels. - David ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev