meta icon indicating copy to clipboard operation
meta copied to clipboard

download.icu-project.org is down and I cannot compile the 'make' command

Open Nathan846 opened this issue 5 years ago • 5 comments

connect to 66.34.208.13 port 80 failed: Timed out

Failed to connect to download.icu-project.org port 80: Timed out

Closing connection 0

     --- LOG END ---
     error: downloading 'http://download.icu-project.org/files/icu4c/58.2/icu4c-58_2-src.tgz' failed
     status_code: 28
     status_string: "Timeout was reached"
     log:

Can anyone help me with this?

Nathan846 avatar May 13 '20 07:05 Nathan846

I couldn't download that dependency either. Use the docker provided here instead, which solved my problem.

Nut-Guo avatar May 15 '20 04:05 Nut-Guo

Thank you for your suggestion. I am, however, unable to locate the path code/meta in the Msys directory. Where should I copy the docker and the assignment to?

Nathan846 avatar May 15 '20 06:05 Nathan846

Thank you for your suggestion. I am, however, unable to locate the path code/meta in the Msys directory. Where should I copy the docker and the assignment to?

It seems that you're not familiar with docker, maybe you should read something about docker to find out how to use it first, it's very easy. It will offer you a complete environment with the software inside, and you won't need MSYS any more.

Nut-Guo avatar May 15 '20 07:05 Nut-Guo

Hi there, are the MeTA developers/maintainers planning to provide a fix for this? @Nut-Guo's workaround is nice, but I'm interested in a permanent solution such that the build instructions in the documentation work again as-is. Thanks!

ssbotelh avatar May 26 '20 01:05 ssbotelh

One solution is to modify the CMakeLists.txt file that you get when you clone this repo. Replace the now-outdated ICU url (line #57) with this one:

https://github.com/unicode-org/icu/releases/download/release-58-2/icu4c-58_2-src.tgz

Metadope avatar Aug 23 '20 23:08 Metadope