Zanie Blue
Zanie Blue
I'd also encourage you to let these private registries know you want this basic, standardized functionality :D
I think we should look into rebasing this after #16143 merges and see if we can reach a place where we're comfortable landing it.
Greg started in this in #303 and I'm following up in #313 — there's some non-trivial work to do still.
@apawlucz-cisco this is blocked by the Windows failure in the pull request — I don't know how to fix it yet.
We could split the update into Windows / non-Windows, perhaps.
Done in #495
Failing on Windows still with ``` cpython> C:\Users\runneradmin\AppData\Local\Temp\python-build-7ct6gfb1\Python-3.8.19\Modules\_tkinter.c(47,10): fatal error C1083: Cannot open include file: 'tcl.h': No such file or directory [C:\Users\RUNNER~1\AppData\Local\Temp\python-build-7ct6gfb1\Python-3.8.19\PCbuild\_tkinter.vcxproj] cpython> C:\Users\runneradmin\AppData\Local\Temp\python-build-7ct6gfb1\Python-3.8.19\Modules\tkappinit.c(16,10): fatal error C1083: Cannot open include...
With https://github.com/indygreg/python-build-standalone/pull/313/commits/0bd2a31dc3f7d856f06ad6ffdfe4755b5fb3b637 we're past that and now failing validation checks with ``` error: python/install/DLLs/tcl86t.dll loads illegal library zlib1.dll error: python/install/tcl/nmake/x86_64-w64-mingw32-nmakehlp.exe loads illegal library msvcrt.dll ``` I was hoping the first...
Most of the macOS builds passing now, one last problem, e.g., for [(x86_64-apple-darwin, macos-13, cpython-3.8, pgo)](https://github.com/indygreg/python-build-standalone/actions/runs/10711692769/job/29700899911?pr=313#logs): ``` error: python/install/lib/libpython3.8d.dylib has weak symbol /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers:_OBJC_CLASS_$_UTType, which is not allowed on Python 3.8...
@indygreg I'm not entirely sure what to do about the zlib situation on Windows. I'll continue to poke at it, but if you have any suggestions I'd appreciate them. I...