carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
10.88k stars 3.5k forks source link

Boost 1.80.0 cannot be downloaded #7039

Closed pradhanshrijal closed 6 months ago

pradhanshrijal commented 6 months ago

I had been running Carla on Ubuntu-22 for a while now. Since yesterday 31 Dec 2024, it seems like I cannot download the boost file anymore.

`Setup.sh: Extracting boost for Python 3.

gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now make: *** [Util/BuildTools/Linux.mk:137: setup] Error 2`

When I run file boost_1_80_0.tar.gz on the file that is downloaded (and cannot be extracted), I get the following

boost_1_80_0.tar.gz: HTML document, ASCII text, with very long lines (7078)

I suspect the problem with the download of this file. I tried to install 0.9.15 and 0.9.14, both of which was working just a few hours before.

tRNAoO commented 6 months ago

I have the same error, and it seems like Boost hasn't been downloaded correctly. Have you resolved this issue? Additionally, I tried downloading Boost from https://archives.boost.io/release/1.80.0/source/, but this version requires clang-10, not clang-8.

tRNAoO commented 6 months ago

I have the same error, and it seems like Boost hasn't been downloaded correctly. Have you resolved this issue? Additionally, I tried downloading Boost from https://archives.boost.io/release/1.80.0/source/, but this version requires clang-10, not clang-8.

Using Carla 0.9.13 does not have this issue.

uehara-miraikan commented 6 months ago

I met the same problem, and I commented out these lines in Util/BuildTools/Setup.sh

https://github.com/carla-simulator/carla/blob/d7b45c1e159e6d13296f7a3a4e8b13e6c2d62c18/Util/BuildTools/Setup.sh#L94-L99

and add

wget "https://carla-releases.s3.eu-west-3.amazonaws.com/Backup/${BOOST_PACKAGE_BASENAME}.tar.gz"

Then I can download boost correctly and continue the build process successfully.

pradhanshrijal commented 6 months ago

I have the same error, and it seems like Boost hasn't been downloaded correctly. Have you resolved this issue? Additionally, I tried downloading Boost from https://archives.boost.io/release/1.80.0/source/, but this version requires clang-10, not clang-8.

Using Carla 0.9.13 does not have this issue.

Hey, I need clang-12 for Ubuntu-22 so this did not work for me. But the downloads are working normally now.

pradhanshrijal commented 6 months ago

I met the same problem, and I commented out these lines in Util/BuildTools/Setup.sh

https://github.com/carla-simulator/carla/blob/d7b45c1e159e6d13296f7a3a4e8b13e6c2d62c18/Util/BuildTools/Setup.sh#L94-L99

and add

wget "https://carla-releases.s3.eu-west-3.amazonaws.com/Backup/${BOOST_PACKAGE_BASENAME}.tar.gz"

Then I can download boost correctly and continue the build process successfully.

Thanks for the comment, the download are working normally now, I will close this issue

pradhanshrijal commented 6 months ago

Closing because the download link is working correctly now.