Re: HEADS UP: system python changed to 2.7

2011-06-13 Thread Jasper Lievisse Adriaanse
On Mon, Jun 13, 2011 at 07:27:07PM +0200, Samir SAADA wrote: > Hi, > with this patch I can compile pyhton 2.7 on loongson, > the same modifications are used in devel/libffi, > I don't know if there are side effects on ctypes though. > > Samir. > > > regress test "ok": > test_ctypes > /usr/obj/po

Re: HEADS UP: system python changed to 2.7

2011-06-13 Thread Samir SAADA
On Mon, Jun 13, 2011 at 07:27:07PM +0200, Samir SAADA wrote: > Hi, > with this patch I can compile pyhton 2.7 on loongson, > the same modifications are used in devel/libffi, > I don't know if there are side effects on ctypes though. > > regress test "ok": > test_ctypes > /usr/obj/pobj/Python-2.7.1

Re: HEADS UP: system python changed to 2.7

2011-06-13 Thread Samir SAADA
Hi, with this patch I can compile pyhton 2.7 on loongson, the same modifications are used in devel/libffi, I don't know if there are side effects on ctypes though. Samir. regress test "ok": test_ctypes /usr/obj/pobj/Python-2.7.1/Python-2.7.1/Lib/ctypes/util.py:180: DeprecationWarning: the cmp a

HEADS UP: system python changed to 2.7

2011-06-13 Thread Remi Pointel
Hello, As you may have noticed the default python version has changed to 2.7. Please note: - if you have currently installed ports that use python, you will need to upgrade them before installing new ports using python. if you have a mixture of old+new you will have problems finding libraries. T