[New-bugs-announce] [issue35184] Makefile is not correctly generated when compiling pyextat with DXML_POOR_ENTROPY=1

Marta Gómez report at bugs.python.org
Wed Nov 7 11:47:20 EST 2018


New submission from Marta Gómez <mgmacias95 at gmail.com>:

Hello,

I was getting this same error (https://bugs.python.org/issue35139) when compiling pyextat so I added these changes (https://github.com/python/cpython/pull/10291/files) to my Setup.dist. 

After running ./configure, the generated Makefile throws the following error:

$ make
Makefile:264: *** missing separator.  Stop.

I have tried this in both Python 3.7 and 3.6 and I get the error in both (the line numbers are different but the error is the same). I have tested this in both Ubuntu 16/18 and CentOS 7.

Any hints in how could I fix this?

Best regards,
Marta

----------
components: Build
messages: 329424
nosy: mgmacias95
priority: normal
severity: normal
status: open
title: Makefile is not correctly generated when compiling pyextat with DXML_POOR_ENTROPY=1
type: compile error
versions: Python 3.6, Python 3.7

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


More information about the New-bugs-announce mailing list