-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
bpo-16866 Fix make libainstall. #25980
Conversation
Thanks @orsenthil for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.9. |
Sorry @orsenthil, I had trouble checking out the |
GH-25981 is a backport of this pull request to the 3.9 branch. |
Initial patch by Benno Leslie. (cherry picked from commit 80d250d) Co-authored-by: Senthil Kumaran <senthil@uthcode.com>
Thanks @orsenthil for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
GH-25982 is a backport of this pull request to the 3.10 branch. |
Initial patch by Benno Leslie. (cherry picked from commit 80d250d) Co-authored-by: Senthil Kumaran <senthil@uthcode.com>
Initial patch by Benno Leslie. (cherry picked from commit 80d250d) Co-authored-by: Senthil Kumaran <senthil@uthcode.com>
target is broken.
Looks like the BINDIR dependency was added here - 49fd7fa#diff-1f0a8db227d22005511b0d90f5339b97db345917b863954b3b3ccb9ec308767cR833 but we didn't add the directory creation dependency then.
A simple fix of add BINDIR as dependency seems OK to me. At least it wont break the libainstall standalone target.
With the fix,
make libainstall
works fine.https://bugs.python.org/issue16866