Skip to content

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented Apr 8, 2025

The big changes here are:

@zanieb zanieb force-pushed the zb/14a7 branch 2 times, most recently from 37560ff to 3a72586 Compare April 9, 2025 13:53
@zanieb
Copy link
Member Author

zanieb commented Apr 9, 2025

Windows failing with

cpython>        "C:\Users\RUNNER~1\AppData\Local\Temp\python-build-t157ajd1\Python-3.14.0a7\PCbuild\pcbuild.proj" (Build target) (1) ->
cpython>        "C:\Users\RUNNER~1\AppData\Local\Temp\python-build-t157ajd1\Python-3.14.0a7\PCbuild\pythoncore.vcxproj" (Build target) (3) ->
cpython>        "C:\Users\RUNNER~1\AppData\Local\Temp\python-build-t157ajd1\Python-3.14.0a7\PCbuild\zlib-ng.vcxproj" (default target) (4) ->
cpython>        (_EnsureZlibH target) ->
cpython>          C:\Users\RUNNER~1\AppData\Local\Temp\python-build-t157ajd1\Python-3.14.0a7\PCbuild\zlib-ng.vcxproj(220,7): error MSB4184: The expression "[System.IO.File]::ReadAllText(C:\Users\runneradmin\AppData\Local\Temp\python-build-t157ajd1\Python-3.14.0a7\externals\\zlib-ng-2.2.4\\zlib.h.in)" cannot be evaluated. Could not find a part of the path 'C:\Users\runneradmin\AppData\Local\Temp\python-build-t157ajd1\Python-3.14.0a7\externals\zlib-ng-2.2.4\zlib.h.in'.

Due to python/cpython#131438

Now

cpython>        (_EnsureZlibH target) ->
cpython>          C:\Users\RUNNER~1\AppData\Local\Temp\python-build-gqmme7fz\Python-3.14.0a7\PCbuild\zlib-ng.vcxproj(220,7): error MSB4184: The expression "[System.IO.File]::ReadAllText(C:\Users\runneradmin\AppData\Local\Temp\python-build-gqmme7fz\Python-3.14.0a7\externals\\zlib-ng-2.2.4\\zlib.h.in)" cannot be evaluated. Could not find a part of the path 'C:\Users\runneradmin\AppData\Local\Temp\python-build-gqmme7fz\Python-3.14.0a7\externals\zlib-ng-2.2.4\zlib.h.in'.

@zanieb
Copy link
Member Author

zanieb commented Apr 9, 2025

And python/cpython#130157 is causing various problems with hmac and hacl

@Wingysam
Copy link
Contributor

Wingysam commented May 3, 2025

Is this likely to be fixed in CPython before 3.14 releases or will something have to be changed in python-build-standalone?

@zanieb
Copy link
Member Author

zanieb commented May 16, 2025

It'll be fixed before 3.14 releases, yes. It's not a big problem, just takes time to debug.

@zanieb zanieb force-pushed the zb/14a7 branch 4 times, most recently from f5bc009 to 5849e62 Compare May 16, 2025 21:28
@zanieb zanieb mentioned this pull request May 17, 2025
@zanieb zanieb added the platform:windows Specific to the Windows platform label May 17, 2025
@zanieb zanieb merged commit 0964f0f into main May 17, 2025
14 checks passed
@zanieb zanieb deleted the zb/14a7 branch May 17, 2025 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform:windows Specific to the Windows platform python:3.14
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants