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

Error 410: Gone when building hello_world #2218

Open
vaastav opened this issue Nov 9, 2022 · 3 comments
Open

Error 410: Gone when building hello_world #2218

vaastav opened this issue Nov 9, 2022 · 3 comments

Comments

@vaastav
Copy link

vaastav commented Nov 9, 2022

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
Copy link

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
Copy link

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

@ajh123
Copy link

ajh123 commented Aug 7, 2023

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

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

No branches or pull requests

4 participants