-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fixed building for "broken" PATHs #2939
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
Microsoft added some system paths to $PATH in WSL (like: "/mnt/c/Program Files (x86)/..."). Since then, building Dash in WSL fails. This will fix that issue.
|
Interesting. There is a similar issue in bitcoin bitcoin#10269 where similar patch was also proposed bitcoin#10269 (comment). But it looks like Specifically:
|
|
Yeah. I fixed the dash built with what they did in that issue, then it all went smooth. The docs where updates in this commit: Not sure what's the best course of action. Inform users to fix path with an extra command during build process, or fix the func.mk so they're not bothered by it. I'd go for the file fix, this keeps the build procedure free from exceptions. |
|
Thanks for confirming! Yeah, there was this commit and then a couple of others which clarified building for various versions etc. I think the issue with not fixing |
That does sound very plausible. Then going for option 1 would be the only proper solution right now. I'll create another PR for that. |
|
Reviving this because of #3039 |
|
#4029 possibly breaks applications that don't expect I'd suggest to revert #4029 and reconsider #2939 as its replacement. I'm currently using macOS and have VMWare Fusion in my |
Microsoft added some system paths to $PATH in WSL (like: "/mnt/c/Program Files (x86)/..."). Since then, building Dash in WSL fails. This will fix that issue.