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

avoid make bug with directories in $PATH #553

Merged
merged 2 commits into from
Mar 24, 2021
Merged

avoid make bug with directories in $PATH #553

merged 2 commits into from
Mar 24, 2021

Conversation

justinnhli
Copy link
Contributor

Make 4.3 (up to at least 4.3.3) has a bug where it will attempt to execute a directory in $PATH (https://savannah.gnu.org/bugs/?57962). This fix ensures that only the python executable will be used to run pikaman.py.

Fixes #535.

Make 4.3 (up to at least 4.3.3) has a bug where it will attempt to
execute a directory in $PATH (https://savannah.gnu.org/bugs/?57962).
This fix ensures that only the python executable will be used to run
pikaman.py
@actionless
Copy link
Owner

sorry, didn't got a chance to review this sooner

i see in arch make already updated to 4.3

or you mean what in 4.3 it's still reproducing? (as i mentioned before, on my side i can't reproduce it)

@justinnhli
Copy link
Contributor Author

4.3.3 still contains the bug. I think you can reproduce it by making a python directory somewhere in your $PATH. So if your $PATH includes $HOME/bin, do mkdir $HOME/bin/python should trigger the bug when you make.

@actionless
Copy link
Owner

ok, in that case please add comment to the makefile with link to the savannah issue

@justinnhli
Copy link
Contributor Author

Done

@actionless actionless merged commit 92e1a38 into actionless:master Mar 24, 2021
@actionless
Copy link
Owner

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build is failing
2 participants