Message309000
| Author | xdegaye |
|---|---|
| Recipients | amitg-b14, xdegaye |
| Date | 2017-12-24.15:49:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1514130567.51.0.213398074469.issue32335@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Your build failure output shows that _threadmodule.c is not compiled and therefore the _thread module is missing. You just need to overwrite the current Modules/Setup file (it is possibly corrupted somehow) as suggested at the start of your attached build output and then run make again: $ cp Modules/Setup.dist Modules/Setup $ make |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-24 15:49:27 | xdegaye | set | recipients: + xdegaye, amitg-b14 |
| 2017-12-24 15:49:27 | xdegaye | set | messageid: <1514130567.51.0.213398074469.issue32335@psf.upfronthosting.co.za> |
| 2017-12-24 15:49:27 | xdegaye | link | issue32335 messages |
| 2017-12-24 15:49:27 | xdegaye | create | |