Edd Barrett added the comment:
This problem shows up on OpenBSD too. It breaks 'hg view' also.
--
nosy: +Edd.Barrett
___
Python tracker
<http://bugs.python.o
New submission from Edd Barrett:
Hi,
I'm sure you have heard about OpenBSD's LibreSSL fork of OpenSSL. There has
been a lot of code reorganisation and removal. One function which was removed
`RAND_egd()` breaks the CPython build. CPython no longer builds on OpenBSD.
I have submitt
New submission from Edd:
Hi,
I am willing to bet that this has been discussed before, but I don't see any
related bugs.
I have been using Python for a while now as a prototyping language for
scientific applications. Most recently I have been using it for prototype
program analyses.
In
New submission from Edd :
Hi,
I just had to move the "extern lstat..." outside the "ifndef
HAVE_LSTAT" to get python 2.6.1 to build on OpenBSD 4.4-current/i386.
I'm not suggesting this is correct, but it fixes the build for my
platform at least.
--- Modules/posixmod