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

boost 1.72.0 HTTP request sent, awaiting response... 403 Forbidden #2664

Closed
revikiran1991 opened this issue Mar 27, 2020 · 3 comments
Closed

Comments

@revikiran1991
Copy link

revikiran1991 commented Mar 27, 2020

make launch output:

Setup.sh: llvm-8.0 already installed.

Setup.sh: Retrieving boost.
--2020-03-27 23:59:00-- https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.gz
Resolving dl.bintray.com (dl.bintray.com)... 52.28.187.224, 52.29.129.139
Connecting to dl.bintray.com (dl.bintray.com)|52.28.187.224|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2020-03-27 23:59:00 ERROR 403: Forbidden.

Util/BuildTools/Linux.mk:126: recipe for target 'setup' failed
make: *** [setup] Error 8`

@savinovava
Copy link

find the same topic thread, but it still doesn't work for me
#2533

@revikiran1991
Copy link
Author

revikiran1991 commented Mar 28, 2020

open carla/Util/BuildTools/Setup.sh and replace

wget "https://dl.bintray.com/boostorg/release/${BOOST_VERSION}/source/${BOOST_PACKAGE_BASENAME}.tar.gz"
with
wget "https://sourceforge.net/projects/boost/files/boost/1.72.0/boost_1_72_0.tar.gz"

it is a temporary fix. it worked for me.

@qhaas
Copy link
Contributor

qhaas commented Jul 1, 2021

For those trying to build legacy carla releases and are running into this problem, bintray sunset on 5/1/21.

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

3 participants