Matt Billenstein <m...@vazor.com> added the comment:
So, I'd been trying various things before the master restart and I was using python3 supplied by homebrew - I decided I didn't like that dependency and switched it back to /usr/bin/python3 as supplied by the system [1]. I did a rebuild on 325 a couple more times and both of those failed in the same way - now I've switched back to homebrew python3 and compile succeeded this time... I'll let this bake, seems pretty strange changing the interpreter running the buildbot would matter - everything else should be the same however. m 1: mattb@macbook-pro:~ $ /usr/bin/python3 Python 3.8.2 (default, Apr 8 2021, 23:19:18) [Clang 12.0.5 (clang-1205.0.22.9)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> ^D mattb@macbook-pro:~ $ /usr/local/bin/python3 Python 3.9.5 (default, May 4 2021, 03:36:27) [Clang 12.0.0 (clang-1200.0.32.29)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> On Thu, Jun 03, 2021 at 04:20:40AM +0000, Ned Deily wrote: > > Ned Deily <n...@python.org> added the comment: > > Alas, it looks like build 325 failed in the same way as build 322: > > https://buildbot.python.org/all/#/builders/366/builds/325 > > I wonder if there might be a Makefile race condition. > > ---------- > resolution: out of date -> > stage: resolved -> > status: closed -> open > > _______________________________________ > Python tracker <rep...@bugs.python.org> > <https://bugs.python.org/issue44290> > _______________________________________ ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44290> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com