-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
[BUG] can't link c++ so if python is compiled with ccache since 72.2.0 #4748
Comments
trim21
added
bug
Needs Triage
Issues that need to be evaluated for severity and status.
labels
Nov 13, 2024
trim21
changed the title
[BUG] can't link so if python is compiled with ccache since 72.2.0
[BUG] can't link c++ so if python is compiled with ccache since 72.2.0
Nov 13, 2024
This was referenced Nov 13, 2024
abravalheri
added
upstream
and removed
Needs Triage
Issues that need to be evaluated for severity and status.
labels
Nov 13, 2024
I ran into this problem myself today (cpython 3.13.1), the symptom is somewhat different though, even though ccache was used to compile cpython (manual build and install of cpython from source), the linking command does not reference ccache, but it repeats the name of the compiler twice:
If I pin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
setuptools version
setuptools >= 72.2.0
Python version
python 3.10
OS
debian 12
Additional environment information
No response
Description
I have a python compiled by pyenv with ccache, and since 72.2.0, setuptools can't link so as expected.
Expected behavior
it should build so as expected
How to Reproduce
you will need to install pyenv, compile python with https://github.com/pyenv/pyenv-ccache
then use this python to build binary module,
for example
Output
The text was updated successfully, but these errors were encountered: