David Bolen <db3l....@gmail.com> added the comment:

Ok, I've resolved this, and the linker errors did actually point at the root 
issue.  They show trying to link extensions against 
/usr/local/lib/libpython2.7.a which was my test static build of 2.7.16.

Arguably this seems an issue in the buildbot build process in that it doesn't 
sandbox extension building to force linking to the python library being built 
rather than a random system library, but I can't see spending any time on that. 
 I've purged the 2.7.16 files from the /usr/local tree and things seem to be 
back to normal

I've started a new run for the failing build.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36718>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to