New submission from Ilya Kulakov <kulakov.i...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue31909>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to