| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
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 |
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
Sorry, something went wrong.
|
Linux builds should hopefully be good now, if that validation change did what I expected. Mac builds are failing because patch-jit-cflags-314.patch in #544 doesn't quite apply to b1 - Zanie, I'll let you handle that (and maybe you want to try b2 at the same time). If you rebase this branch on top of main, note that 867ca9c reverts fab9ad2, b01c183, and 856ce7e so personally I would ditch all four commits. |
Sorry, something went wrong.
|
Thanks! I'll look at that patch |
Sorry, something went wrong.
|
Windows failing due to some zstd stuff, e.g.: cpython> C:\Users\runneradmin\AppData\Local\Temp\python-build-pg4chnf6\Python-3.14.0b1\externals\zstd-1.5.7\lib\dictBuilder\cover.c(1,1): error C1083: Cannot open source file: 'C:\Users\runneradmin\AppData\Local\Temp\python-build-pg4chnf6\Python-3.14.0b1\externals\zstd-1.5.7\lib\dictBuilder\cover.c': No such file or directory [C:\Users\RUNNER~1\AppData\Local\Temp\python-build-pg4chnf6\Python-3.14.0b1\PCbuild\_zstd.vcxproj] |
Sorry, something went wrong.
| # Do not enable on x86-64 macOS because the JIT requires macOS 11+ and we are currently | ||
| # using 10.15 as a miniumum version. | ||
| if [ "${TARGET_TRIPLE}" != "x86_64-apple-darwin" ]; then | ||
| # Do not enable when free-threading, because they're not compatible yet. |
There was a problem hiding this comment.
This just "didn't work" in previous releases, now they made it a hard error.
Sorry, something went wrong.
|
|
||
| # ./configure tries to auto-detect whether it can build 128-bit and 256-bit SIMD helpers for HACL, | ||
| # but on x86-64 that requires v2 and v3 respectively, and on arm64 the performance is bad as noted | ||
| # in the comments, so just don't even try. (We should check if we can make this conditional) |
There was a problem hiding this comment.
@geofft can you open an issue to track this?
Sorry, something went wrong.
There was a problem hiding this comment.
#645. Let's add a link in this comment if we rework this PR.
Sorry, something went wrong.
| - _xxtestfuzz/fuzzer.c | ||
|
|
||
| _zstd: | ||
| # Disable on all targets until we add a zstd library |
There was a problem hiding this comment.
This will need to come before stable, I can open an issue.
Sorry, something went wrong.
There was a problem hiding this comment.
Created #646 so we don't forget, feel free to edit/rephrase.
Sorry, something went wrong.
|
|
||
| # ./configure tries to auto-detect whether it can build 128-bit and 256-bit SIMD helpers for HACL, | ||
| # but on x86-64 that requires v2 and v3 respectively, and on arm64 the performance is bad as noted | ||
| # in the comments, so just don't even try. (We should check if we can make this conditional) |
There was a problem hiding this comment.
#645. Let's add a link in this comment if we rework this PR.
Sorry, something went wrong.
There was a problem hiding this comment.
Should we send this patch upstream for inclusion in 3.14?
Sorry, something went wrong.
There was a problem hiding this comment.
There's a patch at python/cpython#134276
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.