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

Python configure step checks for unused readelf #98948

Closed
serge-sans-paille opened this issue Nov 1, 2022 · 1 comment
Closed

Python configure step checks for unused readelf #98948

serge-sans-paille opened this issue Nov 1, 2022 · 1 comment
Labels
type-bug An unexpected behavior, bug, or error

Comments

@serge-sans-paille
Copy link
Contributor

serge-sans-paille commented Nov 1, 2022

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

@serge-sans-paille serge-sans-paille added the type-bug An unexpected behavior, bug, or error label Nov 1, 2022
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
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
Copy link
Member

vstinner commented Nov 3, 2022

Fixed by 8c4de57

@vstinner vstinner closed this as completed Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants