This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2015年10月08日 07:32 by davyg, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg252517 - (view) | Author: Guillaume DAVY (davyg) | Date: 2015年10月08日 07:32 | |
Around line 1455 in setup.py the "libraries" variable is assigned but seems to be ignored when the Extension object for multiprocessing is created. This leads to a linking error on my system : "undefined symbol: clock_gettime" |
|||
| msg252820 - (view) | Author: Davin Potts (davin) * (Python committer) | Date: 2015年10月11日 17:03 | |
Can you provide more relevant information to help others reproduce this? What operating system, did you install Python yourself or did it come with the operating system, what Python package you are trying to install (the package supplying the setup.py you're trying to run)? Without more information, there's nothing for us to go on. |
|||
| msg260911 - (view) | Author: Davin Potts (davin) * (Python committer) | Date: 2016年02月26日 23:48 | |
Closing as the original reporter has not responded to requests for additional information after 4.5 months. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:22 | admin | set | github: 69527 |
| 2016年02月26日 23:48:09 | davin | set | status: pending -> closed resolution: out of date messages: + msg260911 stage: resolved |
| 2015年10月11日 17:03:46 | davin | set | status: open -> pending nosy: + davin messages: + msg252820 |
| 2015年10月08日 07:32:36 | davyg | create | |