includeos/IncludeOS

Error 410: Gone when building hello_world

vaastav opened this issue · 3 comments

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.

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.

I got the same error. Is there any way to solve or bypass it?

ajh123 commented

(Slightly) Related to #2213 and MCJack123/CraftOSOS#5