-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Fix the link to ncurses patch download in macos installer build script #20421
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
Conversation
Signed-off-by: oleg.hoefling <[email protected]>
Please note that I created neither a new issue on BPO nor added a news entry as the changes are IMO too trivial to deserve any of this. |
@ned-deily since you are taking a look at it anyway - may I ask a quick question since you're the best person to ask questions related to Mac installer? I see you have defined cpython/Mac/BuildScript/build-installer.py Line 113 in be63019
for building OpenSSL. Is there a reason not to use it everywhere, e.g. here and so forth: cpython/Mac/BuildScript/build-installer.py Line 237 in be63019
If not, would you accept a PR that uses FW_PREFIX and FW_VERSION_PREFIX instead of hardcoded paths?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. Looks good to me. I hadn't noticed that change yet because we cache the patch file locally so haven't had to actually download it for some time. Eventually, we will want to update ncurses but it's not been a high priority item.
Sorry, I can't merge this PR. Reason: |
3 similar comments
Sorry, I can't merge this PR. Reason: |
Sorry, I can't merge this PR. Reason: |
Sorry, I can't merge this PR. Reason: |
@hoefling: Status check is done, and it's a success ✅ . |
1 similar comment
@hoefling: Status check is done, and it's a success ✅ . |
Sorry, I can't merge this PR. Reason: |
1 similar comment
Sorry, I can't merge this PR. Reason: |
Thanks @hoefling for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8, 3.9. |
GH-20445 is a backport of this pull request to the 3.9 branch. |
pythonGH-20421) Reason: the link `ftp://invisible-island.net/ncurses//5.9/ncurses-5.9-20120616-patch.sh.bz2` is dead, which prevents `Mac/BuildScript/build-installer.py` from completing. Looks like the host of the FTP server was changed to `ftp.invisible-island.net`, thus this proposal. Signed-off-by: oleg.hoefling <[email protected]> (cherry picked from commit 7da46b6) Co-authored-by: Oleg Höfling <[email protected]>
GH-20446 is a backport of this pull request to the 3.8 branch. |
pythonGH-20421) Reason: the link `ftp://invisible-island.net/ncurses//5.9/ncurses-5.9-20120616-patch.sh.bz2` is dead, which prevents `Mac/BuildScript/build-installer.py` from completing. Looks like the host of the FTP server was changed to `ftp.invisible-island.net`, thus this proposal. Signed-off-by: oleg.hoefling <[email protected]> (cherry picked from commit 7da46b6) Co-authored-by: Oleg Höfling <[email protected]>
GH-20447 is a backport of this pull request to the 3.7 branch. |
Thanks, @hoefling, if you want to go in there and deal with that messy code, sure. But be advised that I do expect a major update of build-installer.py in the near future. If I may ask, are you using build-installer.py for something? |
GH-20421) Reason: the link `ftp://invisible-island.net/ncurses//5.9/ncurses-5.9-20120616-patch.sh.bz2` is dead, which prevents `Mac/BuildScript/build-installer.py` from completing. Looks like the host of the FTP server was changed to `ftp.invisible-island.net`, thus this proposal. Signed-off-by: oleg.hoefling <[email protected]> (cherry picked from commit 7da46b6) Co-authored-by: Oleg Höfling <[email protected]>
GH-20421) Reason: the link `ftp://invisible-island.net/ncurses//5.9/ncurses-5.9-20120616-patch.sh.bz2` is dead, which prevents `Mac/BuildScript/build-installer.py` from completing. Looks like the host of the FTP server was changed to `ftp.invisible-island.net`, thus this proposal. Signed-off-by: oleg.hoefling <[email protected]> (cherry picked from commit 7da46b6) Co-authored-by: Oleg Höfling <[email protected]>
GH-20421) Reason: the link `ftp://invisible-island.net/ncurses//5.9/ncurses-5.9-20120616-patch.sh.bz2` is dead, which prevents `Mac/BuildScript/build-installer.py` from completing. Looks like the host of the FTP server was changed to `ftp.invisible-island.net`, thus this proposal. Signed-off-by: oleg.hoefling <[email protected]> (cherry picked from commit 7da46b6) Co-authored-by: Oleg Höfling <[email protected]>
@ned-deily I'm looking into building a framework based MacOS distribution that uses a different framework target than
part from the |
|
Reason: the link
ftp://invisible-island.net/ncurses//5.9/ncurses-5.9-20120616-patch.sh.bz2
is dead, which preventsMac/BuildScript/build-installer.py
from completing. Looks like the host of the FTP server was changed toftp.invisible-island.net
, thus this proposal.Signed-off-by: oleg.hoefling [email protected]
Automerge-Triggered-By: @ned-deily