On 26 June 2016 at 02:30, Victor Stinner <[email protected]> wrote:
> The configure check ensures that constants required to build random.c are
> available. We can only run this check at the compilation. I don't want to
> maintain hardcoded constants.
>
> The proper fix is to add getrandom() to the libc:
> https://sourceware.org/bugzilla/show_bug.cgi?id=17252
>
> But you may have the same issue if you build the lib with "old" header
> files.

mock (the Fedora build utility, not the Python testing utility) will
use the updated header files when building against the newer glibc, so
not worrying about this until it's resolved there sounds fine to me.

Cheers,
Nick.

-- 
Nick Coghlan   |   [email protected]   |   Brisbane, Australia
_______________________________________________
Security-SIG mailing list
[email protected]
https://mail.python.org/mailman/listinfo/security-sig

Reply via email to