acelyc111 commented on issue #2067: URL: https://github.com/apache/incubator-pegasus/issues/2067#issuecomment-2217415128
Hi, @SHUFIL Thanks for the reply! 1. ``` error: downloading 'https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2' failed status_code: 22 status_string: "HTTP response code said error" ``` or ``` error: downloading 'http://pegasus-thirdparties.oss-cn-beijing.aliyuncs.com/boost_1_69_0.tar.bz2' failed status_code: 22 status_string: "HTTP response code said error" ``` Some thirdparty links are broken in old versions. You can Update `OSS_URL_PREFIX` value in `rdsn/thirdparty/CMakeLists.txt` from `http://pegasus-thirdparties.oss-cn-beijing.aliyuncs.com` to `http://pegasus-thirdparty-package.oss-cn-beijing.aliyuncs.com` if you insist on Pegasus 2.1. Or Try to use new Pegasus versions (say https://github.com/apache/incubator-pegasus/releases/tag/v2.5.0) instead. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
