X Tutup
The Wayback Machine - https://web.archive.org/web/20250130122925/https://github.com/python/cpython/issues/129326
Skip to content
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

MacOS build-installer: ncurses patch file not available via ftp #129326

Open
itamaro opened this issue Jan 26, 2025 · 0 comments
Open

MacOS build-installer: ncurses patch file not available via ftp #129326

itamaro opened this issue Jan 26, 2025 · 0 comments
Assignees
Labels
build The build process and cross-build OS-mac type-bug An unexpected behavior, bug, or error

Comments

@itamaro
Copy link
Contributor

itamaro commented Jan 26, 2025

Bug report

Bug description:

I am trying to build a MacOS installer, following the instructions and build script here (from the 3.12 branch, fwiw, but the same issue exists on main).

The build-installer script attempts to download various third-party dependencies, including this ncurses patch. This fails for me due to invalid ftp login.

I think I found the same patch here. Downloading it manually, I was able to verify the md5 is identical to the one specified in the installer script, so it seems legit.

We can either update the build-installer script to use the http URL instead, but I was wondering whether it would be a better idea to switch over to using https://github.com/python/cpython-source-deps instead? (a bigger refactor, but probably better for the longer term)

CPython versions tested on:

CPython main branch, 3.14, 3.12

Operating systems tested on:

macOS

@itamaro itamaro added build The build process and cross-build OS-mac type-bug An unexpected behavior, bug, or error labels Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build OS-mac type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants
X Tutup