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

Cannot build 1.4 release branch #35885

Closed
eschnett opened this issue May 14, 2020 · 3 comments
Closed

Cannot build 1.4 release branch #35885

eschnett opened this issue May 14, 2020 · 3 comments
Labels
building Build system, or building Julia or its dependencies regression Regression in behavior compared to a previous version

Comments

@eschnett
Copy link
Contributor

There was an update to the Julia 1.4 release branch recently. After pulling the update I see this error:

$ make
Traceback (most recent call last):
  File "/Users/eschnett/src/julia-1.4/contrib/normalize_triplet.py", line 120, in <module>
    }[list(filter(lambda x: re.match("\d+\.\d+(\.\d+)?", x), sys.argv[2].split()))[-1][0]]
KeyError: '1'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   453  100   453    0     0   2116      0 --:--:-- --:--:-- --:--:--  2126
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
make[1]: *** [/Users/eschnett/src/julia-1.4/deps/suitesparse.mk:144: /Users/eschnett/src/julia-1.4/deps/srccache/SuiteSparse.v5.4.0-2..tar.gz] Error 22
make: *** [Makefile:60: julia-deps] Error 2

The file name has two consecutive dots, which looks suspicious.

$ git branch
  eschnett/simd
  master
* release-1.4

This is macOS:

$ uname -a
Darwin Redshift.local 19.4.0 Darwin Kernel Version 19.4.0: Wed Mar  4 22:28:40 PST 2020; root:xnu-6153.101.6~15/RELEASE_X86_64 x86_64 i386 MacBookPro15,1 Darwin
@JeffBezanson JeffBezanson added building Build system, or building Julia or its dependencies regression Regression in behavior compared to a previous version labels May 14, 2020
@fredrikekre
Copy link
Member

fredrikekre commented May 14, 2020

Maybe #35653 ? #35849 backports that to 1.4.

@eschnett
Copy link
Contributor Author

Yes, #35849 should correct it. (I'm testing a very similar patch locally.)

@eschnett
Copy link
Contributor Author

The recent commits corrected this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies regression Regression in behavior compared to a previous version
Projects
None yet
Development

No branches or pull requests

3 participants