Message341292
| Author | ahurst |
|---|---|
| Recipients | ahurst, mgmacias95, ned.deily |
| Date | 2019-05-02.18:00:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1556820001.42.0.286688128819.issue35184@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Hi Ned, From a fresh checkout of master on Ubuntu 18.04, I uncomment the pyexpat line in Modules/Setup and run: cpython$ ./configure ... cpython$ make Makefile:273: *** missing separator. Stop. Here is the offending section of the resulting Makefile: 269 # === Definitions added by makesetup === 270 271 LOCALMODLIBS= 272 BASEMODLIBS= 273 pyexpat expat/xmlparse.c expat/xmlrole.c expat/xmltok.c pyexpat.c -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DXML_$ 274 PYTHONPATH=$(COREPYTHONPATH) 275 COREPYTHONPATH=$(DESTPATH)$(SITEPATH)$(TESTPATH) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-05-02 18:00:01 | ahurst | set | recipients: + ahurst, ned.deily, mgmacias95 |
| 2019-05-02 18:00:01 | ahurst | set | messageid: <1556820001.42.0.286688128819.issue35184@roundup.psfhosted.org> |
| 2019-05-02 18:00:01 | ahurst | link | issue35184 messages |
| 2019-05-02 18:00:01 | ahurst | create | |