Re: [pypy-dev] 2.6.1 and freebsd-9

2015-09-01 Thread David Naylor
On Monday, 24 August 2015 23:07:20 David Naylor wrote: > On Saturday, 22 August 2015 21:25:44 Matti Picus wrote: > > I would like to add the freebsd-9-x86-64 binary tgz to our released > > downloads. We still have a number of failing tests showing up on > > http://buildbot.pypy.org/summary?category

Re: [pypy-dev] 2.6.1 and freebsd-9

2015-08-26 Thread David Naylor
On Thursday, 27 August 2015 00:53:05 Matti Picus wrote: > On 26/08/15 23:32, David Naylor wrote: > Please find attached for a patch that adds support for: > ctypes.CDLL(name, handle=X) > > The patch includes tests for the pypy and rpython changes. I am not sure > about the policy regarding

Re: [pypy-dev] 2.6.1 and freebsd-9

2015-08-26 Thread Matti Picus
On 26/08/15 23:32, David Naylor wrote: Please find attached for a patch that adds support for: ctypes.CDLL(name, handle=X) The patch includes tests for the pypy and rpython changes. I am not sure about the policy regarding changes to the python libraries an

Re: [pypy-dev] 2.6.1 and freebsd-9

2015-08-26 Thread David Naylor
On Tuesday, 25 August 2015 23:27:35 David Naylor wrote: > On Wednesday, 26 August 2015 00:09:14 Matti Picus wrote: > > On 25/08/15 21:26, David Naylor wrote: > > > > Please find attached for a patch that fixes this issue. Would you like me > > to submit a bug report for this patch? > > > > I have

Re: [pypy-dev] 2.6.1 and freebsd-9

2015-08-25 Thread David Naylor
On Wednesday, 26 August 2015 00:09:14 Matti Picus wrote: > On 25/08/15 21:26, David Naylor wrote: > > Please find attached for a patch that fixes this issue. Would you like me > to submit a bug report for this patch? > > I have not translation tested this patch as yet. > > Regards > > I commit

Re: [pypy-dev] 2.6.1 and freebsd-9

2015-08-25 Thread Matti Picus
On 25/08/15 21:26, David Naylor wrote: I have found the root cause of this problem (from the FreeBSD-Python team): """ Because dlopen symbol is magic. It is provided by the shared libc.so to satisfy the static linker, but real definition comes from the dynamic lin

Re: [pypy-dev] 2.6.1 and freebsd-9

2015-08-25 Thread David Naylor
On Monday, 24 August 2015 23:07:20 David Naylor wrote: > On Saturday, 22 August 2015 21:25:44 Matti Picus wrote: > > I would like to add the freebsd-9-x86-64 binary tgz to our released > > downloads. We still have a number of failing tests showing up on > > http://buildbot.pypy.org/summary?category

Re: [pypy-dev] 2.6.1 and freebsd-9

2015-08-24 Thread Ronan Lamy
Le 22/08/15 19:25, Matti Picus a écrit : I would like to add the freebsd-9-x86-64 binary tgz to our released downloads. We still have a number of failing tests showing up on http://buildbot.pypy.org/summary?category=freebsd64 among them many DLOpenError: "opening 'libm.so' with ctypes.CDLL() work

Re: [pypy-dev] 2.6.1 and freebsd-9

2015-08-24 Thread David Naylor
On Saturday, 22 August 2015 21:25:44 Matti Picus wrote: > I would like to add the freebsd-9-x86-64 binary tgz to our released > downloads. We still have a number of failing tests showing up on > http://buildbot.pypy.org/summary?category=freebsd64 > among them many > DLOpenError: "opening 'libm.so'

[pypy-dev] 2.6.1 and freebsd-9

2015-08-22 Thread Matti Picus
I would like to add the freebsd-9-x86-64 binary tgz to our released downloads. We still have a number of failing tests showing up on http://buildbot.pypy.org/summary?category=freebsd64 among them many DLOpenError: "opening 'libm.so' with ctypes.CDLL() works, but not with c_dlopen()??" and the m