includeos / IncludeOS

A minimal, resource efficient unikernel for cloud services
https://www.includeos.org
Apache License 2.0
4.9k stars 359 forks source link

Error 410: Gone when building hello_world #2218

Open vaastav opened 1 year ago

vaastav commented 1 year ago

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.

Malte0621 commented 1 year ago

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.

srikanta00 commented 1 year ago

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

ajh123 commented 1 year ago

(Slightly) Related to #2213 and https://github.com/MCJack123/CraftOSOS/issues/5