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
Python configure step checks for unused readelf #98948
Labels
type-bug
An unexpected behavior, bug, or error
Comments
serge-sans-paille
added a commit
to serge-sans-paille/cpython
that referenced
this issue
Nov 1, 2022
This got introduced in commit 5884449 to determine if readline is already linked against curses or tinfo in the setup.py, which is no longer present.
serge-sans-paille
added a commit
to serge-sans-paille/cpython
that referenced
this issue
Nov 1, 2022
This got introduced in commit 5884449 to determine if readline is already linked against curses or tinfo in the setup.py, which is no longer present.
serge-sans-paille
added a commit
to serge-sans-paille/cpython
that referenced
this issue
Nov 2, 2022
This got introduced in commit 5884449 to determine if readline is already linked against curses or tinfo in the setup.py, which is no longer present.
serge-sans-paille
added a commit
to serge-sans-paille/cpython
that referenced
this issue
Nov 2, 2022
This got introduced in commit 5884449 to determine if readline is already linked against curses or tinfo in the setup.py, which is no longer present.
serge-sans-paille
added a commit
to serge-sans-paille/cpython
that referenced
this issue
Nov 3, 2022
This got introduced in commit 5884449 to determine if readline is already linked against curses or tinfo in the setup.py, which is no longer present.
serge-sans-paille
added a commit
to serge-sans-paille/cpython
that referenced
this issue
Nov 3, 2022
This got introduced in commit 5884449 to determine if readline is already linked against curses or tinfo in the setup.py, which is no longer present.
vstinner
pushed a commit
that referenced
this issue
Nov 3, 2022
Fixed by 8c4de57 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
serge-sans-paille commentedNov 1, 2022
•
edited by bedevere-bot
Bug report
During configure step, the presence of
readelf
on the host architecture is checked for, with an hard stop in case of cross compilation. The result of that check is never used. It got introduced in 5884449 for a check that no longer exists, so it can be removed.Your environment
Linux 64 bit, Fedora 36, using main branch of cpython
The text was updated successfully, but these errors were encountered: