We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am trying to build the hello_world application and I get this error.
conan install ../hello_world -pr clang-6.0-linux-x86_64
Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Release compiler=clang compiler.libcxx=libc++ compiler.version=6.0 cppstd=17 os=Linux os_build=Linux [options] [build_requires] *: binutils/2.31@includeos/toolchain [env] CC=clang-6.0 CFLAGS=-msse3 -mfpmath=sse -O2 -g CXX=clang++-6.0 CXXFLAGS=-msse3 -mfpmath=sse -O2 -g ERROR: 410: Gone. [Remote: includeos]
I am not sure what this means or how to fix this.
The text was updated successfully, but these errors were encountered:
I am getting the same issue, although I did some research and from what it seems, their conan server has been shut-down as annouced on jfrog here: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ .
This would explain why the repository (https://api.bintray.com/conan/includeos/includeos) returns 410 (Gone). It is simply gone, removed..
If you wonder how I got the api.bintray.com link, its in their config for conan, their repo for it can be found here: https://github.com/includeos/conan_config .
I hope they can put up a new conan repo, since I would really want to try includeos.
Sorry, something went wrong.
I got the same error. Is there any way to solve or bypass it?
(Slightly) Related to #2213 and MCJack123/CraftOSOS#5
No branches or pull requests
Hi, I am trying to build the hello_world application and I get this error.
I am not sure what this means or how to fix this.
The text was updated successfully, but these errors were encountered: