IncludeOS icon indicating copy to clipboard operation
IncludeOS copied to clipboard

Error 410: Gone when building hello_world

Open vaastav opened this issue 3 years ago • 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.

vaastav avatar Nov 09 '22 13:11 vaastav

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.

Malte0621 avatar Feb 03 '23 14:02 Malte0621

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

srikanta00 avatar Jul 05 '23 10:07 srikanta00

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

ajh123 avatar Aug 07 '23 18:08 ajh123