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

"Unable to locate package" llvm-11 and clang-11 in ubuntu1804_install_llvm.sh #6255

Closed
leandron opened this issue Aug 12, 2020 · 0 comments · Fixed by #6256
Closed

"Unable to locate package" llvm-11 and clang-11 in ubuntu1804_install_llvm.sh #6255

leandron opened this issue Aug 12, 2020 · 0 comments · Fixed by #6256

Comments

@leandron
Copy link
Contributor

In the current ubuntu1804_install_llvm.sh, we are using LLVM snapshot as a way to install clang-11. Since 15th July, snapshot points to llvm-12 and clang-12.

https://github.com/apache/incubator-tvm/blob/419672617d983cca2836e84d7908ffda20003990/docker/install/ubuntu1804_install_llvm.sh#L34-L37

When trying to run it, we will see this error:

E: Unable to locate package llvm-11
E: Unable to locate package clang-11
The command '/bin/sh -c bash /install/ubuntu1804_install_llvm.sh' returned a non-zero code: 100
ERROR: docker build failed.
tqchen pushed a commit that referenced this issue Aug 12, 2020
- Add specific apt repositories to install clang-11 and llvm-11
 - Fix #6255
wjliu1998 pushed a commit to wjliu1998/incubator-tvm that referenced this issue Aug 13, 2020
- Add specific apt repositories to install clang-11 and llvm-11
 - Fix apache#6255
trevor-m pushed a commit to trevor-m/tvm that referenced this issue Aug 26, 2020
- Add specific apt repositories to install clang-11 and llvm-11
 - Fix apache#6255
trevor-m pushed a commit to trevor-m/tvm that referenced this issue Aug 26, 2020
- Add specific apt repositories to install clang-11 and llvm-11
 - Fix apache#6255
trevor-m pushed a commit to trevor-m/tvm that referenced this issue Aug 26, 2020
- Add specific apt repositories to install clang-11 and llvm-11
 - Fix apache#6255
trevor-m pushed a commit to trevor-m/tvm that referenced this issue Sep 2, 2020
- Add specific apt repositories to install clang-11 and llvm-11
 - Fix apache#6255
trevor-m pushed a commit to neo-ai/tvm that referenced this issue Sep 3, 2020
- Add specific apt repositories to install clang-11 and llvm-11
 - Fix apache#6255
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 a pull request may close this issue.

1 participant