[issue47232] Difficulties building tip of tree Python for emscripten

2022-04-05 Thread Hood Chatham
Hood Chatham added the comment: Okay I got it working. I was making several mistakes that each caused the same symptoms so it was hard to track them all down. Thanks again for your help! -- status: open -> closed ___ Python tracker

[issue47232] Difficulties building tip of tree Python for emscripten

2022-04-05 Thread Christian Heimes
Christian Heimes added the comment: You are building a cross-build with "--with-build-python=/usr/local/bin/python3.11". Is the interpreter up to date? During alpha and beta phase, the build Python interpreter should be built from the exact same git commit as the sources in "../..". If the

[issue47232] Difficulties building tip of tree Python for emscripten

2022-04-05 Thread Hood Chatham
Hood Chatham added the comment: There is still a pretty good change I am making some dumb mistake. -- ___ Python tracker ___ ___

[issue47232] Difficulties building tip of tree Python for emscripten

2022-04-05 Thread Hood Chatham
Hood Chatham added the comment: config.log is apparently 1.7 MB and when I try to upload I get "Error 413: Entity Too Large". I've attached the Makefile. -- Added file: https://bugs.python.org/file50723/Makefile ___ Python tracker

[issue47232] Difficulties building tip of tree Python for emscripten

2022-04-05 Thread Christian Heimes
Christian Heimes added the comment: Please attach config.log and Makefile from the builddir. -- ___ Python tracker ___ ___

[issue47232] Difficulties building tip of tree Python for emscripten

2022-04-05 Thread Hood Chatham
Hood Chatham added the comment: I take it back, I am still having this problem. -- status: closed -> open ___ Python tracker ___

[issue47232] Difficulties building tip of tree Python for emscripten

2022-04-05 Thread Hood Chatham
Hood Chatham added the comment: Okay I found the problem. Elsewhere in my Makefiles `PYTHON_FOR_BUILD` was getting overwritten. -- stage: -> resolved status: open -> closed ___ Python tracker

[issue47232] Difficulties building tip of tree Python for emscripten

2022-04-05 Thread pmp-p
Change by pmp-p : -- nosy: +pmpp ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue47232] Difficulties building tip of tree Python for emscripten

2022-04-05 Thread Hood Chatham
New submission from Hood Chatham : I am trying to build tot Python for Emscripten to test recent changes and having trouble. The problem is caused by recent changes since 3.11.0a6 to `sre`. I build a build Python 3.11 from tot, and provided it to `./configure