-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-108465: Use compiler basename when determining compiler flags #108392
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
NOTE: Since my name is "jmicco" I cannot successfully build python using gcc in my home directory because incorrect options were added to the compiler command line because the path to gcc contained icc
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
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.
Good sleuthing.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
GNU Autoconf discourages the use of basename, and recommends expr instead
This comment was marked as outdated.
This comment was marked as outdated.
Hm, the buildbot run didn't trigger; is Bedevere out of service? |
This comment was marked as outdated.
This comment was marked as outdated.
Erland - Thank you so much for taking this on. I am no longer the only person in my group who cannot build Python! Is there anything more needed from me? |
This comment was marked as outdated.
This comment was marked as outdated.
No, you're fine; I'm going to land this later today :) Note that this is not suitable for backporting, IMO. |
Thanks for the patch, @jmicco! |
NOTE: Since my name is "jmicco" I cannot successfully build python using gcc in my home directory because incorrect options were added to the compiler command line because the path to gcc contained icc
I did not have an issue for this - but it blocked me from building python and was not easy to find.