incubator-doris Build error

tzdcorbm  于 2022-04-22  发布在  Java
关注(0)|答案(2)|浏览(285)

Describe the bug

Build error because third party download error 404, error message:

===== Downloading thirdparty archives...
Downloading libevent-20180622-24236aed01798303745470e6c498bf606e88724a.zip from https://doris-incubating-repo.bj.bcebos.com/thirdparty/libevent-20180622-24236aed01798303745470e6c498bf606e88724a.zip to /install/apache-doris-0.13.0-incubating-src/thirdparty/src
--2021-02-02 10:18:16-- https://doris-incubating-repo.bj.bcebos.com/thirdparty/libevent-20180622-24236aed01798303745470e6c498bf606e88724a.zip
正在解析主机 doris-incubating-repo.bj.bcebos.com (doris-incubating-repo.bj.bcebos.com)... 111.206.210.81, 111.206.47.194, 2409:8c00:6c21:10ad:0:ff:b00e:67d
正在连接 doris-incubating-repo.bj.bcebos.com (doris-incubating-repo.bj.bcebos.com)|111.206.210.81|:443... 已连接。
已发出 HTTP 请求,正在等待回应... 404 Not Found
2021-02-02 10:18:16 错误 404:Not Found。

To Reproduce

Steps to reproduce the behavior:

  1. install dependencies
  2. ./build.sh

Expected behavior

build success

Screenshots

If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: CentOS 7
  • Browser [e.g. chrome, safari]
  • Version 0.13.0
6xfqseft

6xfqseft1#

you can use thirdparty/vars.sh in master branch to replace.
But we recommend to use docker dev image to build Doris instead of building thirdparties by yourself.

hfsqlsce

hfsqlsce2#

Doris compilation in docker will also have this problem

相关问题