-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Error with fixup-libgfortran.sh
when spaces in PATH
#32100
Conversation
fixup-libgfortran.sh
with spaces in PATHfixup-libgfortran.sh
when spaces in PATH
Oof; good catch. Even though we explicitly do not support building Julia in a directory tree with spaces in the path, we should do our best to restrict that limitation to as small a surface are as possible. |
Just noting that an error like this occurred for me not because Julia was being built in a directory with any spaces, but because the Windows PATH variable happened to include entries with spaces (for me, an NVIDIA driver, among others). So I'm glad to see it was fixed :-) |
Marking for backport triage, since we could do a similar fix on older versions as well, even if this exact patch doesn't apply to those branches. |
Seems to be already fixed on 1.3 and 1.2 is EOL so only 1.0 is a backport candidate. |
(cherry picked from commit efd794e)
(cherry picked from commit efd794e)
(cherry picked from commit efd794e)
(cherry picked from commit efd794e)
When compiling
master
thefixup-libgfortran.sh
fails to execute if the providedPATH
contains a space. Issue was introduced in: #29522The error which is ignored looks like:
When compiling the SparseArrays stdlib then compilation would fail with: