msj100f opened a new issue #5838: URL: https://github.com/apache/incubator-doris/issues/5838
编译过程中,DataTables.zip这个包md5校验不过。 vars.sh中的地址是`https://datatables.net/download/builder?bs-3.3.7/jq-3.3.1/dt-1.10.23`,编译时报404,发现这个地址提示`Error: Only libraries of the current release version can be used by the. package builder. The library DataTables's current release version is 1.10.24. Please reload the download builder page to have it use the latest libraries.`,后改为24版本: `https://datatables.net/download/builder?bs-3.3.7/jq-3.3.1/dt-1.10.24`,现在md5校验不通过。 输出: ` Downloading DataTables.zip from https://doris-incubating-repo.bj.bcebos.com/thirdparty/DataTables.zip to /var/local/thirdparty/src --2021-05-18 02:30:31-- https://doris-incubating-repo.bj.bcebos.com/thirdparty/DataTables.zip Resolving doris-incubating-repo.bj.bcebos.com (doris-incubating-repo.bj.bcebos.com)... 220.181.33.43, 220.181.33.44, 2409:8c00:6c21:10ad:0:ff:b00e:67d Connecting to doris-incubating-repo.bj.bcebos.com (doris-incubating-repo.bj.bcebos.com)|220.181.33.43|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2021-05-18 02:30:31 ERROR 404: Not Found. Failed to download DataTables.zip. attemp: 1 /var/local/thirdparty/src/DataTables.zip md5sum check failed! except-md5 f7f18a9f39d692ec33b5536bff617232 actual-md5 d41d8cd98f00b204e9800998ecf8427e /var/local/thirdparty/src/DataTables.zip Archive DataTables.zip will be removed and download again. Failed to download DataTables.zip Downloading DataTables.zip from https://datatables.net/download/builder?bs-3.3.7/jq-3.3.1/dt-1.10.24 to /var/local/thirdparty/src --2021-05-18 02:30:31-- https://datatables.net/download/builder?bs-3.3.7/jq-3.3.1/dt-1.10.24 Resolving datatables.net (datatables.net)... 104.22.51.93, 172.67.14.139, 104.22.50.93, ... Connecting to datatables.net (datatables.net)|104.22.51.93|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/zip] Saving to: '/var/local/thirdparty/src/DataTables.zip' [ <=> ] 880,037 909KB/s in 0.9s 2021-05-18 02:30:33 (909 KB/s) - '/var/local/thirdparty/src/DataTables.zip' saved [880037] /var/local/thirdparty/src/DataTables.zip md5sum check failed! except-md5 f7f18a9f39d692ec33b5536bff617232 actual-md5 22404292d02cf3c5f4cd9f5a02d4b42c /var/local/thirdparty/src/DataTables.zip Archive DataTables.zip will be removed and download again. Downloading DataTables.zip from https://datatables.net/download/builder?bs-3.3.7/jq-3.3.1/dt-1.10.24 to /var/local/thirdparty/src --2021-05-18 02:30:33-- https://datatables.net/download/builder?bs-3.3.7/jq-3.3.1/dt-1.10.24 Resolving datatables.net (datatables.net)... 104.22.51.93, 172.67.14.139, 104.22.50.93, ... Connecting to datatables.net (datatables.net)|104.22.51.93|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/zip] Saving to: '/var/local/thirdparty/src/DataTables.zip' [ <=> ] 880,037 899KB/s in 1.0s 2021-05-18 02:30:36 (899 KB/s) - '/var/local/thirdparty/src/DataTables.zip' saved [880037] /var/local/thirdparty/src/DataTables.zip md5sum check failed! except-md5 f7f18a9f39d692ec33b5536bff617232 actual-md5 22404292d02cf3c5f4cd9f5a02d4b42c /var/local/thirdparty/src/DataTables.zip Archive DataTables.zip will be removed and download again. Failed to download DataTables.zip Failed to download DataTables.zip ` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
