Message340630
| Author | ahurst |
|---|---|
| Recipients | ahurst, mgmacias95 |
| Date | 2019-04-22.01:56:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1555898168.61.0.0207450358984.issue35184@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I can reproduce this issue by uncommenting the pyexpat line in Setup.dist and compiling. The issue is with -DXML_POOR_ENTROPY=1. The equals character causes the line to be incorrectly interpreted as a macro definition by makesetup. This results in an invalid Makefile output. I've submitted a PR, but a quick work-around is to remove the "=1". It is not necessary. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-04-22 01:56:08 | ahurst | set | recipients: + ahurst, mgmacias95 |
| 2019-04-22 01:56:08 | ahurst | set | messageid: <1555898168.61.0.0207450358984.issue35184@roundup.psfhosted.org> |
| 2019-04-22 01:56:08 | ahurst | link | issue35184 messages |
| 2019-04-22 01:56:08 | ahurst | create | |