Skip to content

Update to 3.14.0b1 #610

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Update to 3.14.0b1 #610

wants to merge 9 commits into from

Conversation

@zanieb zanieb marked this pull request as draft May 17, 2025 02:13
@zanieb zanieb changed the title Update to 3.14b1 Update to 3.14.0b1 May 17, 2025
@zanieb
Copy link
Member Author

zanieb commented May 17, 2025

A couple new extension modules

2025-05-17T02:24:39.4965485Z Traceback (most recent call last):
2025-05-17T02:24:39.5035664Z   File "/home/runner/work/python-build-standalone/python-build-standalone/cpython-unix/build.py", line 1307, in <module>
2025-05-17T02:24:39.5036416Z     sys.exit(main())
2025-05-17T02:24:39.5036632Z              ^^^^^^
2025-05-17T02:24:39.5037103Z   File "/home/runner/work/python-build-standalone/python-build-standalone/cpython-unix/build.py", line 1289, in main
2025-05-17T02:24:39.5037637Z     build_cpython(
2025-05-17T02:24:39.5038102Z   File "/home/runner/work/python-build-standalone/python-build-standalone/cpython-unix/build.py", line 764, in build_cpython
2025-05-17T02:24:39.5038589Z     setup = derive_setup_local(
2025-05-17T02:24:39.5038823Z             ^^^^^^^^^^^^^^^^^^^
2025-05-17T02:24:39.5039313Z   File "/home/runner/work/python-build-standalone/python-build-standalone/pythonbuild/cpython.py", line 388, in derive_setup_local
2025-05-17T02:24:39.5039811Z     raise Exception(
2025-05-17T02:24:39.5040120Z Exception: missing extension modules from YAML: _remote_debugging, _zstd

Base automatically changed from zb/14a7 to main May 17, 2025 03:37
@zanieb zanieb force-pushed the zb/14b1 branch 3 times, most recently from c65c54f to 3d9c8f5 Compare May 17, 2025 19:00
@zanieb
Copy link
Member Author

zanieb commented May 17, 2025

Alright, now we need to setup zstd

cpython-3.14> make: *** No rule to make target `Modules/_zstd/zdict.c', needed by `Modules/_zstd/zdict.o'.  Stop.
cpython-3.14> make: *** Waiting for unfinished jobs....
cpython-3.14> In file included from ./Modules/_zstd/_zstdmodule.c:10:
cpython-3.14> ./Modules/_zstd/_zstdmodule.h:11:10: fatal error: 'zstd.h' file not found
cpython-3.14>    11 | #include "zstd.h"
cpython-3.14>       |          ^~~~~~~~
cpython-3.14> 1 error generated.
cpython-3.14> make: *** [Modules/_zstd/_zstdmodule.o] Error 1
cpython-3.14> 1 warning generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants