[New-bugs-announce] [issue31909] Missing definition of HAVE_SYSCALL_GETRANDOM

Ilya Kulakov report at bugs.python.org
Tue Oct 31 02:29:04 EDT 2017


New submission from Ilya Kulakov <kulakov.ilya at gmail.com>:

Python 3.5 and 3.6 in their corresponding configure.ac try to detect presence of sys_getrandom. The result is written into the `HAVE_GETRANDOM_SYSCALL` definition.

libexpact checks for `HAVE_SYSCALL_GETRANDOM` and since it's not defined, does not use it. This fails compilation with up to date libexpact due to a new condition [1].

[1] https://github.com/python/cpython/blob/master/Modules/expat/xmlparse.c#L87-L91

----------
components: Build
messages: 305270
nosy: Ilya.Kulakov
priority: normal
severity: normal
status: open
title: Missing definition of HAVE_SYSCALL_GETRANDOM
versions: Python 3.4, Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31909>
_______________________________________


More information about the New-bugs-announce mailing list